Marsyas
0.6.0-alpha
|
#include <marsyas/expr/ExCommon.h>
Go to the source code of this file.
Functions | |
unsigned int | ex_string_to_typeid (std::string tp) |
convert a marsyas type name to Ex type number | |
std::string | ex_typeid_to_string (unsigned int tp) |
convert an ex type id to a marsyas type string |
unsigned int ex_string_to_typeid | ( | std::string | tp | ) |
convert a marsyas type name to Ex type number
tp | a marsyas type string, ie "mrs_string" |
Definition at line 6 of file ExCommon.cpp.
std::string ex_typeid_to_string | ( | unsigned int | tp | ) |
convert an ex type id to a marsyas type string
tp | ex type id, see file ExCommon.h |
Definition at line 19 of file ExCommon.cpp.