#include "EST_TKVL.h"
#include "EST_Val.h"
#include "EST_types.h"
#include "EST_TIterator.h"
#include "EST_error.h"
Go to the source code of this file.
Classes | |
class | EST_Features |
struct | EST_Features::IPointer |
Typedefs | |
typedef EST_Val(* | EST_Item_featfunc) (class EST_Item *) |
Functions | |
EST_Val | est_val (const EST_Item_featfunc f) |
bool | operator== (const EST_Features &a, const EST_Features &b) |
void | merge_features (EST_Features &to, EST_Features &from) |
EST_String | error_name (const EST_Features &a) |
Definition at line 53 of file EST_Features.h.
EST_Val est_val | ( | const EST_Item_featfunc | f | ) |
Definition at line 122 of file item_feats.cc.
|
inline |
Definition at line 324 of file EST_Features.h.
void merge_features | ( | EST_Features & | to, |
EST_Features & | from | ||
) |
Definition at line 198 of file EST_Features.cc.
EST_String error_name | ( | const EST_Features & | a | ) |
Definition at line 207 of file EST_Features.cc.