MEPP2 Project
Public Types | Public Member Functions | Public Attributes | List of all members
GraphConcept< G > Struct Template Reference
Collaboration diagram for GraphConcept< G >:
Collaboration graph

Public Types

typedef boost::graph_traits< G >::vertex_descriptor vertex_descriptor
 
typedef boost::graph_traits< G >::edge_descriptor edge_descriptor
 
typedef boost::graph_traits< G >::directed_category directed_category
 
typedef boost::graph_traits< G >::edge_parallel_category edge_parallel_category
 
typedef boost::graph_traits< G >::traversal_category traversal_category
 

Public Member Functions

void constraints ()
 

Public Attributes

G g
 

Detailed Description

template<class G>
struct GraphConcept< G >

Definition at line 19 of file test_boost_graph_concept_aif.cpp.

Member Typedef Documentation

◆ directed_category

template<class G >
typedef boost::graph_traits< G >::directed_category GraphConcept< G >::directed_category

Definition at line 25 of file test_boost_graph_concept_aif.cpp.

◆ edge_descriptor

template<class G >
typedef boost::graph_traits< G >::edge_descriptor GraphConcept< G >::edge_descriptor

Definition at line 23 of file test_boost_graph_concept_aif.cpp.

◆ edge_parallel_category

template<class G >
typedef boost::graph_traits< G >::edge_parallel_category GraphConcept< G >::edge_parallel_category

Definition at line 27 of file test_boost_graph_concept_aif.cpp.

◆ traversal_category

template<class G >
typedef boost::graph_traits< G >::traversal_category GraphConcept< G >::traversal_category

Definition at line 29 of file test_boost_graph_concept_aif.cpp.

◆ vertex_descriptor

template<class G >
typedef boost::graph_traits< G >::vertex_descriptor GraphConcept< G >::vertex_descriptor

Definition at line 22 of file test_boost_graph_concept_aif.cpp.

Member Function Documentation

◆ constraints()

template<class G >
void GraphConcept< G >::constraints ( )
inline

Definition at line 31 of file test_boost_graph_concept_aif.cpp.

Member Data Documentation

◆ g

template<class G >
G GraphConcept< G >::g

Definition at line 43 of file test_boost_graph_concept_aif.cpp.


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