Class for converting between attribute names (strings) and more effecient attribute types. More...
#include <datatypes.h>
Static Public Member Functions | |
static Attribute | attribute (const std::string &attribute_str) |
attribute More... | |
static std::string | attribute_str (const Attribute &attribute) |
attribute_str More... | |
Static Public Attributes | |
static std::map< Attribute, std::string > | ATTR_TO_STR |
map from attribute types to strings More... | |
static std::map< std::string, Attribute > | STR_TO_ATTR |
map from attribute string to types More... | |
Class for converting between attribute names (strings) and more effecient attribute types.
Definition at line 60 of file datatypes.h.
|
static |
attribute
attribute_str | The attribute name as string |
Definition at line 16 of file datatypes.cpp.
|
static |
attribute_str
attribute | The attribute type |
Definition at line 27 of file datatypes.cpp.
|
static |
map from attribute types to strings
Definition at line 65 of file datatypes.h.
|
static |
map from attribute string to types
Definition at line 68 of file datatypes.h.