STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
version.cpp File Reference

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 

Functions

const char * stxxl::get_library_version_string ()
 returns "X.Y.Z" version string of library More...
 
const char * stxxl::get_library_version_string_long ()
 returns longer "X.Y.Z (feature) (version)" string of library More...
 
int stxxl::version_integer ()
 return integer version number of the STXXL library More...
 
int stxxl::version_major ()
 return X if the STXXL library version is X.Y.Z More...
 
int stxxl::version_minor ()
 return Y if the STXXL library version is X.Y.Z More...
 
int stxxl::version_patch ()
 return Z if the STXXL library version is X.Y.Z More...