Changeset da09909 for molecuilder/src/Views/StreamStringView.hpp
- Timestamp:
- Dec 16, 2009, 2:40:09 PM (16 years ago)
- Children:
- 38546d
- Parents:
- c2c893
- File:
-
- 1 edited
-
molecuilder/src/Views/StreamStringView.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Views/StreamStringView.hpp
rc2c893 rda09909 13 13 #include "Views/StringView.hpp" 14 14 15 /** 16 * Wrapper to produce a StringView from any method that uses a stream to display something. 17 * 18 * The function is called with a stringstream which then is turned into a string later. 19 * 20 * Caveat: Make sure the stream passed to the method is actually used. Some methods seem to use a stream parameter for 21 * legacy reasons. These methods internally use the "Log() << Verbose()" mechanism instead of the stream. 22 */ 15 23 class StreamStringView : public StringView 16 24 {
Note:
See TracChangeset
for help on using the changeset viewer.
