Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
Classes | Macros
dynmoditp.h File Reference
#include <ilserver/rtmodel.h>
#include <ilserver/dynobj.h>

Classes

class  IlsDynModelInterpreter
 This class allows you to declare a dynamic model in a Rogue Wave Server application. More...
 

Macros

#define ILS_DYNOBJECT1_BEGIN(typeNm, parent1)
 This macro should be used instead of ILS_OBJECT1_BEGIN() when a Rogue Wave Server class inherits from IlsDynObject instead of IlsObject or IlsEntity. More...
 
#define ILS_DYNOBJECT1_WITH_ID_BEGIN(typeNm, ident, parent1)
 This macro should be used instead of ILS_OBJECT1_WITH_ID_BEGIN() when a Rogue Wave Server class inherits from IlsDynObject instead of IlsObject or IlsEntity. More...
 
#define ILS_DYNOBJECT_BEGIN(typeNm)
 This macro declare a server object class deriving from IlsDynObject to the server model interpreter. More...
 
#define ILS_DYNOBJECT_DECL(typeNm)
 This macro should be used instead of ILS_OBJECT_DECL() when a Rogue Wave Server class inherits from IlsDynObject instead of IlsObject or IlsEntity. More...
 
#define ILS_DYNOBJECT_END(typeNm)
 This macro should be used instead of ILS_OBJECT_BEGIN/ILS_OBJECT_END when a Rogue Wave Server class inherits from IlsDynObject instead of IlsObject or IlsEntity. More...
 
#define ILS_DYNOBJECT_WITH_ID_BEGIN(typeNm, ident)
 This macro should be used instead of ILS_OBJECT_WITH_ID_BEGIN() when a Rogue Wave Server class inherits from IlsDynObject instead of IlsObject or IlsEntity. More...