Public Member Functions | |
void | add (const std::string &str) |
template<typename T > | |
void | add (const T v) |
void | next () |
Testing_CSV (std::string fn) | |
~Testing_CSV () | |
Static Public Member Functions | |
static Testing_CSV | create_table (const std::string &fn, std::string cols) |
Private Attributes | |
int | col |
FILE * | fp |
int | row |
write down a table
Definition at line 190 of file test_segmentation.cpp.
Testing_CSV::Testing_CSV | ( | std::string | fn | ) | [inline] |
Definition at line 195 of file test_segmentation.cpp.
Testing_CSV::~Testing_CSV | ( | ) | [inline] |
Definition at line 203 of file test_segmentation.cpp.
void Testing_CSV::add | ( | const std::string & | str | ) | [inline] |
Definition at line 208 of file test_segmentation.cpp.
void Testing_CSV::add | ( | const T | v | ) | [inline] |
Definition at line 216 of file test_segmentation.cpp.
static Testing_CSV Testing_CSV::create_table | ( | const std::string & | fn, |
std::string | cols | ||
) | [inline, static] |
Definition at line 234 of file test_segmentation.cpp.
void Testing_CSV::next | ( | ) | [inline] |
Definition at line 223 of file test_segmentation.cpp.
int Testing_CSV::col [private] |
Definition at line 193 of file test_segmentation.cpp.
FILE* Testing_CSV::fp [private] |
Definition at line 192 of file test_segmentation.cpp.
int Testing_CSV::row [private] |
Definition at line 193 of file test_segmentation.cpp.