MAKE_Txxxx_DEFINITIONS_VISIBLE
macros?
MAKE_Txxxx_DEFINITIONS_VISIBLE
definitions for all the templates you're using?
xxx.h
and xxxImplementation.h
)?
XxxxxInstantiations.C
file the first file in the *.PinkMake
's source:
list?
inline
turned off for methods that are being defined?
XxxxxInstantiations.C
file appear in the right order:
#ifndef HIDE_TEMPLATE_DEFINITIONS #define HIDE_TEMPLATE_DEFINITIONS #endif #define MAKE_Txxxx_VISIBLE ... #pragma defineonly #include "xxxx.h" ... #pragma define( TXxxxx<Tyyyy> ) ... #undef MAKE_Txxxx_VISIBLE