libatomprobe
Library for Atom Probe Tomography (APT) computation
Public Member Functions | Static Public Member Functions | List of all members
AtomProbe::LibVersion Class Reference

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...
 

Detailed Description

Class to hold the library version data.

Definition at line 37 of file version.h.

Constructor & Destructor Documentation

◆ LibVersion()

AtomProbe::LibVersion::LibVersion ( )
inline

Definition at line 41 of file version.h.

References checkDebug(), LIBATOMPROBE_MAJOR, LIBATOMPROBE_MINOR, and LIBATOMPROBE_REVISION.

Here is the call graph for this function:

Member Function Documentation

◆ checkDebug()

void AtomProbe::LibVersion::checkDebug ( )

Definition at line 39 of file atomprobe.cpp.

Referenced by LibVersion().

◆ getMajor()

static unsigned int AtomProbe::LibVersion::getMajor ( )
inlinestatic

Definition at line 55 of file version.h.

References LIBATOMPROBE_MAJOR.

Referenced by getVersionStr().

◆ getMinor()

static unsigned int AtomProbe::LibVersion::getMinor ( )
inlinestatic

Definition at line 56 of file version.h.

References LIBATOMPROBE_MINOR.

Referenced by getVersionStr().

◆ getRevision()

static unsigned int AtomProbe::LibVersion::getRevision ( )
inlinestatic

Definition at line 57 of file version.h.

References LIBATOMPROBE_REVISION.

Referenced by getVersionStr().

◆ getVersionStr()

static std::string AtomProbe::LibVersion::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().

Here is the call graph for this function:

The documentation for this class was generated from the following files: