Searched defs:Tuple (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dtuple.h2 * Inkscape::Util::Tuple - generic tuple type
23 struct Tuple { struct in namespace:Inkscape::Util
24 Tuple() {} function in struct:Inkscape::Util::Tuple
25 Tuple(typename Traits::Reference<A>::RValue a_, function in struct:Inkscape::Util::Tuple
43 struct Tuple<A, B, C, D, E, void> { struct in namespace:Inkscape::Util
44 Tuple() {} function in struct:Inkscape::Util::Tuple
45 Tuple(typename Traits::Reference<A>::RValue a_, function in struct:Inkscape::Util::Tuple
60 struct Tuple<A, B, C, D, void, void> { struct in namespace:Inkscape::Util
61 Tuple() {} function in struct:Inkscape::Util::Tuple
62 Tuple(typenam function in struct:Inkscape::Util::Tuple
75 struct Tuple<A, B, C, void, void, void> { struct in namespace:Inkscape::Util
76 Tuple() {} function in struct:Inkscape::Util::Tuple
77 Tuple(typename Traits::Reference<A>::RValue a_, function in struct:Inkscape::Util::Tuple
88 struct Tuple<A, B, void, void, void, void> { struct in namespace:Inkscape::Util
89 Tuple() {} function in struct:Inkscape::Util::Tuple
90 Tuple(typename Traits::Reference<A>::RValue a_, function in struct:Inkscape::Util::Tuple
99 struct Tuple<A, void, void, void, void, void> { struct in namespace:Inkscape::Util
100 Tuple() {} function in struct:Inkscape::Util::Tuple
101 Tuple(typename Traits::Reference<A>::RValue a_) function in struct:Inkscape::Util::Tuple
107 template <> struct Tuple<void, void, void, void, void, void> {}; struct in namespace:Inkscape::Util
[all...]

Completed in 15 milliseconds