AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Version.h
1
6#include <aws/core/Core_EXPORTS.h>
7#include <aws/core/utils/memory/stl/AWSString.h>
8
9namespace Aws
10{
11namespace Version
12{
13 AWS_CORE_API const char* GetVersionString();
14 AWS_CORE_API unsigned GetVersionMajor();
15 AWS_CORE_API unsigned GetVersionMinor();
16 AWS_CORE_API unsigned GetVersionPatch();
17 AWS_CORE_API const char* GetCompilerVersionString();
18 AWS_CORE_API const char* GetCPPStandard();
19} //namespace Version
20} //namespace Aws
AWS_CORE_API unsigned GetVersionMinor()
AWS_CORE_API unsigned GetVersionMajor()
AWS_CORE_API const char * GetCPPStandard()
AWS_CORE_API unsigned GetVersionPatch()
AWS_CORE_API const char * GetCompilerVersionString()
AWS_CORE_API const char * GetVersionString()