#include <DbEvalGraph.h>
This class represents key - value pairs stored in an OdDbEvalContext object.
Corresponding C++ library: TD_DynBlocks <group OdDb_Classes>
- See also
- OdDbEvalConnectable OdDbEvalContext OdDbEvalContextIterator OdDbEvalEdgeInfo OdDbEvalExpr OdDbEvalGraph
Definition at line 1081 of file DbEvalGraph.h.
◆ OdDbEvalContextPair() [1/2]
OdDbEvalContextPair::OdDbEvalContextPair |
( |
| ) |
|
◆ OdDbEvalContextPair() [2/2]
OdDbEvalContextPair::OdDbEvalContextPair |
( |
const OdString & |
key, |
|
|
void * |
value |
|
) |
| |
- Parameters
-
key | [in] ContextPair key. |
value | [in] ContextPair value. |
◆ ~OdDbEvalContextPair()
virtual OdDbEvalContextPair::~OdDbEvalContextPair |
( |
| ) |
|
|
virtual |
◆ key()
const OdString OdDbEvalContextPair::key |
( |
| ) |
const |
Returns the key of this ContextPair object.
- Parameters
-
◆ setKey()
Sets the key of this ContextPair object.
- Parameters
-
◆ setValue()
void OdDbEvalContextPair::setValue |
( |
void * |
value | ) |
|
Sets the value of this ContextPair object.
- Parameters
-
value | [in] ContextPair value. |
◆ value()
void * OdDbEvalContextPair::value |
( |
| ) |
const |
Returns the value of this ContextPair object.
- Parameters
-
value | [in] ContextPair value. |
The documentation for this class was generated from the following file: