3 #ifndef VISR_VERSION_HPP_INCLUDED 4 #define VISR_VERSION_HPP_INCLUDED 12 #if defined(__GLIBC__) && defined( __GLIBC_MINOR__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 25 ) 30 VISR_CORE_LIBRARY_SYMBOL
unsigned int major();
36 VISR_CORE_LIBRARY_SYMBOL
unsigned int minor();
41 VISR_CORE_LIBRARY_SYMBOL
unsigned int patch();
51 VISR_CORE_LIBRARY_SYMBOL std::string
features();
58 VISR_CORE_LIBRARY_SYMBOL
bool hasFeature( std::string
const & feature );
63 #endif // #ifndef VISR_AUDIO_INPUT_HPP_INCLUDED bool hasFeature(std::string const &feature)
Definition: version.cpp:59
unsigned int minor()
Definition: version.cpp:20
std::string versionString()
Definition: version.cpp:30
Definition: options.cpp:10
unsigned int patch()
Definition: version.cpp:25
std::string features()
Definition: version.cpp:52
unsigned int major()
Definition: version.cpp:15