#include <face_handles.hpp>
Public Types | |
typedef shared_ptr < lazy_list_node< DataType > > | ptr_t |
Public Member Functions | |
lazy_list_node (const DataType &data) | |
lazy_list_node (ptr_t left_child, ptr_t right_child) | |
Public Attributes | |
bool | m_reversed |
DataType | m_data |
bool | m_has_data |
shared_ptr< lazy_list_node > | m_left_child |
shared_ptr< lazy_list_node > | m_right_child |
typedef shared_ptr< lazy_list_node<DataType> > boost::graph::detail::lazy_list_node< DataType >::ptr_t |
|
inline |
|
inline |
DataType boost::graph::detail::lazy_list_node< DataType >::m_data |
bool boost::graph::detail::lazy_list_node< DataType >::m_has_data |
shared_ptr<lazy_list_node> boost::graph::detail::lazy_list_node< DataType >::m_left_child |
bool boost::graph::detail::lazy_list_node< DataType >::m_reversed |
shared_ptr<lazy_list_node> boost::graph::detail::lazy_list_node< DataType >::m_right_child |