All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Expression.cpp File Reference

Auxiliary classes and functions to serialize filter expressions from a XML document. More...

#include "../../../common/Translator.h"
#include "../../../fe/BinaryOperator.h"
#include "../../../fe/Expression.h"
#include "../../../fe/Globals.h"
#include "../../../fe/Literal.h"
#include "../../../fe/PropertyName.h"
#include "../../../xml/AbstractWriter.h"
#include "../../../xml/Reader.h"
#include "../../Exception.h"
#include "Expression.h"
#include <cassert>
#include <boost/format.hpp>

Go to the source code of this file.

Functions

te::fe::ExpressionBinaryOperatorReader (te::xml::Reader &reader)
 
te::fe::ExpressionLiteralReader (te::xml::Reader &reader)
 
te::fe::ExpressionPropertyNameReader (te::xml::Reader &reader)
 

Detailed Description

Auxiliary classes and functions to serialize filter expressions from a XML document.

Definition in file Expression.cpp.

Function Documentation