hpp-util
4.9.0
Debugging tools for the HPP project.
|
Chpp::debug::Channel | Receive debugging information |
▼Cexception | |
Chpp::Exception | Main exception class for HPP |
Chpp::ExceptionFactory< exception > | Class to ease exception creation |
Chpp::debug::Logging | Logging class owns all channels and outputs |
▼Chpp::util::parser::ObjectFactory | Class that catch XML Parser events for a specific tag and build the corresponding Object |
Chpp::util::parser::IgnoreTagFactory | |
Chpp::util::parser::SequenceFactory< ValueType > | Factory parsing sequence of values |
▼Chpp::debug::Output | Debugging output |
Chpp::debug::ConsoleOutput | Logging in console (std::cerr) |
Chpp::debug::JournalOutput | Logging in journal file in the logging directory |
Chpp::util::parser::Parser | Parse an XML document |
Chpp::debug::TimeCounter::Scope | |
Chpp::debug::TimeCounter | Computation of min, max and mean time from a set of measurements |
Chpp::debug::Timer |