My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DSL  

Featured
Updated Aug 28, 2010 by liamdev...@gmail.com

NamePortableDescription
OOLUA_CLASSYesUsed for portable code which is to have bases exposed
OOLUA_CLASS_NO_BASESYesHelper macro which informs the library there are no base classes for this class to be exposed.
OOLUA_PROXY_CLASSNoVaradic macro which can be used to start the generating of a proxy class. If supported can be used with and without bases.
OOLUA_CLASS_ENDYesEnds the generation of a proxy class.
OOLUA_BASICYesRequired when using portable code for a class which has bases exposed.
OOLUA_BASES_STARTYesList start of base classes
OOLUA_BASES_ENDYesEnds the list of base classes
OOLUA_TYPEDEFSYesStarts the list of additional information
OOLUA_END_TYPESYesEnds the list of additional information
OOLUA_NO_TYPEDEFSYesDefines that there is no additional information needed for the class
OOLUA_MEM_FUNCNoVaradic macro for generating a member function
OOLUA_MEM_FUNC_CONSTNoVaradic macro for generating a constant member function
OOLUA_MEM_FUNC_RENAMENoVaradic macro for generating a member function which is to be renamed
OOLUA_MEM_FUNC_CONST_RENAMENoVaradic macro for generating a constant member function which is to be renamed
OOLUA_MEM_FUNC_XYesGenerates a function which has X parameters
OOLUA_MEM_FUNC_X_CONST YesGenerates a constant function which has X parameters
OOLUA_MEM_FUNC_X_RENAME YesGenerates a function with X parameters which is to be renamed
OOLUA_MEM_FUNC_X_CONST_RENAME YesGenerates a constant function with X parameters which is to be renamed
EXPORT_OOLUA_FUNCTIONS_X_CONSTYesExports X functions for the class
EXPORT_OOLUA_FUNCTIONS_X_NON_CONSTYesExports X constant functions for the class
EXPORT_OOLUA_FUNCTIONS_CONSTNoVaradic macro which exports constant functions for the class
EXPORT_OOLUA_FUNCTIONS_NON_CONSTNoVaradic macro which exports functions for the class
EXPORT_OOLUA_NO_FUNCTIONSYesHelper macro which defines the class has not functions to export
OOLUA_CONSTRUCTORS_BEGINYesStarts the generation of constructors to make available
OOLUA_CONSTRUCTORS_ENDYesEnds the generation of constructors
OOLUA_ONLY_DEFAULT_CONSTRUCTORYesHelper macro which only makes available a public default constructor
OOLUA_CONSTRUCTOR_XYesGenerates a constructor which takes X parameters
OOLUA_CONSTRUCTORNoVaradic macro which generates a constructor


Sign in to add a comment
Powered by Google Project Hosting