// file : odb/result.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_RESULT_HXX #define ODB_RESULT_HXX #include #include // result #include namespace odb { template ::kind> class result; template ::kind> class result_iterator; template class result_impl; namespace core { using odb::result; using odb::result_iterator; } } #include #endif // ODB_RESULT_HXX // Include result specializations so that the user code only needs // to include this header. // #include #include