pupene
0.2.0
|
Introspection utilities. More...
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... | |