A class used in the implementation of the GtkConfigStore. More...
#include "model-typeid-creator.h"
Public Types | |
enum | { NODE_ATTRIBUTE , NODE_TYPEID } |
Public Attributes | |
std::string | defaultValue |
TypeId default value. More... | |
uint32_t | index |
stores the index of the attribute in list of attributes for a given TypeId More... | |
std::string | name |
TypeId name. More... | |
TypeId | tid |
The TypeId object and if it is an attribute, it's the TypeId object of the attribute. More... | |
enum ns3::ModelTypeid:: { ... } | type |
node type More... | |
A class used in the implementation of the GtkConfigStore.
Definition at line 35 of file model-typeid-creator.h.
anonymous enum |
Enumerator | |
---|---|
NODE_ATTRIBUTE | |
NODE_TYPEID |
Definition at line 41 of file model-typeid-creator.h.
std::string ns3::ModelTypeid::defaultValue |
TypeId default value.
Definition at line 51 of file model-typeid-creator.h.
Referenced by ns3::cell_data_function_col_1_config_default(), ns3::cell_edited_callback_config_default(), and ns3::ModelTypeidCreator::VisitAttribute().
uint32_t ns3::ModelTypeid::index |
stores the index of the attribute in list of attributes for a given TypeId
Definition at line 55 of file model-typeid-creator.h.
Referenced by ns3::cell_edited_callback_config_default(), ns3::cell_tooltip_callback_config_default(), and ns3::ModelTypeidCreator::VisitAttribute().
std::string ns3::ModelTypeid::name |
TypeId name.
Definition at line 49 of file model-typeid-creator.h.
Referenced by ns3::cell_data_function_col_0_config_default(), and ns3::ModelTypeidCreator::VisitAttribute().
TypeId ns3::ModelTypeid::tid |
The TypeId object and if it is an attribute, it's the TypeId object of the attribute.
Definition at line 53 of file model-typeid-creator.h.
Referenced by ns3::cell_data_function_col_0_config_default(), ns3::cell_edited_callback_config_default(), ns3::cell_tooltip_callback_config_default(), ns3::ModelTypeidCreator::StartVisitTypeId(), and ns3::ModelTypeidCreator::VisitAttribute().
enum { ... } ns3::ModelTypeid::type |
node type
Referenced by ns3::cell_data_function_col_0_config_default(), ns3::cell_data_function_col_1_config_default(), ns3::cell_edited_callback_config_default(), ns3::cell_tooltip_callback_config_default(), ns3::ModelTypeidCreator::StartVisitTypeId(), and ns3::ModelTypeidCreator::VisitAttribute().