Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
List of all members | Static Public Member Functions
IlsRpModelInterpreter Class Reference

This class is a runtime model interpreter used on the component side in Rogue Wave Server applications. More...

#include <ilserver/rpmoditp.h>

Static Public Member Functions

static IlsFunctionDef const ** GetGlobalFunctions (int &dim)
 Returns all the global functions that have been registered on the component side of a Rogue Wave Server application. More...
 

Detailed Description

This class is a runtime model interpreter used on the component side in Rogue Wave Server applications.

Library: mvserver
and mvcomp

A singleton of this class is initialized at startup and is responsible for registering the representation model elements declared using RP macros such as ILS_RP_OBJECT_BEGIN()/ILS_RP_OBJECT_END(), ILS_RP_GLOBAL_FUNCTION(), and so forth.

See also
IlsModelInterpreter.

Member Function Documentation

◆ GetGlobalFunctions()

static IlsFunctionDef const** IlsRpModelInterpreter::GetGlobalFunctions ( int &  dim)
static

Returns all the global functions that have been registered on the component side of a Rogue Wave Server application.

These global functions are those you have declared using the ILS_RP_GLOBAL_FUNCTION() macro.