this class is a functor for "for_each" algorithm More...
#include <CSVWriter.hpp>
Public Member Functions | |
csv_col (std::stringstream &str) | |
template<typename T > | |
void | operator() (T &t) |
It call the functor for each member. | |
Data Fields | |
std::stringstream & | str |
this class is a functor for "for_each" algorithm
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 vertex properties
Specialization when we do not have vertex attributes
G | graph type |
Definition at line 112 of file CSVWriter.hpp.