Loading...
Searching...
No Matches
ledger::python::register_optional_to_python< T >::optional_from_python Struct Reference

#include <pyutils.h>

Static Public Member Functions

static void construct (PyObject *source, boost::python::converter::rvalue_from_python_stage1_data *data)
 
static voidconvertible (PyObject *source)
 

Detailed Description

template<typename T>
struct ledger::python::register_optional_to_python< T >::optional_from_python

Definition at line 80 of file pyutils.h.

Member Function Documentation

◆ construct()

template<typename T >
static void ledger::python::register_optional_to_python< T >::optional_from_python::construct ( PyObject * source,
boost::python::converter::rvalue_from_python_stage1_data * data )
inlinestatic

Definition at line 99 of file pyutils.h.

References ledger::downcast().

+ Here is the call graph for this function:

◆ convertible()

template<typename T >
static void * ledger::python::register_optional_to_python< T >::optional_from_python::convertible ( PyObject * source)
inlinestatic

Definition at line 82 of file pyutils.h.

References ledger::downcast().

+ Here is the call graph for this function:

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