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 void * convertible (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>
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.

◆ convertible()

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

Definition at line 82 of file pyutils.h.


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