Crazy Eddie's GUI System  ${CEGUI_VERSION}
_LineInfo__value_traits.pypp.hpp
1 // This file has been generated by Py++.
2 
3 #ifndef _LineInfo__value_traits_pypp_hpp_hpp__pyplusplus_wrapper
4 #define _LineInfo__value_traits_pypp_hpp_hpp__pyplusplus_wrapper
5 
6 namespace boost { namespace python { namespace indexing {
7 
8 template<>
9 struct value_traits< CEGUI::MultiLineEditbox::LineInfo >{
10 
11  static bool const equality_comparable = false;
12 
13 
14  static bool const less_than_comparable = false;
15 
16 
17  template<typename PythonClass, typename Policy>
18  static void visit_container_class(PythonClass &, Policy const &){
19 
20  }
21 
22 };
23 
24 }/*indexing*/ } /*python*/ } /*boost*/
25 
26 #endif//_LineInfo__value_traits_pypp_hpp_hpp__pyplusplus_wrapper
Definition: value_traits.hpp:34
Definition: python_CEGUI.h:9
Main namespace for Crazy Eddie&#39;s GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42