CSV.
More...
#include "BUnit.h"
#include "CSV_line.h"
#include <iostream>
#include <sstream>
#include "CSV.c"
Go to the source code of this file.
Classes | |
| class | test_CSV |
Test ==> CSV. More... | |
Defines | |
| #define | C_CSV |
| #define | DIM(V) (sizeof(V) / sizeof(*V)) |
Cantidad de elementos del vector V[]. | |
| #define | googa std::cout << "trim(" << str << ")==> ["; std::cout << trim(str) << ']' << std::endl; |
Functions | |
| void | mem_istring (std::string &res, std::string &str) |
Shows the correct way to read str usign sstream. | |
| int | main () |
| Main program that executes the tests. | |
CSV.
Definition in file test_CSV.cpp.
| #define C_CSV |
Definition at line 23 of file test_CSV.cpp.
| #define DIM | ( | V | ) | (sizeof(V) / sizeof(*V)) |
Cantidad de elementos del vector V[].
Definition at line 69 of file test_CSV.cpp.
| #define googa std::cout << "trim(" << str << ")==> ["; std::cout << trim(str) << ']' << std::endl; |
| void mem_istring | ( | std::string & | res, | |
| std::string & | str | |||
| ) |
Shows the correct way to read str usign sstream.
basic_istringstream<> is used to read from str.res.operator<<(). Definition at line 613 of file test_CSV.cpp.
| int main | ( | ) |
1.5.8