In file ../include/EST_Option.h:
class EST_Option |
Provide a high level interface for String String key value lists
void | add_prefix (EST_String prefix) add prefix to every key |
void | remove_prefix (EST_String prefix) remove prefix from every key |
EST_read_status | load (const EST_String &filename, const EST_String &comment = ";") read keyval list from file. |
int | override_val (const EST_String rkey, const EST_String rval) add to end of list or overwrite. |
int | override_fval (const EST_String rkey, const float rval) add to end of list or overwrite. |
int | override_ival (const EST_String rkey, const int rval) add to end of list or overwrite. |
int | ival (const EST_String &rkey, int m=1) const return value of type int relating to key. |
double | dval (const EST_String &rkey, int m=1) const return value of type float relating to key. |
float | fval (const EST_String &rkey, int m=1) const return value of type float relating to key. |
const EST_String& | sval (const EST_String &rkey, int m=1) const return value of type String relating to key. |
int | add_iitem (const EST_String &rkey, const int &rval) return value of type String relating to key. |
Constructor functions
Access functions.
Provide a high level interface for String String key value lists
Alphabetic index HTML hierarchy of classes or Java
This page is part of the
Edinburgh Speech Tools Library documentation
Copyright University of Edinburgh 1997
Contact:
speech_tools@cstr.ed.ac.uk