API Reference > OdDb Classes > OdDbEvalContextPair Class
OdDbEvalContextPair Class
OdDbEvalContextPair
Syntax
C++
class OdDbEvalContextPair;

DbEvalGraph.h

This class represents key - value pairs stored in an OdDbEvalContext object.

Values stored are void pointers. Neither OdDbEvalContext nor OdDbEvalContextPair manage the memory allocated to the values. 

Corresponding C++ library: TD_DynBlocks

  • OdDbEvalConnectable
  • OdDbEvalContext
  • OdDbEvalContextIterator
  • OdDbEvalEdgeInfo
  • OdDbEvalExpr
  • OdDbEvalGraph
 
Name 
Description 
 
This is ~OdDbEvalContextPair, a member of class OdDbEvalContextPair. 
 
This is the overview for the OdDbEvalContextPair constructor overload. 
 
Name 
Description 
 
key 
Returns the key of this ContextPair object.  
 
Sets the key of this ContextPair object.  
 
Sets the value of this ContextPair object.  
 
Returns the value of this ContextPair object.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.