Edinburgh Speech Tools  2.1-release
EST_Val.cc File Reference
#include <cstdlib>
#include "EST_Val.h"
#include "EST_string_aux.h"
Include dependency graph for EST_Val.cc:

Go to the source code of this file.

Variables

val_type val_unset = "unset"
 
val_type val_int = "int"
 
val_type val_float = "float"
 
val_type val_string = "string"
 

Variable Documentation

val_type val_unset = "unset"

Definition at line 43 of file EST_Val.cc.

val_type val_int = "int"

Definition at line 44 of file EST_Val.cc.

val_type val_float = "float"

Definition at line 45 of file EST_Val.cc.

val_type val_string = "string"

Definition at line 46 of file EST_Val.cc.