Mirror reflection library - Lagoon run-time layer 0.5.13

lagoon/utils/rapidxml_factory.hpp

Go to the documentation of this file.
00001 
00010 #ifndef LAGOON_UTILS_RAPIDXML_FACTORY_1011291729_HPP
00011 #define LAGOON_UTILS_RAPIDXML_FACTORY_1011291729_HPP
00012 
00013 #include <lagoon/config.hpp>
00014 #include <lagoon/lagoon_fwd.hpp>
00015 #include <lagoon/utils.hpp>
00016 #include <lagoon/interfaces.hpp>
00017 
00018 #include <mirror/utils/rapidxml_factory.hpp>
00019 #include <lagoon/utils/sdn_factory.hpp>
00020 
00021 LAGOON_NAMESPACE_BEGIN
00022 
00023 using mirror::rapidxml_factory_input;
00024 
00025 typedef sdn_fact_builder_templ<mirror::sdn_fact_rapidxml_traits>
00026     rapidxml_factory_builder;
00027 
00028 LAGOON_NAMESPACE_END
00029 
00030 #endif //include guard
00031 

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.