OMNeT++ Simulation Library
6.0.3
|
16 #ifndef __OMNETPP_CVALUECONTAINER_H
17 #define __OMNETPP_CVALUECONTAINER_H
22 #include "cownedobject.h"
40 void takeValue(
cValue& value);
41 void dropValue(
cValue& value);
42 void dropAndDeleteValue(
cValue& value);
Common base class for cValue-based containers.
Definition: cvaluecontainer.h:32
A variant-like value class used during evaluating NED expressions.
Definition: cvalue.h:47
cValueContainer(const char *name=nullptr)
Definition: cvaluecontainer.h:49
Thrown when the simulation kernel or other components detect a runtime error.
Definition: cexception.h:286
Buffer for the communications layer of parallel simulation.
Definition: ccommbuffer.h:41
A cObject that keeps track of its owner. It serves as base class for many classes in the OMNeT++ libr...
Definition: cownedobject.h:105