Used to provide information about the version of the library.
#include <rtplibraryversion.h>
Public Member Functions | |
int | GetMajorNumber () const |
Returns the major version number. | |
int | GetMinorNumber () const |
Returns the minor version number. | |
int | GetDebugNumber () const |
Returns the debug version number. | |
std::string | GetVersionString () const |
Returns a string describing the library version. | |
Static Public Member Functions | |
static RTPLibraryVersion | GetVersion () |
Returns an instance of RTPLibraryVersion describing the version of the library. |
int RTPLibraryVersion::GetDebugNumber | ( | ) | const [inline] |
int RTPLibraryVersion::GetMajorNumber | ( | ) | const [inline] |
int RTPLibraryVersion::GetMinorNumber | ( | ) | const [inline] |
static RTPLibraryVersion RTPLibraryVersion::GetVersion | ( | ) | [static] |
std::string RTPLibraryVersion::GetVersionString | ( | ) | const |