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 78 of file GraphType.h.


Member Typedef Documentation

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

Type of graph edges.

Definition at line 81 of file GraphType.h.


Constructor & Destructor Documentation

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

Default vertex.

Definition at line 85 of file GraphType.h.


Member Data Documentation

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

Incoming edges.

Definition at line 89 of file GraphType.h.

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


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

Generated on Mon Mar 2 17:58:49 2009 for CRyptography And Groups (CRAG) by  doxygen 1.5.6