2.1.3. NvRules non-member functions.

Non-member utility functions.

Functions

IContext * NV::Rules::get_context(ContextHandle h)

Converts the context handle.

IEvaluator * NV::Rules::get_evaluator(ContextHandle h)

Returns the evaluator object.

std::string NV::Rules::get_version(ContextHandle h)

Get version number of this interface.

void NV::Rules::raise_exception(ContextHandle h, const char *msg)

Raises a python exception.

Typedefs