LoDebug.H File Reference

Debug functions. More...

#include "Util/log.H"
#include <sstream>
#include <ostream>
#include <string>
#include <algorithm>
#include <map>
#include <vector>
#include <iterator>
#include <utility>
Include dependency graph for LoDebug.H:
This graph shows which files directly or indirectly include this file:

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")

Detailed Description

Debug functions.

Definition in file LoDebug.H.

Generated on Sun May 8 08:42:50 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3