ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
version.hpp File Reference

Convenience functions for returning the current version of ViennaSHE. More...

#include <string>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  viennashe
 The main ViennaSHE namespace. All functionality resides inside this namespace.
 

Functions

std::size_t viennashe::major_version ()
 Returns the current ViennaSHE major version as std::size_t
More...
 
std::size_t viennashe::minor_version ()
 Returns the current ViennaSHE minor version as std::size_t
More...
 
std::size_t viennashe::revision_number ()
 Returns the current ViennaSHE revision number as std::size_t
More...
 
bool viennashe::calibrated ()
 Specifies whether the simulator is calibrated for some particular purpose. More...
 
std::string viennashe::version ()
 Returns the current ViennaSHE version string
More...
 
std::string viennashe::preamble ()
 Prints the ViennaSHE preamble (header). Used in all the examples as well as the standalone-application. More...
 

Detailed Description

Convenience functions for returning the current version of ViennaSHE.

Definition in file version.hpp.