VPTissue Reference Manual
RandomEngineType.cpp File Reference

Implementation of RandomEngineType. More...

#include "RandomEngineType.h"
#include <map>
Include dependency graph for RandomEngineType.cpp:

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.
 

Detailed Description

Implementation of RandomEngineType.

Definition in file RandomEngineType.cpp.