Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::detail::edge_list_storage< no_embedding, Edge > Struct Template Reference

#include <face_handles.hpp>

Public Types

typedef void type
 

Public Member Functions

void push_back (Edge)
 
void push_front (Edge)
 
void reverse ()
 
void concat_front (edge_list_storage< no_embedding, Edge >)
 
void concat_back (edge_list_storage< no_embedding, Edge >)
 
template<typename OutputIterator >
void get_list (OutputIterator)
 

Member Typedef Documentation

template<typename Edge >
typedef void boost::graph::detail::edge_list_storage< no_embedding, Edge >::type

Member Function Documentation

template<typename Edge >
void boost::graph::detail::edge_list_storage< no_embedding, Edge >::concat_back ( edge_list_storage< no_embedding, Edge >  )
inline
template<typename Edge >
void boost::graph::detail::edge_list_storage< no_embedding, Edge >::concat_front ( edge_list_storage< no_embedding, Edge >  )
inline
template<typename Edge >
template<typename OutputIterator >
void boost::graph::detail::edge_list_storage< no_embedding, Edge >::get_list ( OutputIterator  )
inline
template<typename Edge >
void boost::graph::detail::edge_list_storage< no_embedding, Edge >::push_back ( Edge  )
inline
template<typename Edge >
void boost::graph::detail::edge_list_storage< no_embedding, Edge >::push_front ( Edge  )
inline
template<typename Edge >
void boost::graph::detail::edge_list_storage< no_embedding, Edge >::reverse ( )
inline

The documentation for this struct was generated from the following file: