Changeset 96d8dc for molecuilder/src/verbose.cpp
- Timestamp:
- Oct 30, 2009, 11:04:50 AM (16 years ago)
- Children:
- ec70ec
- Parents:
- 57cfb7
- File:
-
- 1 edited
-
molecuilder/src/verbose.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/verbose.cpp
r57cfb7 r96d8dc 15 15 }; 16 16 17 /** States whether current output message should be print or not. 18 * Compares Verbose::Verbosity against \a verbosityLevel. 19 * \param verbosityLevel given global level of verbosity 20 * \return true - do output, false - don't 21 */ 22 bool Verbose::DoOutput(int verbosityLevel) const 23 { 24 return (verbosityLevel >= Verbosity); 25 }; 26 27 17 28 /** Operator for the Verbose(arg) call. 18 29 * Constructs temporary a Verbose class object, wherein the verbosity is stored. … … 26 37 return m.print(ost); 27 38 }; 28 29 39 30 40 /** Prints the tabs according to verbosity stored in the temporary constructed class.
Note:
See TracChangeset
for help on using the changeset viewer.
