Home
last modified time | relevance | path

Searched refs:index_node_base (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dindex_node_base.hpp46 struct index_node_base:private pod_value_holder<Value> struct
48 typedef index_node_base base_type; /* used for serialization purposes */ argument
66 static index_node_base* from_value(const value_type* p) in from_value() argument
68 return static_cast<index_node_base *>( in from_value()
94 index_node_base<Value,allocator_type>::from_value(p)); in node_from_value()
117 Archive&,boost::multi_index::detail::index_node_base<Value,Allocator>*, in load_construct_data()
Dnode_type.hpp55 index_node_base<Value,Allocator>,
Dindex_base.hpp59 typedef index_node_base<Value,Allocator> index_node_type;