Changeset 3148


Ignore:
Timestamp:
Dec 23, 2013, 6:59:26 AM (10 years ago)
Author:
Peter
Message:

remove white-space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/GetlineIterator.h

    r1881 r3148  
    6969    /**
    7070       \brief Constructor
    71        
     71
    7272       \param is istream to extract string elements from.
    73        \param delimiter the delimiting character. 
     73       \param delimiter the delimiting character.
    7474    */
    75     GetlineIterator(std::istream& is, char delimiter='\n');
     75    explicit GetlineIterator(std::istream& is, char delimiter='\n');
    7676
    7777  private:
     
    8282    std::string line_;
    8383
    84     GetlineIterator::reference dereference(void) const;
    85 
     84    GetlineIterator::reference dereference(void) const;
    8685    bool equal(const GetlineIterator& other) const;
    87 
    88     void increment(void);
    89 
     86    void increment(void);
    9087    // Using compiler generated copy
    9188    //GetlineIterator(const GetlineIterator&);
Note: See TracChangeset for help on using the changeset viewer.