![]() |
Disk ARchive 2.8.1
Full featured and portable backup and archiving tool
|
routine to initialize libdar and manage its running threads More...
Include dependency graph for get_version.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | libdar |
| libdar namespace encapsulate all libdar symbols | |
Functions | |
| void | libdar::get_version (U_I &major, U_I &medium, U_I &minor, bool init_libgcrypt=true) |
| return the libdar version, and make libdar initialization (may throw Exceptions) More... | |
| void | libdar::get_version (U_I &major, U_I &medium, U_I &minor, bool init_libgcrypt, bool init_gpgme) |
| returns the libdar version and make libdar initialization (may throw Exceptions) More... | |
| void | libdar::get_version (U_I &major, U_I &medium, U_I &minor, U_I gcrypt_secured_memory, bool init_gpgme) |
| This flavor of get_version initializes libgcrypt and let the caller specifiy the amount of secure memory to reserve. More... | |
| void | libdar::get_version (bool init_libgcrypt=true) |
| this method is to be used when you don't want to bother with major, medium and minor | |
| void | libdar::close_and_clean () |
| unsigned int | for_autoconf (unsigned int x) |
| in case you use autoconf AC_CHECK_LIB in your program to detect the availability of libdar More... | |
Variables | |
| constexpr U_I | libdar::LIBDAR_COMPILE_TIME_MAJOR = 7 |
| libdar Major version defined at compilation time More... | |
| constexpr U_I | libdar::LIBDAR_COMPILE_TIME_MEDIUM = 0 |
| libdar Medium version defined at compilation time More... | |
| constexpr U_I | libdar::LIBDAR_COMPILE_TIME_MINOR = 0 |
| libdar Minor version defined at compilation time More... | |
routine to initialize libdar and manage its running threads
Definition in file get_version.hpp.
| unsigned int for_autoconf | ( | unsigned int | x | ) |
in case you use autoconf AC_CHECK_LIB in your program to detect the availability of libdar
use AC_CHECK_LIB(dar, [for_autoconf], [], []) to have autoconf based configure script properly detecting the presence and usability of libthreadar