GraphVertex< EdgeType > Struct Template Reference

Graph vertex. More...

#include <GraphType.h>

List of all members.

Public Types

typedef EdgeType edge_type
 Type of graph edges.

Public Member Functions

 GraphVertex ()
 Default vertex.

Public Attributes

set< edge_typein
 Incoming edges.
set< edge_typeout
 Leaving edges.


Detailed Description

template<class EdgeType>
struct GraphVertex< EdgeType >

Graph vertex.

Definition at line 76 of file GraphType.h.


Member Typedef Documentation

template<class EdgeType>
typedef EdgeType GraphVertex< EdgeType >::edge_type
 

Type of graph edges.

Definition at line 79 of file GraphType.h.


Constructor & Destructor Documentation

template<class EdgeType>
GraphVertex< EdgeType >::GraphVertex  )  [inline]
 

Default vertex.

Definition at line 83 of file GraphType.h.


Member Data Documentation

template<class EdgeType>
set< edge_type > GraphVertex< EdgeType >::in
 

Incoming edges.

Definition at line 87 of file GraphType.h.

template<class EdgeType>
set< edge_type > GraphVertex< EdgeType >::out
 

Leaving edges.

Definition at line 91 of file GraphType.h.


The documentation for this struct was generated from the following file:
Generated on Mon Feb 27 22:47:13 2006 for CRyptography And Groups (CRAG) by  doxygen 1.4.4