brainrat-private  5.1.2
python_helpers.h File Reference
#include <string>
#include <vector>
#include <cartobase/object/property.h>
#include <cartobase/object/object.h>
#include <cartobase/object/pythonwriter.h>
#include <cartobase/object/pythonreader.h>
Include dependency graph for python_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
carto::GenericObject * listHelper (carto::GenericObject *object, const std::string &semantic, soma::PythonReader &r)
 
template<typename T >
carto::GenericObject * propertySetHelper (carto::GenericObject *, const std::string &, soma::PythonReader &r)
 

Function Documentation

◆ listHelper()

template<typename T >
carto::GenericObject* listHelper ( carto::GenericObject *  object,
const std::string &  semantic,
soma::PythonReader &  r 
)

Definition at line 23 of file python_helpers.h.

◆ propertySetHelper()

template<typename T >
carto::GenericObject* propertySetHelper ( carto::GenericObject *  ,
const std::string &  ,
soma::PythonReader &  r 
)

Definition at line 137 of file python_helpers.h.