Helios++
Helios software for LiDAR simulations
|
stringVisitor defines a different string building behavior for different printable objects More...
#include <typedef.h>
Public Member Functions | |
std::string | operator() (bool b) const |
String visitor behavior fo bool type. | |
std::string | operator() (int i) const |
String visitor behavior for int type. | |
std::string | operator() (float f) const |
String visitor behavior for float type. | |
std::string | operator() (double d) const |
String visitor behavior for double type. | |
std::string | operator() (std::string const &s) const |
String visitor behavior for string type. | |
std::string | operator() (glm::dvec3 v) const |
String visitor behavior for glm::dvec3 type. | |
std::string | operator() (Rotation r) const |
String visitor for Rotation type. More... | |
stringVisitor defines a different string building behavior for different printable objects
|
inline |