AcHeapOperators AcDbEvalContextPair
class AcDbEvalContextPair : public AcHeapOperators;
dbeval.h
This class represents a single entry in an AcDbEvalContext container.
This is a simple key-value pair stored in an AcDbEvalContext. The values are void pointers. Neither this class nor the AcDbEvalContext class is responsible for managing the memory allocated to the values stored in the context.
AcDbEvalContextPair Constructor, AcDbEvalContextPair Methods