#include "ling_class/EST_item_content_aux.h"
#include "ling_class/EST_item_aux.h"
#include "ling_class/EST_Item_Content.h"
#include "EST_String.h"
#include "EST_error.h"
#include "../base_class/EST_get_function_template.h"
Go to the source code of this file.
Functions | |
defineGetFunction (EST_Item_Content, f.val, EST_Val, getValI) defineGetFunction(EST_Item_Content | |
f getStringI | defineGetFunction (EST_Item_Content, f.val, float, getFloatI) defineGetFunction(EST_Item_Content |
f getStringI f getIntegerI EST_Val | getVal (const EST_Item_Content &f, const EST_String name, const EST_Val &def, EST_feat_status &s) |
Return the value as an EST_Val. More... | |
EST_String | getString (const EST_Item_Content &f, const EST_String name, const EST_String &def, EST_feat_status &s) |
Return the value as a string. More... | |
int | getInteger (const EST_Item_Content &f, const EST_String name, const int &def, EST_feat_status &s) |
float | getFloat (const EST_Item_Content &f, const EST_String name, const float &def, EST_feat_status &s) |
Return the values as a float. More... | |
float | start (const EST_Item_Content &item_content) |
float | mid (const EST_Item_Content &item_content) |
float | time (const EST_Item_Content &item_content) |
float | end (const EST_Item_Content &item_content) |
Variables | |
f | val |
f | EST_String |
f getStringI f | int |
defineGetFunction | ( | EST_Item_Content | , |
f. | val, | ||
EST_Val | , | ||
getValI | |||
) |
f getStringI defineGetFunction | ( | EST_Item_Content | , |
f. | val, | ||
float | , | ||
getFloatI | |||
) |
f getStringI f getIntegerI EST_Val getVal | ( | const EST_Item_Content & | f, |
const EST_String | name, | ||
const EST_Val & | def, | ||
EST_feat_status & | s | ||
) |
Return the value as an EST_Val.
Safe feature access functions.
These functions are guaranteed to return a value even if there is an otherwise fatal error.
Definition at line 55 of file EST_item_content_aux.cc.
EST_String getString | ( | const EST_Item_Content & | f, |
const EST_String | name, | ||
const EST_String & | def, | ||
EST_feat_status & | s | ||
) |
Return the value as a string.
Definition at line 72 of file EST_item_content_aux.cc.
int getInteger | ( | const EST_Item_Content & | f, |
const EST_String | name, | ||
const int & | def, | ||
EST_feat_status & | s | ||
) |
Definition at line 88 of file EST_item_content_aux.cc.
float getFloat | ( | const EST_Item_Content & | f, |
const EST_String | name, | ||
const float & | def, | ||
EST_feat_status & | s | ||
) |
Return the values as a float.
Definition at line 104 of file EST_item_content_aux.cc.
float start | ( | const EST_Item_Content & | item_content | ) |
Definition at line 121 of file EST_item_content_aux.cc.
float mid | ( | const EST_Item_Content & | item_content | ) |
Definition at line 141 of file EST_item_content_aux.cc.
float time | ( | const EST_Item_Content & | item_content | ) |
Definition at line 164 of file EST_item_content_aux.cc.
float end | ( | const EST_Item_Content & | item_content | ) |
Definition at line 187 of file EST_item_content_aux.cc.
Definition at line 49 of file EST_item_content_aux.cc.
Definition at line 49 of file EST_item_content_aux.cc.
Definition at line 51 of file EST_item_content_aux.cc.