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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h88 class PolicyIteratorBase : public IteratorType { class in namespace:mcld
95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;
101 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType>
103 typedef PolicyIteratorBase<value_type, const_traits, IteratorType>
111 PolicyIteratorBase() : IteratorType() {} function in class:mcld::PolicyIteratorBase
113 PolicyIteratorBase(const iterator& X) : IteratorType(X.m_pNode) {} function in class:mcld::PolicyIteratorBase
115 explicit PolicyIteratorBase(NodeBase* X) : IteratorType(X) {} function in class:mcld::PolicyIteratorBase
117 virtual ~PolicyIteratorBase() {}
136 : public PolicyIteratorBase<DataType, Traits, IteratorType> {
139 typedef PolicyIteratorBase<DataTyp
[all...]

Completed in 1045 milliseconds