8 #ifndef META_OCEAN_BASE_BUILD_H
9 #define META_OCEAN_BASE_BUILD_H
This class provides compiler build support.
Definition: Build.h:21
static std::string buildTime(const char *time)
Returns the time of the compiler building process as string.
static std::string buildString()
Returns a build string composed of platform type, architecture type, compiler version and release typ...
static std::string architectureType()
Returns a string holding the target architecture type.
static std::string compilerVersion()
Returns a string holding the compiler version.
static std::string platformType()
Returns a string holding the platform type.
static std::string buildDate(const char *date)
Returns the date of the compiler building process as string.
static std::string runtimeType()
Returns a string holding the runtime type.
static std::string releaseType()
Returns a string holding the release type.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15