MIRA
Namespaces | Enumerations | Functions
Print.h File Reference

Provides print() method that uses serialization to print objects. More...

#include <serialization/JSONSerializer.h>
#include <platform/Platform.h>
Include dependency graph for Print.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Enumerations

enum  PrintFormat { COMPACT_PRINT = 0, FORMATTED_PRINT, PRETTY_PRINT }
 used in print() More...
 

Functions

template<typename T >
Private::TPrintHelper< T > print (const T &value, bool prettyPrint=true)
 Convenient function for simple output of a serializable class to a stream. More...
 
template<typename T >
Private::TPrintHelper< T > print (const T &value, PrintFormat format, int precision=-1)
 Convenient function for simple output of a serializable class to a stream. More...
 

Detailed Description

Provides print() method that uses serialization to print objects.

Author
Erik Einhorn, Christof Schröter
Date
2011/10/15