#include "eleve/config.hpp"
#include <string>
#include <map>
#include <list>
#include <set>
#include <stdexcept>
#include <boost/bimap.hpp>
#include <boost/any.hpp>
#include <boost/multi_array.hpp>
#include <boost/function.hpp>
#include <boost/regex.hpp>
#include "eleve/src/typing0.hpp"
Go to the source code of this file.
Namespaces | |
namespace | eepgwde |
namespace | eepgwde::detail |
Classes | |
class | eepgwde::detail::DataFrame |
A transient data structure to use the data from a CSV file loaded into a multi_array. More... | |
struct | eepgwde::detail::DataFrame::columnar |
Classes for components. More... | |
struct | eepgwde::detail::DataFrame::columnar1 |
struct | eepgwde::detail::DataFrame::rowar |
struct | eepgwde::detail::DataFrame::headar |
struct | eepgwde::detail::DataFrame::Record |
struct | eepgwde::detail::DataFrame::Comparor |
struct | eepgwde::detail::DataFrame::payloader |
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. |
Definition in file csv1.hpp.