Edinburgh Speech Tools  2.1-release
EST_Relation.h File Reference
#include <cstdlib>
#include "EST_String.h"
#include "EST_TList.h"
#include "EST_TKVL.h"
#include "EST_THash.h"
#include "EST_Val.h"
#include "EST_types.h"
#include "EST_Token.h"
#include "EST_Features.h"
#include "ling_class/EST_Item.h"
Include dependency graph for EST_Relation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EST_Relation
 
class  EST_Relation_Iterator
 

Typedefs

typedef EST_TList< EST_RelationEST_RelationList
 

Functions

bool operator== (const EST_Relation &a, const EST_Relation &b)
 
void copy_relation (const EST_Relation &from, EST_Relation &to)
 
EST_Utteranceget_utt (EST_Item *s)
 

Typedef Documentation

Definition at line 228 of file EST_Relation.h.

Function Documentation

bool operator== ( const EST_Relation a,
const EST_Relation b 
)
inline

Definition at line 203 of file EST_Relation.h.

void copy_relation ( const EST_Relation from,
EST_Relation to 
)

Definition at line 194 of file EST_Relation.cc.

EST_Utterance* get_utt ( EST_Item s)

Definition at line 673 of file EST_Relation.cc.