#include <AttrTable.h>
Collaboration diagram for AttrTable::entry:
Public Member Functions | |
void | clone (const entry &rhs) |
void | delete_entry () |
entry (const entry &rhs) | |
entry () | |
entry & | operator= (const entry &rhs) |
virtual | ~entry () |
Public Attributes | |
string | aliased_to |
std::vector< string > * | attr |
AttrTable * | attributes |
bool | is_alias |
string | name |
AttrType | type |
This struct is public because its type is used in public typedefs.
Definition at line 150 of file AttrTable.h.
|
Definition at line 163 of file AttrTable.h. References Attr_unknown. |
|
Definition at line 170 of file AttrTable.h. References AttrTable::clone(). |
Here is the call graph for this function:
|
Definition at line 187 of file AttrTable.h. |
|
Definition at line 192 of file AttrTable.h. References aliased_to, attr, Attr_container, Attr_unknown, attributes, AttrTable::AttrTable(), is_alias, name, and type. |
Here is the call graph for this function:
|
Definition at line 175 of file AttrTable.h. |
|
Definition at line 216 of file AttrTable.h. References AttrTable::clone(). |
Here is the call graph for this function:
|
Definition at line 156 of file AttrTable.h. Referenced by AttrTable::add_container_alias(), AttrTable::add_value_alias(), clone(), and AttrTable::dump(). |
|
Definition at line 161 of file AttrTable.h. Referenced by AttrTable::add_value_alias(), AttrTable::append_attr(), clone(), AttrTable::del_attr(), and AttrTable::dump(). |
|
Definition at line 160 of file AttrTable.h. Referenced by AttrTable::add_container_alias(), AttrTable::add_value_alias(), AttrTable::append_container(), clone(), AttrTable::dump(), AttrTable::simple_print(), and Constructor::transfer_attributes(). |
|
Definition at line 155 of file AttrTable.h. Referenced by AttrTable::add_container_alias(), AttrTable::add_value_alias(), AttrTable::append_attr(), AttrTable::append_container(), clone(), and AttrTable::dump(). |
|
Definition at line 152 of file AttrTable.h. Referenced by AttrTable::add_container_alias(), AttrTable::add_value_alias(), AttrTable::append_attr(), AttrTable::append_container(), clone(), AttrTable::dump(), DDS::find_matching_container(), Constructor::find_matching_container(), and AttrTable::get_name(). |
|