src/include/skeletons/graph.h
changeset 382 f177fc597abd
parent 320 190ecba15b33
child 403 4ade9002b3a4
equal deleted inserted replaced
2:24431e7d18da 3:a357af790a25
    32   {
    32   {
    33   public:
    33   public:
    34     /// Defalult constructor.
    34     /// Defalult constructor.
    35     GraphSkeleton() {}
    35     GraphSkeleton() {}
    36     ///Copy consructor.
    36     ///Copy consructor.
       
    37 
       
    38     ///\todo It is not clear, what we expect from a copy constructor.
       
    39     ///E.g. How to assign the nodes/edges to each other? What about maps?
    37     GraphSkeleton(const GraphSkeleton &G) {}
    40     GraphSkeleton(const GraphSkeleton &G) {}
    38 
    41 
    39     /// The base type of the node iterators.
    42     /// The base type of the node iterators.
    40 
    43 
    41     /// This is the base type of each node iterators,
    44     /// This is the base type of each node iterators,