Home
last modified time | relevance | path

Searched defs:lazy_list_node (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/planar_detail/
Dface_handles.hpp75 template < typename DataType > struct lazy_list_node struct
77 typedef shared_ptr< lazy_list_node< DataType > > ptr_t;
79 lazy_list_node(const DataType& data) in lazy_list_node() function
84 lazy_list_node(ptr_t left_child, ptr_t right_child) in lazy_list_node() argument
92 bool m_reversed;
93 DataType m_data;
94 bool m_has_data;
95 shared_ptr< lazy_list_node > m_left_child;
96 shared_ptr< lazy_list_node > m_right_child;