#include <eleve/src0/bag1.hpp>
Public Types | |
typedef boost::multi_array_types::index_range | range |
typedef boost::multi_array < boost::any, 2 > | ma_any_t |
Public Member Functions | |
DataFrame0 (const Bag &bag) | |
virtual | ~DataFrame0 () throw () |
Public Attributes | |
const Bag::attr_pos_t | header_ |
The map containing the headers. | |
ma_any_t | frame |
Protected Attributes | |
const std::auto_ptr < eepgwde::detail::DataFrame0::Impl > | impl |
Friends | |
struct | Impl |
Classes | |
struct | Impl |
Definition at line 92 of file bag1.hpp.
typedef boost::multi_array_types::index_range eepgwde::detail::DataFrame0::range |
typedef boost::multi_array<boost::any, 2> eepgwde::detail::DataFrame0::ma_any_t |
eepgwde::detail::DataFrame0::DataFrame0 | ( | const Bag & | bag | ) | [explicit] |
Definition at line 109 of file bag1.cpp.
References frame, eepgwde::detail::Bag::get(), and header_.
eepgwde::detail::DataFrame0::~DataFrame0 | ( | ) | throw () [virtual] |
The map containing the headers.
Definition at line 100 of file bag1.hpp.
Referenced by DataFrame0().
const std::auto_ptr<eepgwde::detail::DataFrame0::Impl> eepgwde::detail::DataFrame0::impl [protected] |