Searched defs:node_val_data (Results 1 – 1 of 1) sorted by relevance
236 struct node_val_data struct240 value_type;243 typedef std::allocator<value_type> allocator_type;245 typedef boost::pool_allocator<value_type> allocator_type;247 typedef boost::fast_pool_allocator<value_type> allocator_type;251 typedef std::vector<value_type, allocator_type> container_t;253 typedef std::list<value_type, allocator_type> container_t;256 typedef typename container_t::iterator iterator_t;257 typedef typename container_t::const_iterator const_iterator_t;259 node_val_data() in node_val_data() function[all …]