#include <eleve/src0/csv4.hpp>
Public Member Functions | |
Filter0 (const std::string &service0, const DataFrame::ma_any_t &frame) throw (std::exception) | |
~Filter0 () throw () | |
virtual | operator DataFrame * () |
template<typename T> | |
void | add (T &attr0) |
virtual DataFrame::ma_any_t | partition (DataFrame::Comparor &) |
Public Attributes | |
std::string | strike |
std::string | maturity |
Static Public Attributes | |
static const std::string | strike0_ |
static const std::string | maturity0_ |
Protected Member Functions | |
virtual void | add0 (std::vector< DataFrame::Record * > &) |
Protected Attributes | |
std::auto_ptr< Impl > | impl |
Friends | |
struct | Impl |
Classes | |
struct | Impl |
Definition at line 28 of file csv4.hpp.
eepgwde::detail::Filter0::Filter0 | ( | const std::string & | service0, | |
const DataFrame::ma_any_t & | frame | |||
) | throw (std::exception) |
void eepgwde::detail::Filter0::add0 | ( | std::vector< DataFrame::Record * > & | s | ) | [protected, virtual] |
eepgwde::detail::Filter0::operator DataFrame * | ( | ) | [virtual] |
void eepgwde::detail::Filter0::add | ( | T & | attr0 | ) | [inline] |
DataFrame::ma_any_t eepgwde::detail::Filter0::partition | ( | DataFrame::Comparor & | comparor | ) | [virtual] |
Definition at line 77 of file csv4.cpp.
References eepgwde::detail::DataFrame::payloader::as(), eepgwde::detail::DataFrame::Comparor::compare(), impl, maturity, and strike.
Referenced by Test::mi3_t::mi3::e0().
std::auto_ptr<Impl> eepgwde::detail::Filter0::impl [protected] |
Definition at line 34 of file csv4.hpp.
Referenced by add0(), operator DataFrame *(), and partition().
const std::string eepgwde::detail::Filter0::strike0_ [static] |
const std::string eepgwde::detail::Filter0::maturity0_ [static] |
std::string eepgwde::detail::Filter0::strike |
std::string eepgwde::detail::Filter0::maturity |