Stride Reference Manual  1.0
LogMode.cpp File Reference

Implementation of ClusterType. More...

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

Go to the source code of this file.

Namespaces

 stride
 Time Dependent Person DataType.
 

Functions

string stride::toString (LogMode w)
 Converts a LogMode value to corresponding name. More...
 
bool stride::isLogMode (const std::string &s)
 Check whether string is name of LogMode value. More...
 
LogMode stride::toLogMode (const std::string &s)
 Converts a string with name to LogMode value. More...
 

Detailed Description

Implementation of ClusterType.

Definition in file LogMode.cpp.