Disk ARchive 2.7.14
Full featured and portable backup and archiving tool
Loading...
Searching...
No Matches
Namespaces | Functions
get_version.hpp File Reference

routine to initialize libdar and manage its running threads More...

#include "../my_config.h"
#include <string>
#include "integers.hpp"

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)
 
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)
 
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 ()
 

Detailed Description

routine to initialize libdar and manage its running threads

Definition in file src/libdar/get_version.hpp.