src/hugo/skeletons/graph.h
changeset 794 d9ec436d11fe
parent 774 4297098d9677
child 801 48638058e188
equal deleted inserted replaced
3:e928a348762e 4:99a0c9cd97de
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef HUGO_SKELETON_GRAPH_H
     2 #ifndef HUGO_SKELETON_GRAPH_H
     3 #define HUGO_SKELETON_GRAPH_H
     3 #define HUGO_SKELETON_GRAPH_H
     4 
     4 
       
     5 ///\ingroup skeletons
     5 ///\file
     6 ///\file
     6 ///\brief Declaration of GraphSkeleton.
     7 ///\brief Declaration of GraphSkeleton.
     7 
     8 
     8 #include <hugo/invalid.h>
     9 #include <hugo/invalid.h>
     9 #include <hugo/skeletons/maps.h>
    10 #include <hugo/skeletons/maps.h>
    10 
    11 
    11 /// The namespace of HugoLib
    12 /// The namespace of HugoLib
    12 namespace hugo {
    13 namespace hugo {
    13   namespace skeleton {
    14   namespace skeleton {
    14     
    15     
    15     // @defgroup empty_graph The GraphSkeleton class
    16     /// \addtogroup skeletons
    16     // @{
    17     /// @{
    17 
    18 
    18     /// An empty static graph class.
    19     /// An empty static graph class.
    19   
    20   
    20     /// This class provides all the common features of a graph structure,
    21     /// This class provides all the common features of a graph structure,
    21     /// however completely without implementations and real data structures
    22     /// however completely without implementations and real data structures