andres::graph
Public Types | Public Member Functions | List of all members
andres::graph::DefaultSubgraphMask< T > Struct Template Reference

An entire graph. More...

#include <subgraph.hxx>

Public Types

typedef T Value

Public Member Functions

bool vertex (const Value v) const
bool edge (const Value e) const

Detailed Description

template<class T = std::size_t>
struct andres::graph::DefaultSubgraphMask< T >

An entire graph.

Definition at line 10 of file subgraph.hxx.

Member Typedef Documentation

template<class T = std::size_t>
typedef T andres::graph::DefaultSubgraphMask< T >::Value

Definition at line 11 of file subgraph.hxx.

Member Function Documentation

template<class T = std::size_t>
bool andres::graph::DefaultSubgraphMask< T >::edge ( const Value  e) const
inline

Definition at line 15 of file subgraph.hxx.

template<class T = std::size_t>
bool andres::graph::DefaultSubgraphMask< T >::vertex ( const Value  v) const
inline

Definition at line 13 of file subgraph.hxx.