Share

AcDbEvalContextPair

Class Hierarchy

AcHeapOperators
    AcDbEvalContextPair

C++

class AcDbEvalContextPair : public AcHeapOperators;

File

dbeval.h

Description

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.

Links

AcDbEvalContextPair Constructor, AcDbEvalContextPair Methods

Was this information helpful?