Helios++
Helios software for LiDAR simulations
stringVisitor Struct Reference

stringVisitor defines a different string building behavior for different printable objects More...

#include <typedef.h>

Inheritance diagram for stringVisitor:
Collaboration diagram for stringVisitor:

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...
 

Detailed Description

stringVisitor defines a different string building behavior for different printable objects

Member Function Documentation

◆ operator()()

std::string stringVisitor::operator() ( Rotation  r) const
inline

String visitor for Rotation type.

See also
Rotation

The documentation for this struct was generated from the following file: