Descriptor for an AttributeValue. More...
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 1494 of file print-introspected-doxygen.cc.
const std::string AttributeDescriptor::m_header |
The header file name.
Definition at line 1499 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 1496 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 1498 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().
const std::string AttributeDescriptor::m_type |
The name of the underlying type.
Definition at line 1497 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeHelper().