ILS_REPRESENTATION_INIT
 
ILS_REPRESENTATION_INIT
Category 
Dynamic view-related macros (component side)
Description 
A subtype of the class IlsRepresentation is automatically declared to the runtime representation model interpreter by a static initialization of a variable included in the macro ILS_REPRESENTATION_BEGIN. If this variable is embedded in a library, its initialization may be postponed depending on the platform. To work around this potential problem, the ILS_REPRESENTATION_INIT macro is supplied to force the runtime declaration of a IlsRepresentation-derived class at the beginning of the process.
It should be used either isolated in a header or in a source file of the application at the beginning of the main function.
Header File 
#include <ilserver/rpmoditp.h>
Synopsis 
ILS_REPRESENTATION_INIT(representationType)
See Also 
ILS_REPRESENTATION_BEGIN/ILS_REPRESENTATION_END, ILS_RP_OBJECT_INIT

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