#include "config.h"
#include <assert.h>
#include "AttrTable.h"
#include "util.h"
#include "escaping.h"
#include "debug.h"
Include dependency graph for AttrTable.cc:
Go to the source code of this file.
Functions | |
string | AttrType_to_String (const AttrType at) |
AttrType | String_to_AttrType (const string &s) |
string AttrType_to_String | ( | const AttrType | at | ) |
Convert an AttrType to it's string representation.
at | The Attribute Type. |
Definition at line 56 of file AttrTable.cc.
References Attr_byte, Attr_container, Attr_float32, Attr_float64, Attr_int16, Attr_int32, Attr_string, Attr_uint16, Attr_uint32, and Attr_url.
Referenced by AttrTable::dump(), and AttrTable::get_type().
AttrType String_to_AttrType | ( | const string & | s | ) |
Definition at line 74 of file AttrTable.cc.
References Attr_byte, Attr_container, Attr_float32, Attr_float64, Attr_int16, Attr_int32, Attr_string, Attr_uint16, Attr_uint32, Attr_unknown, Attr_url, and downcase().
Referenced by AttrTable::append_attr().
Here is the call graph for this function: