#include <NamedAttribute.h>
Definition at line 30 of file NamedAttribute.h.
Public Member Functions | |
AttributeName (const std::string &name) | |
AttributeName (const oasys::Builder &) | |
const std::string & | name () const |
Private Attributes | |
std::string | name_ |
dtn::AttributeName::AttributeName | ( | const std::string & | name | ) | [inline] |
Definition at line 32 of file NamedAttribute.h.
dtn::AttributeName::AttributeName | ( | const oasys::Builder & | ) | [inline] |
Definition at line 34 of file NamedAttribute.h.
const std::string& dtn::AttributeName::name | ( | ) | const [inline] |
Definition at line 37 of file NamedAttribute.h.
References name_.
Referenced by dtn::NamedAttribute::name().
std::string dtn::AttributeName::name_ [private] |