Public Member Functions | |
| void | operator<< (int i) |
| void | operator<< (std::string s) |
| bool | operator!= (Row &other) |
| bool | operator== (Row &other) |
| void | get_string (int position, std::string &s) |
| int | get_int (int position) |
| void | dump () |
Public Attributes | |
| SarVector< int > | ints |
| SarVector< std::string > | strings |
| SarVector< DateTime > | dts |
1.7.2