Descriptor for an AttributeValue. More...
 Collaboration diagram for AttributeDescriptor:Public Attributes | |
| const std::string | m_header | 
| The header file name.   | |
| const std::string | m_name | 
| The base name of the resulting AttributeValue type.   | |
| const bool | m_seeBase | 
| Print a "see also" pointing to the base class.   | |
| const std::string | m_type | 
| The name of the underlying type.   | |
Descriptor for an AttributeValue.
Definition at line 1390 of file print-introspected-doxygen.cc.
| const std::string AttributeDescriptor::m_header | 
The header file name.
Definition at line 1395 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().
| const std::string AttributeDescriptor::m_name | 
The base name of the resulting AttributeValue type.
Definition at line 1392 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().
| const bool AttributeDescriptor::m_seeBase | 
Print a "see also" pointing to the base class.
Definition at line 1394 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().
| const std::string AttributeDescriptor::m_type | 
The name of the underlying type.
Definition at line 1393 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().