lemon/concepts/graph_components.h
changeset 1210 da87dbdf3daf
parent 1197 f179aa1045a4
equal deleted inserted replaced
40:3c9ad208b5a1 41:2718cd7ab742
   217         /// \brief Copy constructor.
   217         /// \brief Copy constructor.
   218         ///
   218         ///
   219         /// Copy constructor.
   219         /// Copy constructor.
   220         Edge(const Edge &) : Parent() {}
   220         Edge(const Edge &) : Parent() {}
   221 
   221 
       
   222         /// Assignment operator
       
   223 
       
   224         /// Assignment operator.
       
   225         ///
       
   226         const Edge &operator=(const Edge&) { return *this; }
       
   227 
   222         /// \brief Constructor for conversion from \c INVALID.
   228         /// \brief Constructor for conversion from \c INVALID.
   223         ///
   229         ///
   224         /// Constructor for conversion from \c INVALID.
   230         /// Constructor for conversion from \c INVALID.
   225         /// It initializes the item to be invalid.
   231         /// It initializes the item to be invalid.
   226         /// \sa Invalid for more details.
   232         /// \sa Invalid for more details.
   334 
   340 
   335         /// \brief Copy constructor.
   341         /// \brief Copy constructor.
   336         ///
   342         ///
   337         /// Copy constructor.
   343         /// Copy constructor.
   338         RedNode(const RedNode &) : Parent() {}
   344         RedNode(const RedNode &) : Parent() {}
       
   345         /// Assignment operator
       
   346 
       
   347         /// Assignment operator.
       
   348         ///
       
   349         const RedNode &operator=(const RedNode&) { return *this; }
   339 
   350 
   340         /// \brief Constructor for conversion from \c INVALID.
   351         /// \brief Constructor for conversion from \c INVALID.
   341         ///
   352         ///
   342         /// Constructor for conversion from \c INVALID.
   353         /// Constructor for conversion from \c INVALID.
   343         /// It initializes the item to be invalid.
   354         /// It initializes the item to be invalid.
   363 
   374 
   364         /// \brief Copy constructor.
   375         /// \brief Copy constructor.
   365         ///
   376         ///
   366         /// Copy constructor.
   377         /// Copy constructor.
   367         BlueNode(const BlueNode &) : Parent() {}
   378         BlueNode(const BlueNode &) : Parent() {}
       
   379         /// Assignment operator
       
   380 
       
   381         /// Assignment operator.
       
   382         ///
       
   383         const BlueNode &operator=(const BlueNode&) { return *this; }
       
   384 
   368 
   385 
   369         /// \brief Constructor for conversion from \c INVALID.
   386         /// \brief Constructor for conversion from \c INVALID.
   370         ///
   387         ///
   371         /// Constructor for conversion from \c INVALID.
   388         /// Constructor for conversion from \c INVALID.
   372         /// It initializes the item to be invalid.
   389         /// It initializes the item to be invalid.