Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 2, 2010, 3:16:08 AM (14 years ago)
Author:
landauf
Message:

added documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/util/OutputHandler.cc

    r7297 r7323  
    114114
    115115    private:
    116         std::ofstream logFile_;     //! File handle for the log file
    117         std::string   logFilename_; //! Filename of the log file
     116        std::ofstream logFile_;     //!< File handle for the log file
     117        std::string   logFilename_; //!< Filename of the log file
    118118    };
    119119
     
    180180
    181181    private:
    182         std::ostringstream                        buffer_; //! Stream object used to process the output
    183         std::vector<std::pair<int, std::string> > output_; //! Vector containing ALL output
     182        std::ostringstream                        buffer_; //!< Stream object used to process the output
     183        std::vector<std::pair<int, std::string> > output_; //!< Vector containing ALL output
    184184    };
    185185
Note: See TracChangeset for help on using the changeset viewer.