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

Implementation of ContactPoolType. More...

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

Go to the source code of this file.

Namespaces

 stride
 Namespace for the simulator and related classes.
 
 stride::ContactType
 Namespace to manage types of ContactPool.
 

Functions

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

Detailed Description

Implementation of ContactPoolType.

Definition in file ContactType.cpp.