A Discrete-Event Network Simulator
API
Public Attributes | List of all members
AttributeDescriptor Struct Reference

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...
 

Detailed Description

Descriptor for an AttributeValue.

Definition at line 844 of file print-introspected-doxygen.cc.

Member Data Documentation

◆ m_header

const std::string AttributeDescriptor::m_header

The header file name.

Definition at line 848 of file print-introspected-doxygen.cc.

Referenced by PrintAttributeHelper().

◆ m_name

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().

◆ m_seeBase

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().

◆ m_type

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().


The documentation for this struct was generated from the following file: