libatomprobe
Library for Atom Probe Tomography (APT) computation
|
Class to hold the library version data. More...
#include <version.h>
Public Member Functions | |
LibVersion () | |
void | checkDebug () |
Static Public Member Functions | |
static unsigned int | getMajor () |
static unsigned int | getMinor () |
static unsigned int | getRevision () |
static std::string | getVersionStr () |
Obtain the version of the program as a string. More... | |
|
inline |
Definition at line 41 of file version.h.
References checkDebug(), LIBATOMPROBE_MAJOR, LIBATOMPROBE_MINOR, and LIBATOMPROBE_REVISION.
void AtomProbe::LibVersion::checkDebug | ( | ) |
Definition at line 39 of file atomprobe.cpp.
Referenced by LibVersion().
|
inlinestatic |
Definition at line 55 of file version.h.
References LIBATOMPROBE_MAJOR.
Referenced by getVersionStr().
|
inlinestatic |
Definition at line 56 of file version.h.
References LIBATOMPROBE_MINOR.
Referenced by getVersionStr().
|
inlinestatic |
Definition at line 57 of file version.h.
References LIBATOMPROBE_REVISION.
Referenced by getVersionStr().
|
inlinestatic |
Obtain the version of the program as a string.
Definition at line 60 of file version.h.
References getMajor(), getMinor(), getRevision(), and AtomProbe::stream_cast().
Referenced by AtomProbe::MultiRange::write().