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... | |
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.
IlsModelInterpreter
.
|
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.