#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) |
|
Convert an AttrType to it's string representation.
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(). |
|
Definition at line 74 of file AttrTable.cc. References downcase(). Referenced by AttrTable::append_attr(). |
Here is the call graph for this function: