Mirror reflection library 0.5.13

mirror/utils/libpq_factory.hpp

Go to the documentation of this file.
00001 
00011 #ifndef MIRROR_UTILS_LIBPQ_FACTORY_1011291729_HPP
00012 #define MIRROR_UTILS_LIBPQ_FACTORY_1011291729_HPP
00013 
00014 #include <mirror/config.hpp>
00015 #include <mirror/utils/sql_factory.hpp>
00016 
00017 // libpq factory-related
00018 #include <mirror/utils/libpq_factory/data.hpp>
00019 #include <mirror/utils/libpq_factory/pq_tools.hpp>
00020 
00021 MIRROR_NAMESPACE_BEGIN
00022 
00023 typedef factory_maker<
00024     sql_fact_source,
00025     sql_fact_pool,
00026     sql_fact_enum,
00027     sql_fact_def_traits<sql_fact_helper, libpq_fact_data>
00028 > libpq_factory_maker;
00029 
00030 typedef factory_maker<
00031     sql_fact_source,
00032     sql_fact_pool,
00033     sql_fact_enum,
00034     sql_fact_def_traits<sql_fact_quick_helper, libpq_fact_data>
00035 > libpq_quick_factory_maker;
00036 
00037 MIRROR_NAMESPACE_END
00038 
00039 #endif //include guard
00040 

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.