#include "src/interfaces/UnknownInterface.hpp"
Definition at line 12 of file UnknownInterface.hpp.
◆ Version() [1/3]
MoFEM::Version::Version |
( |
| ) |
|
|
inline |
◆ Version() [2/3]
MoFEM::Version::Version |
( |
const int | v[3] | ) |
|
|
inline |
◆ Version() [3/3]
MoFEM::Version::Version |
( |
const int | minor, |
|
|
const int | major, |
|
|
const int | build ) |
|
inline |
◆ strVersion()
std::string MoFEM::Version::strVersion |
( |
| ) |
|
|
inline |
Definition at line 24 of file UnknownInterface.hpp.
24 {
25 auto str = [](
auto v) {
return boost::lexical_cast<std::string>(
v); };
28 }
◆ buildVersion
int MoFEM::Version::buildVersion |
◆ majorVersion
int MoFEM::Version::majorVersion |
◆ minorVersion
int MoFEM::Version::minorVersion |
The documentation for this struct was generated from the following file: