CAPD RedHom Library
capd::graph::BoostGraphVertexAdaptor< Derived, _Id > Struct Template Reference

#include <capd/graph/BoostGraph.h>

Public Types

typedef _Id Id
 

Public Member Functions

Id id () const
 
bool operator!= (const BoostGraphVertexAdaptor &o) const
 
bool operator== (const BoostGraphVertexAdaptor &o) const
 
bool operator< (const BoostGraphVertexAdaptor &o) const
 

Friends

std::ostream & operator<< (std::ostream &out, const BoostGraphVertexAdaptor &v)
 

Member Typedef Documentation

template<typename Derived, typename _Id>
typedef _Id capd::graph::BoostGraphVertexAdaptor< Derived, _Id >::Id

Member Function Documentation

template<typename Derived, typename _Id>
Id capd::graph::BoostGraphVertexAdaptor< Derived, _Id >::id ( ) const
inline
template<typename Derived, typename _Id>
bool capd::graph::BoostGraphVertexAdaptor< Derived, _Id >::operator!= ( const BoostGraphVertexAdaptor< Derived, _Id > &  o) const
inline
template<typename Derived, typename _Id>
bool capd::graph::BoostGraphVertexAdaptor< Derived, _Id >::operator< ( const BoostGraphVertexAdaptor< Derived, _Id > &  o) const
inline
template<typename Derived, typename _Id>
bool capd::graph::BoostGraphVertexAdaptor< Derived, _Id >::operator== ( const BoostGraphVertexAdaptor< Derived, _Id > &  o) const
inline

Friends And Related Function Documentation

template<typename Derived, typename _Id>
std::ostream& operator<< ( std::ostream &  out,
const BoostGraphVertexAdaptor< Derived, _Id > &  v 
)
friend