COIN-OR::LEMON - Graph Library

Changeset 86:eba5222bb6f5 in lemon-1.2


Ignore:
Timestamp:
01/22/08 17:03:41 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Minor doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/arg_parser.h

    r85 r86  
    122122                    int value=0, bool obl=false);
    123123
    124     ///Add a new floating type option
     124    ///Add a new floating point type option
    125125
    126126    ///\param name The name of the option. The leading '-' must be omitted.
     
    297297   
    298298    ///This is the type of the return value of ArgParser::operator[]().
    299     ///It automatically converts to int, double, bool or std::string, if it
    300     ///match the type of the option, otherwise it throws an exception.
     299    ///It automatically converts to int, double, bool or std::string if
     300    ///the type of the option matches, otherwise it throws an exception.
    301301    ///(i.e. it performs runtime type checking).
    302302    class RefType
Note: See TracChangeset for help on using the changeset viewer.