A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::ModelTypeid Struct Reference

A class used in the implementation of the GtkConfigStore. More...

#include "model-typeid-creator.h"

+ Collaboration diagram for ns3::ModelTypeid:

Public Types

enum  { NODE_ATTRIBUTE , NODE_TYPEID }
 Whether the node represents an attribute or TypeId. More...
 

Public Attributes

std::string defaultValue
 TypeId default value.
 
uint32_t index
 stores the index of the attribute in list of attributes for a given TypeId
 
std::string name
 TypeId name.
 
TypeId tid
 The TypeId object and if it is an attribute, it's the TypeId object of the attribute.
 
enum ns3::ModelTypeid:: { ... }  type
 Whether the node represents an attribute or TypeId.
 

Detailed Description

A class used in the implementation of the GtkConfigStore.

Definition at line 38 of file model-typeid-creator.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Whether the node represents an attribute or TypeId.

Enumerator
NODE_ATTRIBUTE 
NODE_TYPEID 

Definition at line 43 of file model-typeid-creator.h.

Member Data Documentation

◆ defaultValue

std::string ns3::ModelTypeid::defaultValue

◆ index

uint32_t ns3::ModelTypeid::index

stores the index of the attribute in list of attributes for a given TypeId

Definition at line 58 of file model-typeid-creator.h.

Referenced by ns3::cell_edited_callback_config_default(), and ns3::cell_tooltip_callback_config_default().

◆ name

std::string ns3::ModelTypeid::name

TypeId name.

Definition at line 52 of file model-typeid-creator.h.

Referenced by ns3::cell_data_function_col_0_config_default().

◆ tid

TypeId ns3::ModelTypeid::tid

The TypeId object and if it is an attribute, it's the TypeId object of the attribute.

Definition at line 56 of file model-typeid-creator.h.

Referenced by ns3::cell_data_function_col_0_config_default(), ns3::cell_edited_callback_config_default(), and ns3::cell_tooltip_callback_config_default().

◆ 


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