75 public:
template <
class Interface>
79 public:
template <
class Interface>
83 public:
template <
class Interface>
87 public:
template <
class Interface>
91 public:
template <
class Interface>
99 template <
class,
class>
friend class detail::ComposePlugin;
100 template <
class>
friend class detail::SelectSpecializers;
107 private:
template <
class T>
struct type { };
113 private:
template <
class Interface>
114 Interface *PrivateQueryInterface(type<Interface>);
120 private: SpecInterface *PrivateQueryInterface(type<SpecInterface>);
126 private:
template <
class Interface>
127 const Interface *PrivateQueryInterface(type<Interface>)
const;
133 private:
const SpecInterface *PrivateQueryInterface(
134 type<SpecInterface>)
const;
140 private:
template <
class Interface>
141 bool PrivateHasInterface(type<Interface>)
const;
147 private:
bool PrivateHasInterface(type<SpecInterface>)
const;
155 const Plugin::InterfaceMap::iterator privateSpecializedInterfaceIterator;