Home
last modified time | relevance | path

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

/dports/science/tfel-edf/tfel-3.2.1/tests/MetaProgramming/
H A Dtypelist2.cxx113 generic_container<TLNode<double,TLNode<std::string, TLE> > > test; in main()
/dports/science/tfel/tfel-3.4.0/tests/MetaProgramming/
H A Dtypelist2.cxx113 generic_container<TLNode<double,TLNode<std::string, TLE> > > test; in main()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Metaprogramming/
H A DTypeList.ixx35 struct TFEL_VISIBILITY_LOCAL TLNode
62 typedef TLNode<typename Transform<typename Tlist::Current>::type,
263 typedef TLNode<T,List> type;
272 typedef TLNode<T,TLE> type;
282 typedef TLNode<typename List::Current,
307 typedef TLNode<typename First::Current,N_> type;
326 …typedef typename std::conditional<IsSubClassOf<typename List::Current,BaseType>::cond,TLNode<typen…
442 TLNode<Current, TailResult>,
H A DGenerateTypeList.hxx42 typedef TLNode<CurrentType,typename GenerateTypeList<Types...>::type> type;
H A DTypeList.hxx48 struct TLNode;
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Metaprogramming/
H A DTypeList.ixx35 struct TFEL_VISIBILITY_LOCAL TLNode
62 typedef TLNode<typename Transform<typename Tlist::Current>::type,
263 typedef TLNode<T,List> type;
272 typedef TLNode<T,TLE> type;
282 typedef TLNode<typename List::Current,
307 typedef TLNode<typename First::Current,N_> type;
326 …typedef typename std::conditional<IsSubClassOf<typename List::Current,BaseType>::cond,TLNode<typen…
442 TLNode<Current, TailResult>,
H A DGenerateTypeList.hxx42 typedef TLNode<CurrentType,typename GenerateTypeList<Types...>::type> type;
H A DTypeList.hxx48 struct TLNode;
/dports/science/tfel/tfel-3.4.0/include/TFEL/Metaprogramming/Forward/
H A DTypeList.hxx27 struct TLNode;
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Metaprogramming/Forward/
H A DTypeList.hxx27 struct TLNode;
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_textlist.cpp12 bool lessTLNode( TLNode* a, TLNode* b, void* ) in lessTLNode()
H A Dswl_winbase.h495 struct TLNode struct
501 TLNode() : pixelWidth( -1 ), intData( 0 ), ptrData( 0 ) {} in TLNode() function
502TLNode( const unicode_t* s, int i = 0, void* p = 0 ) : pixelWidth( -1 ), str( new_unicode_str( s )…
507 std::vector<TLNode> list;