MIRA
Classes | Namespaces | Typedefs
BinarySerializerCodec.h File Reference

Base class for codecs for BinarySerializer and BinaryDeserializer. More...

#include <boost/shared_ptr.hpp>
#include <factory/Factory.h>
#include <platform/Typename.h>
#include <utils/Buffer.h>
#include <utils/TypedVoidPtr.h>
Include dependency graph for BinarySerializerCodec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BinarySerializerCodec
 Abstract base class for codecs that can be used with BinarySerializer and BinaryDeserializer. More...
 
struct  BinarySerializerCodec::Fourcc
 A four-character code that is used to identify data formats and codecs. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< BinarySerializerCodec > BinarySerializerCodecPtr
 Shared pointer of BinarySerializerCodec. More...
 

Detailed Description

Base class for codecs for BinarySerializer and BinaryDeserializer.

Author
Erik Einhorn
Date
2011/09/29