|
||||
File indexing completed on 2025-01-18 09:50:37
0001 // Copyright David Abrahams 2003. 0002 // Distributed under the Boost Software License, Version 1.0. (See 0003 // accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt) 0005 #ifndef CONTEXT_RESULT_CONVERTER_DWA2003917_HPP 0006 # define CONTEXT_RESULT_CONVERTER_DWA2003917_HPP 0007 0008 namespace boost { namespace python { namespace converter { 0009 0010 // A ResultConverter base class used to indicate that this result 0011 // converter should be constructed with the original Python argument 0012 // list. 0013 struct context_result_converter {}; 0014 0015 }}} // namespace boost::python::converter 0016 0017 #endif // CONTEXT_RESULT_CONVERTER_DWA2003917_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |