Stride Reference Manual  - generated for commit 9643b11
Id.cpp File Reference

Implementation of EventId. More...

#include "Id.h"
#include <boost/algorithm/string.hpp>
#include <map>
Include dependency graph for Id.cpp:

Go to the source code of this file.

Namespaces

 stride
 Namespace for the simulator and related classes.
 
 stride::sim_event
 Namespace to manage events signalled by the SimRunner.
 

Functions

bool stride::sim_event::IsType (const std::string &s)
 Check whether string is name of a ContactPoolType::Id. More...
 
string stride::sim_event::ToString (Id w)
 Converts a ContactPoolType::Id value to corresponding name. More...
 
Id stride::sim_event::ToType (const std::string &s)
 Converts a string with name to Id. More...
 

Detailed Description

Implementation of EventId.

Definition in file Id.cpp.