MIRA
|
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>
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... | |
Base class for codecs for BinarySerializer and BinaryDeserializer.