Public Member Functions | |
Impl (const std::string &overrides0_) | |
Set up the maps. | |
Public Attributes | |
int | counter |
const std::string | overrides0 |
map_t | defaults |
The basic column names from defaults.cpp. | |
render0_map_t | renderers |
The map of boost::any type names to the renderer functions from render0_t.cpp. | |
map_overrides_t | moverrides |
map_t | overrides |
Typing::types0_t | types0 |
The basic data types supported by Typing. | |
Friends | |
class | DataFrame |
Definition at line 89 of file csv1.cpp.
eepgwde::detail::DataFrame::Impl::Impl | ( | const std::string & | overrides0_ | ) | [inline] |
Set up the maps.
For the defaults form one map. For the overrides available, form a map of arrays of overrides and load those.
Definition at line 123 of file csv1.cpp.
References defaults, eepgwde::detail::defaults_attrs, moverrides, eepgwde::detail::Typing::mapping_t::old_, overrides, overrides0, eepgwde::detail::overrides_attrs, eepgwde::detail::col_overrides_t::p, eepgwde::detail::render0_t::p, eepgwde::detail::render0s_, and renderers.
const std::string eepgwde::detail::DataFrame::Impl::overrides0 |
The basic column names from defaults.cpp.
Definition at line 97 of file csv1.cpp.
Referenced by Impl().
The map of boost::any type names to the renderer functions from render0_t.cpp.
Definition at line 100 of file csv1.cpp.
Referenced by Impl().