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

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

#include "model-node-creator.h"

+ Collaboration diagram for ns3::ModelNode:

Public Types

enum  {
  NODE_ATTRIBUTE , NODE_POINTER , NODE_VECTOR , NODE_VECTOR_ITEM ,
  NODE_OBJECT
}
 node type structure More...
 

Public Attributes

uint32_t index
 index
 
std::string name
 node name
 
Ptr< Objectobject
 the object
 
enum ns3::ModelNode:: { ... }  type
 node type structure
 

Detailed Description

A class used in the implementation of the GtkConfigStore.

Definition at line 36 of file model-node-creator.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

node type structure

Enumerator
NODE_ATTRIBUTE 
NODE_POINTER 
NODE_VECTOR 
NODE_VECTOR_ITEM 
NODE_OBJECT 

Definition at line 41 of file model-node-creator.h.

Member Data Documentation

◆ index

uint32_t ns3::ModelNode::index

index

Definition at line 57 of file model-node-creator.h.

Referenced by ns3::cell_data_function_col_0().

◆ name

std::string ns3::ModelNode::name

◆ object

◆ 

enum { ... } ns3::ModelNode::type

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