Public Member Functions | List of all members
args_proxy Class Reference

#include <pytypes.h>

Inheritance diagram for args_proxy:
Inheritance graph
[legend]

Public Member Functions

 args_proxy (handle h)
 
kwargs_proxy operator* () const
 
- Public Member Functions inherited from handle
template<typename T >
T cast () const
 
template<>
void cast () const
 
bool check () const
 
const handledec_ref () const &
 
 handle ()=default
 The default constructor creates a handle with a nullptr-valued pointer. More...
 
 handle (PyObject *ptr)
 Creates a handle from the given raw Python object pointer. More...
 
const handleinc_ref () const &
 
 operator bool () const
 Return true when the handle wraps a valid Python object. More...
 
bool operator!= (const handle &h) const
 
bool operator== (const handle &h) const
 
PyObject * ptr () const
 Return the underlying PyObject * pointer. More...
 
PyObject *& ptr ()
 

Additional Inherited Members

- Protected Attributes inherited from handle
PyObject * m_ptr = nullptr
 

Detailed Description

Definition at line 766 of file pytypes.h.

Constructor & Destructor Documentation

args_proxy::args_proxy ( handle  h)
inlineexplicit

Definition at line 768 of file pytypes.h.

Member Function Documentation

kwargs_proxy args_proxy::operator* ( ) const
inline

Definition at line 769 of file pytypes.h.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:44