Home
last modified time | relevance | path

Searched refs:TYPEINIT_FACTORY (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/tools/inc/tools/
H A Drtti.hxx48 #define TYPEINIT_FACTORY(sType, Factory ) \ macro
61 #define TYPEINIT_AUTOFACTORY(sType) TYPEINIT_FACTORY(sType, new sType)
62 #define TYPEINIT(sType) TYPEINIT_FACTORY(sType, 0)
75 TYPEINIT_FACTORY(sType, Factory); \
81 TYPEINIT_FACTORY(sType, Factory); \
90 TYPEINIT_FACTORY(sType, Factory); \
100 TYPEINIT_FACTORY(sType, Factory); \

Completed in 12 milliseconds