OR-Tools  8.2
swig Namespace Reference

Classes

class  SwigPtr_PyObject
 
struct  SwigVar_PyObject
 
struct  noconst_traits
 
struct  noconst_traits< const Type >
 
struct  pointer_category
 
struct  value_category
 
struct  traits
 
struct  traits_info
 
struct  traits_info< Type * >
 
struct  traits< Type * >
 
struct  traits_as
 
struct  traits_check
 
struct  traits_from_ptr
 
struct  traits_from
 
struct  traits_from< Type * >
 
struct  traits_from< const Type * >
 
struct  traits_asptr
 
struct  traits_asval
 
struct  traits_asval< Type * >
 
struct  traits_as< Type, value_category >
 
struct  traits_as< Type, pointer_category >
 
struct  traits_as< Type *, pointer_category >
 
struct  traits_check< Type, value_category >
 
struct  traits_check< Type, pointer_category >
 
struct  traits< int >
 
struct  traits_asval< int >
 
struct  traits_from< int >
 
struct  traits< bool >
 
struct  traits_asval< bool >
 
struct  traits_from< bool >
 
struct  traits_asptr< std::pair< T, U > >
 
struct  traits_from< std::pair< T, U > >
 
struct  traits< std::pair< int, bool > >
 

Functions

template<class Type >
const char * type_name ()
 
template<class Type >
swig_type_infotype_info ()
 
template<class Type >
PyObject * from (const Type &val)
 
template<class Type >
PyObject * from_ptr (Type *val, int owner)
 
template<class Type >
int asptr (PyObject *obj, Type **vptr)
 
template<class Type >
int asval (PyObject *obj, Type *val)
 
template<class Type >
Type as (PyObject *obj)
 
template<class Type >
bool check (PyObject *obj)
 

Function Documentation

◆ as()

Type swig::as ( PyObject *  obj)
inline

Definition at line 3778 of file constraint_solver_python_wrap.cc.

◆ asptr()

int swig::asptr ( PyObject *  obj,
Type **  vptr 
)
inline

Definition at line 3675 of file constraint_solver_python_wrap.cc.

◆ asval()

int swig::asval ( PyObject *  obj,
Type *  val 
)
inline

Definition at line 3720 of file constraint_solver_python_wrap.cc.

◆ check()

bool swig::check ( PyObject *  obj)
inline

Definition at line 3799 of file constraint_solver_python_wrap.cc.

◆ from()

PyObject* swig::from ( const Type &  val)
inline

Definition at line 3640 of file constraint_solver_python_wrap.cc.

◆ from_ptr()

PyObject* swig::from_ptr ( Type *  val,
int  owner 
)
inline

Definition at line 3645 of file constraint_solver_python_wrap.cc.

◆ type_info()

swig_type_info* swig::type_info ( )
inline

Definition at line 3581 of file constraint_solver_python_wrap.cc.

◆ type_name()

const char* swig::type_name ( )
inline

Definition at line 3551 of file constraint_solver_python_wrap.cc.