19 #ifndef LIBATOMPROBE_VERSION_H    20 #define LIBATOMPROBE_VERSION_H    25 #define LIBATOMPROBE_MAJOR 0    26 #define LIBATOMPROBE_MINOR 0    27 #define LIBATOMPROBE_REVISION 1    43         std::cerr << 
"libatomprobe built with DEBUG enabled. This will be slow!" <<std::endl;
    61         std::string tmp1,tmp2;
 static unsigned int getMajor()
 
#define LIBATOMPROBE_REVISION
 
static unsigned int getMinor()
 
Class to hold the library version data. 
 
#define LIBATOMPROBE_MINOR
 
static unsigned int getRevision()
 
bool stream_cast(T1 &result, const T2 &obj)
Template function to cast and object to another by the stringstream. 
 
#define LIBATOMPROBE_MAJOR
 
static std::string getVersionStr()
Obtain the version of the program as a string.