IlsRpModelInterpreter
 
IlsRpModelInterpreter
Category 
Dynamic view-related class (component side)
Inheritance Path 
IlsRpModelInterpreter
Description 
This class is a runtime model interpreter used on the component side in Rogue Wave Server applications. 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.
Library 
<mvserver>
Header File 
#include <ilserver/rpmoditp.h>
Synopsis 
class IlsModelInterpreter{
public:
 
static IlsFunctionDef const** GetGlobalFunctions(int& dim);
};
Member Functions 
[static] IlsFunctionDef const** GetGlobalFunctions(int& dim);
This static member function returns all the global functions that have been registered on the component side of an Rogue Wave Server application. These global functions are those you have declared using the ILS_RP_GLOBAL_FUNCTION macro.
See Also 
IlsModelInterpreter

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.