MIRA
|
Contains non-intrusive reflects for XMLDom documents. More...
#include <serialization/IsTransparentSerializable.h>
#include <serialization/SplitReflect.h>
#include <serialization/XMLSerializer.h>
Go to the source code of this file.
Classes | |
class | IsTransparentSerializable< XMLDom, SerializerTag > |
class | IsTransparentSerializable< XMLDom, XMLSerializerTag > |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
template<typename Reflector > | |
void | reflectRead (Reflector &r, XMLDom &xml) |
Non-intrusive reflect for XMLDom. More... | |
template<typename Reflector > | |
void | reflectWrite (Reflector &r, XMLDom &xml) |
See the above reflect method. More... | |
void | reflect (XMLSerializer &r, XMLDom &xml) |
Specialization for XMLSerializer. More... | |
void | reflect (XMLDeserializer &r, XMLDom &xml) |
Specialization for XMLDeserializer. More... | |
Contains non-intrusive reflects for XMLDom documents.
Split from XMLDom to resolve bidirectional dependency between XMLDom and XMLSerializer.