User Guide
nmodl::Version Struct Reference

Project version information. More...

Detailed Description

Project version information.

Definition at line 31 of file config.h.

#include <config.h>

Static Public Member Functions

static std::string to_string ()
 return version string (version + git id) as a string More...
 

Static Public Attributes

static const std::string GIT_REVISION
 git revision id More...
 
static const std::string NMODL_VERSION
 project tagged version in the cmake More...
 

Member Function Documentation

◆ to_string()

static std::string nmodl::Version::to_string ( )
inlinestatic

return version string (version + git id) as a string

Definition at line 39 of file config.h.

Member Data Documentation

◆ GIT_REVISION

const std::string nmodl::Version::GIT_REVISION
static

git revision id

Definition at line 33 of file config.h.

◆ NMODL_VERSION

const std::string nmodl::Version::NMODL_VERSION
static

project tagged version in the cmake

Definition at line 36 of file config.h.


The documentation for this struct was generated from the following file: