pupene  0.2.0
Namespaces | Functions
debug.h File Reference

Introspection utilities. More...

#include "debug-pupper.h"
#include "pup.h"
#include <string>
#include <sstream>
Include dependency graph for debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pupene
 

Functions

DebugPupper< NullPupper > pupene::debug_pupper (std::ostream &out=std::cout)
 DebugPupper wrapping a NullPupper. More...
 
template<typename Pupper >
DebugPupper< Pupper > pupene::debug_pupper (Pupper &pupper, std::ostream &out)
 Wraps existing pupper in a DebugPupper. More...
 
template<typename T >
std::string pupene::to_debug (T &object)
 Returns a string representation of object. More...
 
template<typename T >
std::string pupene::to_debug (const T &object)
 Returns a string representation of object. More...
 

Detailed Description

Introspection utilities.

See also
DebugPupper

Definition in file debug.h.