Home
last modified time | relevance | path

Searched defs:NCollection_Shared (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_Shared.hxx36 class NCollection_Shared : public Standard_Transient, public T class
43 NCollection_Shared () {} in NCollection_Shared() function in NCollection_Shared
46 template<typename T1> NCollection_Shared (const T1& arg1) : T(arg1) {} in NCollection_Shared() function in NCollection_Shared
49 template<typename T1> NCollection_Shared (T1& arg1) : T(arg1) {} in NCollection_Shared() function in NCollection_Shared
52 …template<typename T1, typename T2> NCollection_Shared (const T1& arg1, const T2& arg2) : T(arg1, a… in NCollection_Shared() function in NCollection_Shared
55 …template<typename T1, typename T2> NCollection_Shared (T1& arg1, const T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
58 …template<typename T1, typename T2> NCollection_Shared (const T1& arg1, T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
61 template<typename T1, typename T2> NCollection_Shared (T1& arg1, T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Shared.hxx36 class NCollection_Shared : public Standard_Transient, public T class
43 NCollection_Shared () {} in NCollection_Shared() function in NCollection_Shared
46 template<typename T1> NCollection_Shared (const T1& arg1) : T(arg1) {} in NCollection_Shared() function in NCollection_Shared
49 template<typename T1> NCollection_Shared (T1& arg1) : T(arg1) {} in NCollection_Shared() function in NCollection_Shared
52 …template<typename T1, typename T2> NCollection_Shared (const T1& arg1, const T2& arg2) : T(arg1, a… in NCollection_Shared() function in NCollection_Shared
55 …template<typename T1, typename T2> NCollection_Shared (T1& arg1, const T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
58 …template<typename T1, typename T2> NCollection_Shared (const T1& arg1, T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
61 template<typename T1, typename T2> NCollection_Shared (T1& arg1, T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_Shared.hxx36 class NCollection_Shared : public Standard_Transient, public T class
43 NCollection_Shared () {} in NCollection_Shared() function in NCollection_Shared
46 template<typename T1> NCollection_Shared (const T1& arg1) : T(arg1) {} in NCollection_Shared() function in NCollection_Shared
49 template<typename T1> NCollection_Shared (T1& arg1) : T(arg1) {} in NCollection_Shared() function in NCollection_Shared
52 …template<typename T1, typename T2> NCollection_Shared (const T1& arg1, const T2& arg2) : T(arg1, a… in NCollection_Shared() function in NCollection_Shared
55 …template<typename T1, typename T2> NCollection_Shared (T1& arg1, const T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
58 …template<typename T1, typename T2> NCollection_Shared (const T1& arg1, T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared
61 template<typename T1, typename T2> NCollection_Shared (T1& arg1, T2& arg2) : T(arg1, arg2) {} in NCollection_Shared() function in NCollection_Shared