Lines Matching defs:bstbase
566 struct bstbase struct
569 …ts, VoidOrKeyOfValue, VoidOrKeyComp, ConstantTimeSize, SizeType, AlgoType, HeaderHolder> base_type;
570 typedef ValueTraits value_traits;
571 typedef typename base_type::value_compare value_compare;
572 typedef typename base_type::key_compare key_compare;
573 typedef typename base_type::const_reference const_reference;
574 typedef typename base_type::reference reference;
575 typedef typename base_type::iterator iterator;
576 typedef typename base_type::const_iterator const_iterator;
577 typedef typename base_type::node_traits node_traits;
579 <AlgoType, node_traits>::type node_algorithms;
580 typedef SizeType size_type;
582 BOOST_INTRUSIVE_FORCEINLINE bstbase(const key_compare & comp, const ValueTraits &vtraits) in bstbase() argument
588 ~bstbase() in ~bstbase()