Edinburgh Speech Tools  2.1-release
EST_Features.h File Reference
#include "EST_TKVL.h"
#include "EST_Val.h"
#include "EST_types.h"
#include "EST_TIterator.h"
#include "EST_error.h"
Include dependency graph for EST_Features.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

typedef EST_Val(* EST_Item_featfunc) (class EST_Item *)

Definition at line 53 of file EST_Features.h.

Function Documentation

EST_Val est_val ( const EST_Item_featfunc  f)

Definition at line 122 of file item_feats.cc.

bool operator== ( const EST_Features a,
const EST_Features b 
)
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.