/* * LeftLG.cpp * * Created on: Nov 17, 2013 * Author: Jan Travnicek */ #include "LeftLG.h" #include <grammar/Grammar.h> #include <object/Object.h> #include <registration/XmlRegistration.hpp> namespace { static auto xmlWrite = registration::XmlWriterRegister < grammar::LeftLG < > > ( ); static auto xmlRead = registration::XmlReaderRegister < grammar::LeftLG < > > ( ); static auto xmlGroup = registration::XmlRegisterTypeInGroup < object::Object, grammar::LeftLG < > > ( ); } /* namespace */