#include <vector>
#include <utility>
#include <search_node.h>
Go to the source code of this file.
Classes | |
class | coco::dbccmps_gt< _TR > |
class | coco::dbccmps_absgt< _TR > |
class | coco::dbccmps_lt< _TR > |
class | coco::dbccmps_abslt< _TR > |
class | coco::dbccmps_true< _TR > |
class | coco::dbccmps_false< _TR > |
struct | coco::dbccmp_true< _TR > |
struct | coco::dbccmp_false< _TR > |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Functions | |
bool | coco::eval (const vdbl::rowid &rid, const std::string &colname, dbc_method tp, vdbl::view *iv, const basic_alltype &cmpval) |
template<typename _AT > | |
void | coco::filter_from_view (typename std::vector< std::pair< vdbl::rowid, _AT > > &riv, vdbl::view *iv, const std::map< int, std::triple< std::string, dbc_method, basic_alltype > > &cols, const std::vector< std::vector< int > > &expr) |
template<typename _TR > | |
_TR | coco::dbccmps_abs (const _TR &x) |
template<typename _TR , typename _AT > | |
std::vector< std::pair < vdbl::rowid, _AT > >::iterator | coco::filter_s (typename std::vector< std::pair< vdbl::rowid, _AT > > &rid, typename std::vector< std::pair< vdbl::rowid, _AT > >::iterator rid_b, const std::string &colname, dbc_method tp, vdbl::view *iv, unsigned int n, _TR, double rel, double abs) |
template<typename _TR , typename _AT > | |
std::vector< std::pair < vdbl::rowid, _AT > >::iterator | coco::filter_u (typename std::vector< std::pair< vdbl::rowid, _AT > > &rid, typename std::vector< std::pair< vdbl::rowid, _AT > >::iterator rid_b, const std::string &colname, dbc_method tp, vdbl::view *iv, unsigned int n, _TR) |
template<typename _AT > | |
std::vector< std::pair < vdbl::rowid, _AT > >::iterator | coco::filter (typename std::vector< std::pair< vdbl::rowid, _AT > > &rid, typename std::vector< std::pair< vdbl::rowid, _AT > >::iterator rid_b, const std::string &colname, dbc_method tp, vdbl::view *iv, unsigned int n, std::pair< double, double > rel_abs) |
template<typename _AT > | |
void | coco::list_from_view (typename std::vector< std::pair< vdbl::rowid, _AT > > &riv, vdbl::view *iv, const std::map< int, std::triple< std::string, dbc_method, basic_alltype > > &cols, const std::vector< int > &sort, unsigned int n) |
Definition in file dbcompare.hpp.