SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Classes | Namespaces | Macros
Version.h File Reference
#include "smtk/CoreExports.h"
#include <string>
Include dependency graph for Version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smtk::common::Version
 Run-time access to the version number in different formats. More...
 

Namespaces

 smtk
 The main namespace for the Simulation Modeling Tool Kit (SMTK).
 
 smtk::common
 Classes used throughout the toolkit.
 

Macros

#define SMTK_VERSION   "1.1.0"
 Version number as a string.
 
#define SMTK_VERSION_MAJOR   1
 Integer-valued major version number.
 
#define SMTK_VERSION_MINOR_INT   @SMTK_VERSION_MINOR_INT@
 Integer-valued minor version number.
 
#define SMTK_VERSION_PATCH   0
 Integer-valued patch version number.
 
#define SMTK_VERSION_MINOR   1
 String-valued minor version number.
 

Detailed Description

Both preprocessor macros and functions are available so that access is available at compile time and at run time, even from within wrapped languages like Python.