Classes and types for external use


Classes

class  dgraph< _Tp, _SequenceCtr, _PtrAlloc, _Alloc >
 unlabeled directed graph More...
class  dag< _Tp, _SequenceCtr, _PtrAlloc, _Alloc >
 unlabeled directed acyclic graph (DAG) More...
class  ldgraph< _Tp, _SequenceCtr, _PtrAlloc, _Alloc >
 labeled directed graph More...
class  ldag< _Tp, _SequenceCtr, _PtrAlloc, _Alloc >
 labeled directed acyclic graph (LDAG) More...
class  ntree< _Tp, _SequenceCtr, _PtrAlloc, _Alloc >
 $n$-ary forest More...
class  rntree< _Tp, _SequenceCtr, _PtrAlloc, _Alloc >
 $n$-ary forest More...
class  atree< _Tp, _AssocCtr, _Key, _Compare, _PtrAlloc, _Alloc >
 $n$-ary forest with labelled edges More...
class  stree< _Key, _Compare, _AssocCtr, _PtrAlloc, _Alloc >
 $n$-ary forest with unsorted edges More...
class  ratree< _Tp, _AssocCtr, _Key, _Compare, _PtrAlloc, _Alloc >
 $n$-ary forest with labelled edges More...
class  rstree< _Key, _Compare, _AssocCtr, _PtrAlloc, _Alloc >
 $n$-ary forest with unsorted edges More...
class  preorder_visitor< _Node, _Ret, _Col >
 preorder visitor base class More...
class  postorder_visitor< _Node, _Ret, _Col >
 postorder visitor base class More...
class  prepost_visitor< _Node, _Ret, _Col >
 pre+postorder visitor base class More...

Defines

#define VGTL_VECTOR_IMPL
 STL vector wrapper for C array.

Detailed Description

The classes and types in this section are for external use.

Define Documentation

#define VGTL_VECTOR_IMPL

This class is a wrapper class, which builds a STL vector around a C array. Afterwards, this array_vector can be used lika a const std::vector of the same type.

Definition at line 55 of file array_vector.h.


Generated on Tue Feb 9 14:42:14 2010 for Vienna Graph Template Library by  doxygen 1.5.8