this class is a functor for "for_each" algorithm More...
this class is a functor for "for_each" algorithm
For each element of the boost::vector the operator() is called. Is mainly used to create a string containing all the properties of the object
T | object |
Definition at line 80 of file CSVWriter.hpp.
#include <CSVWriter.hpp>
Public Member Functions | |
csv_col (std::stringstream &str) | |
Constructor. | |
template<typename T > | |
void | operator() (T &t) |
It call the functor for each member. | |
Data Fields | |
std::stringstream & | str |
String containing the colums list as string. | |
|
inline |
It call the functor for each member.
Definition at line 97 of file CSVWriter.hpp.
std::stringstream& csv_col< Tobj, attr >::str |
String containing the colums list as string.
Definition at line 83 of file CSVWriter.hpp.