Classes | |
class | eepgwde::detail::DataFrame |
A transient data structure to use the data from a CSV file loaded into a multi_array. More... | |
Typedefs | |
typedef std::map< std::string, boost::any * > | eepgwde::detail::record_t |
A column name to value map. | |
Functions | |
std::ostream & | eepgwde::detail::operator<< (std::ostream &os, const eepgwde::detail::DataFrame::attr_pos_t::left_map &l) |
std::ostream & | eepgwde::detail::operator<< (std::ostream &o, DataFrame::ma_any_t &frame) |
Output for trace. |
typedef std::map<std::string, boost::any *> eepgwde::detail::record_t |
std::ostream & eepgwde::detail::operator<< | ( | std::ostream & | o, | |
eepgwde::detail::DataFrame::ma_any_t & | frame | |||
) |
Output for trace.
Doesn't force const on the df.
Definition at line 579 of file csv1.cpp.
References eepgwde::detail::dumper().
std::ostream & eepgwde::detail::operator<< | ( | std::ostream & | os, | |
const eepgwde::detail::DataFrame::attr_pos_t::left_map & | l | |||
) |