Debug functions. More...
#include "Util/log.H"
#include <sstream>
#include <ostream>
#include <string>
#include <algorithm>
#include <map>
#include <vector>
#include <iterator>
#include <utility>
Go to the source code of this file.
Classes | |
class | lobot::dump_pair< T1, T2 > |
Function object to dump an std::pair to the given output stream. More... | |
Functions | |
template<typename container > | |
void | lobot::dump (const container &C, const std::string &caller, const std::string &container_name="container") |
template<typename T > | |
void | lobot::dump (const T *begin, const T *end, const std::string &caller, const std::string &container_name="array") |
Dump an array of type T given pointers to its first and last elements. | |
template<typename key_type , typename value_type > | |
void | lobot::dump (const std::map< key_type, value_type > &C, const std::string &caller, const std::string &container_name="container") |
Debug functions.
Definition in file LoDebug.H.