#include <AttributeGroup.h>
Public Member Functions | |
AttributeGroup () | |
AttributeGroup (const std::string &n) | |
void | addAttribute (const Attribute &a) |
std::string | getName () const |
std::list< Attribute >::iterator | begin () |
std::list< Attribute >::iterator | end () |
Definition at line 33 of file AttributeGroup.h.
Schema::AttributeGroup::AttributeGroup | ( | ) |
Schema::AttributeGroup::AttributeGroup | ( | const std::string & | n | ) | [inline] |
Definition at line 50 of file AttributeGroup.h.
void Schema::AttributeGroup::addAttribute | ( | const Attribute & | a | ) | [inline] |
Definition at line 58 of file AttributeGroup.h.
std::string Schema::AttributeGroup::getName | ( | ) | const [inline] |
Definition at line 79 of file AttributeGroup.h.
std::list< Attribute >::iterator Schema::AttributeGroup::begin | ( | ) | [inline] |
Definition at line 65 of file AttributeGroup.h.
std::list< Attribute >::iterator Schema::AttributeGroup::end | ( | ) | [inline] |
Definition at line 72 of file AttributeGroup.h.