Descriptor for an AttributeValue. More...
Public Attributes | |
const std::string | m_header |
The header file name. More... | |
const std::string | m_name |
The base name of the resulting AttributeValue type. More... | |
const bool | m_seeBase |
Print a "see also" pointing to the base class. More... | |
const std::string | m_type |
The name of the underlying type. More... | |
Descriptor for an AttributeValue.
Definition at line 844 of file print-introspected-doxygen.cc.
const std::string AttributeDescriptor::m_header |
The header file name.
Definition at line 848 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 845 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 847 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().
const std::string AttributeDescriptor::m_type |
The name of the underlying type.
Definition at line 846 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().