Searched defs:ExportedVarTmpl (Results 1 – 2 of 2) sorted by relevance
155 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable166 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable171 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable176 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable180 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable186 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable
130 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable137 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable140 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable143 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable144 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable148 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable