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