|
INET Framework for OMNeT++/OMNEST
|
This class provides constants for initialization stages for modules overriding cComponent::initialize(int stage). More...
#include <InitStageRegistry.h>
Public Member Functions | |
| InitStage (const char *name) | |
| operator int () const | |
Public Attributes | |
| int | number = -1 |
| const char * | name = nullptr |
| std::vector< InitStage * > | precedingStages |
| std::vector< InitStage * > | followingStages |
This class provides constants for initialization stages for modules overriding cComponent::initialize(int stage).
The numbers are assigned lazily on the first access to any initialization stage.
|
inline |
| std::vector<InitStage *> inet::InitStage::followingStages |
| const char* inet::InitStage::name = nullptr |
| int inet::InitStage::number = -1 |
| std::vector<InitStage *> inet::InitStage::precedingStages |