RDB 2
Namespaces | Macros | Functions
version.template.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

 riegl
 RIEGL Laser Measurement Systems GmbH, Austria.
 
 riegl::rdb
 RDB library components.
 

Macros

#define RIEGL_RDB_INTERFACE_MAJOR   {{rdb_api_version_major}}
 
#define RIEGL_RDB_INTERFACE_MINOR   {{rdb_api_version_minor}}
 
#define RIEGL_RDB_INTERFACE_MICRO   {{rdb_api_version_micro}}
 

Functions

const std::string & riegl::rdb::interfaceName ()
 Returns library interface name. More...
 
const std::string & riegl::rdb::interfaceVersion ()
 Returns library interface version string. More...
 

Macro Definition Documentation

#define RIEGL_RDB_INTERFACE_MAJOR   {{rdb_api_version_major}}

Definition at line 42 of file version.template.hpp.

#define RIEGL_RDB_INTERFACE_MICRO   {{rdb_api_version_micro}}

Definition at line 44 of file version.template.hpp.

#define RIEGL_RDB_INTERFACE_MINOR   {{rdb_api_version_minor}}

Definition at line 43 of file version.template.hpp.