VPTissue Reference Manual
|
Implementation of RandomEngineType. More...
Go to the source code of this file.
Namespaces | |
SimPT_Sim | |
Namespace for the core simulator. | |
SimPT_Sim::RandomEngineType | |
Namespace for Types of random engines. | |
Functions | |
TypeId | SimPT_Sim::RandomEngineType::FromString (std::string s) |
Convert a string with name to type id. | |
bool | SimPT_Sim::RandomEngineType::IsExisting (std::string s) |
Check whether type with name s exists. | |
bool | SimPT_Sim::RandomEngineType::IsExisting (TypeId b) |
Check whether type with id b exists. | |
string | SimPT_Sim::RandomEngineType::ToString (TypeId b) |
Convert a type id to corresponding name. | |
Implementation of RandomEngineType.
Definition in file RandomEngineType.cpp.