Ask a Question | Search PSRCHIVE: |
Home
|
Warning.h Locks the mutex on construction and unlocks on deletion. Definition: ThreadContext.h:56 std::string message The text of the message, without variables. Definition: Warning.h:88 std::ostringstream buffer The buffer used to store the message until a manipulator is inserted. Definition: Warning.h:85 std::map< std::string, unsigned > messages Warning messages printed so far. Definition: Warning.h:79 std::ostream & output The output stream to which messages are sent. Definition: Warning.h:82 void insertion(manipulator m) Does the work for the insertion operator. Definition: Warning.C:59 friend Warning & operator<<(Warning &warning, const T &t) Print a variable to the output stream. Definition: Warning.h:61 bool summary Print a summary of the number of times a message was repeated. Definition: Warning.h:57 Warning(std::ostream &output=std::cerr) Construct with a specified output stream. Definition: Warning.C:14 std::string prefix The prefix printed before each warning message. Definition: Warning.h:48 Generated using doxygen 1.8.17
|