AWS SDK for C++  0.14.3
AWS SDK for C++
Functions
Aws::OSVersionInfo Namespace Reference

Functions

AWS_CORE_API Aws::String ComputeOSVersionString ()
 
AWS_CORE_API Aws::String GetSysCommandOutput (const char *command)
 

Function Documentation

AWS_CORE_API Aws::String Aws::OSVersionInfo::ComputeOSVersionString ( )

computing the version string for the current running operating system.

AWS_CORE_API Aws::String Aws::OSVersionInfo::GetSysCommandOutput ( const char *  command)

runs a (shell) command string and returns the output; not needed on windows currently