MIRA
Classes | Namespaces | Functions
XMLDomReflect.h File Reference

Contains non-intrusive reflects for XMLDom documents. More...

#include <serialization/IsTransparentSerializable.h>
#include <serialization/SplitReflect.h>
#include <serialization/XMLSerializer.h>
Include dependency graph for XMLDomReflect.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains non-intrusive reflects for XMLDom documents.

Split from XMLDom to resolve bidirectional dependency between XMLDom and XMLSerializer.

Author
Erik Einhorn, Christof Schröter
Date
2011/01/28