#include <eleve/src0/csv1.hpp>
Public Member Functions | |
Comparor (const boost::regex &e) | |
virtual bool | compare (DataFrame::Record &r)=0 |
For std::partition(). | |
Public Attributes | |
const boost::regex & | e |
A comparison class with method compare.
Definition at line 296 of file csv1.hpp.
eepgwde::detail::DataFrame::Comparor::Comparor | ( | const boost::regex & | e | ) | [inline] |
virtual bool eepgwde::detail::DataFrame::Comparor::compare | ( | DataFrame::Record & | r | ) | [pure virtual] |
For std::partition().
Implemented in eepgwde::detail::QPXisc.
Referenced by eepgwde::detail::Filter0::partition().
const boost::regex& eepgwde::detail::DataFrame::Comparor::e |