Interface adopted by an object which can serve as the context for operations involving parsing or evaluation of parameter expressions. More...
#include <ParametricModeling.h>
Public Member Functions | |
DGNPLATFORM_EXPORT IParameterDefinitionsCR | GetParameterDefinitions () const |
Returns the parameter definitions against which parsing or evaluation is to be performed. More... | |
DGNPLATFORM_EXPORT DgnModelR | GetHostModel () const |
![]() | |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
UInt32 | AddRef () const |
UInt32 | Release () const |
RefCounted () | |
RefCounted (RefCounted const &rhs) | |
RefCounted & | operator= (RefCounted const &rhs) |
UInt32 | GetRefCount () const |
Static Public Member Functions | |
static DGNPLATFORM_EXPORT IParameterExpressionContextPtr | Create (IParameterDefinitionsCR defs) |
Additional Inherited Members | |
![]() | |
virtual | ~RefCounted () |
![]() | |
virtual | ~IRefCounted () |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
Interface adopted by an object which can serve as the context for operations involving parsing or evaluation of parameter expressions.
|
static |
DGNPLATFORM_EXPORT DgnModelR GetHostModel | ( | ) | const |
DGNPLATFORM_EXPORT IParameterDefinitionsCR GetParameterDefinitions | ( | ) | const |
Returns the parameter definitions against which parsing or evaluation is to be performed.