Stride Reference Manual  - generated for commit 9643b11
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ContactLogMode.h File Reference

Header for the ContactLogMode class. More...

#include <string>
Include dependency graph for ContactLogMode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 stride
 Namespace for the simulator and related classes.
 
 stride::ContactLogMode
 Enum specifiying the level of logging required:
 

Enumerations

enum  stride::ContactLogMode::Id { stride::ContactLogMode::Id::None = 0U, stride::ContactLogMode::Id::Transmissions = 1U, stride::ContactLogMode::Id::All = 2U, stride::ContactLogMode::Id::Susceptibles = 3U }
 

Functions

string stride::ContactLogMode::ToString (ContactLogMode::Id w)
 Converts a LogMode value to corresponding name. More...
 
bool stride::ContactLogMode::IsMode (const std::string &s)
 Check whether string is name of LogMode value. More...
 
Id stride::ContactLogMode::ToMode (const std::string &s)
 Converts a string with name to LogMode value. More...
 

Detailed Description

Header for the ContactLogMode class.

Definition in file ContactLogMode.h.