DNA Calib 1.1
Project brief
Static Public Member Functions | List of all members
dnac::VersionInfo Struct Reference

#include <VersionInfo.h>

Collaboration diagram for dnac::VersionInfo:
Collaboration graph

Static Public Member Functions

static int getMajorVersion ()
 
static int getMinorVersion ()
 
static int getPatchVersion ()
 
static StringView getVersionString ()
 

Member Function Documentation

◆ getMajorVersion()

int dnac::VersionInfo::getMajorVersion ( )
static
20 {
21 return majorVersion;
22}
constexpr int majorVersion
Definition: VersionInfo.cpp:13

References dnac::anonymous_namespace{VersionInfo.cpp}::majorVersion.

◆ getMinorVersion()

int dnac::VersionInfo::getMinorVersion ( )
static
24 {
25 return minorVersion;
26}
constexpr int minorVersion
Definition: VersionInfo.cpp:14

References dnac::anonymous_namespace{VersionInfo.cpp}::minorVersion.

◆ getPatchVersion()

int dnac::VersionInfo::getPatchVersion ( )
static
28 {
29 return patchVersion;
30}
constexpr int patchVersion
Definition: VersionInfo.cpp:15

References dnac::anonymous_namespace{VersionInfo.cpp}::patchVersion.

◆ getVersionString()

StringView dnac::VersionInfo::getVersionString ( )
static
32 {
33 return {versionString, std::strlen(versionString)};
34}
constexpr const char * versionString
Definition: VersionInfo.cpp:16

References dnac::anonymous_namespace{VersionInfo.cpp}::versionString.


The documentation for this struct was generated from the following files: