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

Leaving edges.

Definition at line 93 of file GraphType.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:47 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1