COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/base_extender.h

    r617 r314  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    3131//\ingroup digraphbits
    3232//\file
    33 //\brief Extenders for the graph types
     33//\brief Extenders for the digraph types
    3434namespace lemon {
    3535
     
    3939  template <typename Base>
    4040  class UndirDigraphExtender : public Base {
     41
     42  public:
     43
    4144    typedef Base Parent;
    42 
    43   public:
    44 
    4545    typedef typename Parent::Arc Edge;
    4646    typedef typename Parent::Node Node;
     
    281281  template <typename Base>
    282282  class BidirBpGraphExtender : public Base {
     283  public:
    283284    typedef Base Parent;
    284 
    285   public:
    286285    typedef BidirBpGraphExtender Digraph;
    287286
Note: See TracChangeset for help on using the changeset viewer.