Changeset 9529 for code/branches/testing/src/libraries
- Timestamp:
- Feb 23, 2013, 11:39:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/output/OutputStream.h
r8858 r9529 102 102 } 103 103 104 inline const OutputLevel getOutputLevel() const { return this->level_; } 105 inline const OutputContextContainer* getOutputContext() const { return this->context_; } 106 104 107 private: 105 108 /// @brief Generic function to add values to the output stream, using the inherited << operator from std::ostringstream.
Note: See TracChangeset
for help on using the changeset viewer.