A Discrete-Event Network Simulator
API
AttributeDescriptor Struct Reference

Descriptor for an AttributeValue. More...

+ Collaboration diagram for AttributeDescriptor:

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 837 of file print-introspected-doxygen.cc.

Member Data Documentation

const std::string AttributeDescriptor::m_header

The header file name.

Definition at line 841 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 838 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 840 of file print-introspected-doxygen.cc.

Referenced by PrintAttributeHelper().

const std::string AttributeDescriptor::m_type

The name of the underlying type.

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

Referenced by PrintAttributeHelper().


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