libxcks  0.1.0.1
version.hpp File Reference

Version of the library. More...

#include <string>
#include "libxcks/verdefs.hpp"
#include "libxcks/export.hpp"
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Version of the library.

Definition in file version.hpp.

Function Documentation

◆ getLibraryName()

const std::string libxcks::getLibraryName ( )

Gets the name of the library.

Returns
The name of the library.

Definition at line 49 of file version.cpp.

◆ getLibraryNameAndVersion()

const std::string libxcks::getLibraryNameAndVersion ( )

Gets the name and the version of the library.

Returns
The name and the version of the library.

Definition at line 73 of file version.cpp.

◆ getLibraryVersion()

const std::string libxcks::getLibraryVersion ( )

Gets the version of the library.

Returns
The version of the library.

Definition at line 61 of file version.cpp.