libxcks
0.1.0.1
|
Version of the library. More...
Go to the source code of this file.
Functions | |
LIBXCKS_SO_EXPORT const std::string | libxcks::getLibraryName () |
Gets the name of the library. More... | |
LIBXCKS_SO_EXPORT const std::string | libxcks::getLibraryVersion () |
Gets the version of the library. More... | |
LIBXCKS_SO_EXPORT const std::string | libxcks::getLibraryNameAndVersion () |
Gets the name and the version of the library. More... | |
Version of the library.
Definition in file version.hpp.
const std::string libxcks::getLibraryName | ( | ) |
Gets the name of the library.
Definition at line 49 of file version.cpp.
const std::string libxcks::getLibraryNameAndVersion | ( | ) |
Gets the name and the version of the library.
Definition at line 73 of file version.cpp.
const std::string libxcks::getLibraryVersion | ( | ) |
Gets the version of the library.
Definition at line 61 of file version.cpp.