Changeset 7323 for code/branches/doc/src/libraries/util/OutputHandler.cc
- Timestamp:
- Sep 2, 2010, 3:16:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/util/OutputHandler.cc
r7297 r7323 114 114 115 115 private: 116 std::ofstream logFile_; //! File handle for the log file117 std::string logFilename_; //! Filename of the log file116 std::ofstream logFile_; //!< File handle for the log file 117 std::string logFilename_; //!< Filename of the log file 118 118 }; 119 119 … … 180 180 181 181 private: 182 std::ostringstream buffer_; //! Stream object used to process the output183 std::vector<std::pair<int, std::string> > output_; //! Vector containing ALL output182 std::ostringstream buffer_; //!< Stream object used to process the output 183 std::vector<std::pair<int, std::string> > output_; //!< Vector containing ALL output 184 184 }; 185 185
Note: See TracChangeset
for help on using the changeset viewer.