Stride Reference Manual
- generated for commit 9643b11
|
Header for the ContactLogMode class. More...
#include <string>
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... | |
Header for the ContactLogMode class.
Definition in file ContactLogMode.h.