Searched defs:ExportedVarTmpl (Results 1 – 2 of 2) sorted by relevance
189 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable200 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable205 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable
144 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable151 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable154 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable