#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"
Go to the source code of this file.
Classes | |
class | EST_Relation |
class | EST_Relation_Iterator |
Typedefs | |
typedef EST_TList< EST_Relation > | EST_RelationList |
Functions | |
bool | operator== (const EST_Relation &a, const EST_Relation &b) |
void | copy_relation (const EST_Relation &from, EST_Relation &to) |
EST_Utterance * | get_utt (EST_Item *s) |
typedef EST_TList<EST_Relation> EST_RelationList |
Definition at line 228 of file EST_Relation.h.
|
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.