Darwin Neuroevolution Framework
Public Member Functions | List of all members
darwin::python::Property Class Reference

Wraps a core::Property pointer (non-onwning) More...

#include <python_bindings.h>

Public Member Functions

py::object autoCast () const
 Automatic conversion to the appropriate Python type.
 
double asFloat () const
 float implementation
 
int asInt () const
 int implementation
 
bool asBool () const
 bool implementation
 
string repr () const
 repr implementation
 
string str () const
 str implementation
 

Detailed Description

Wraps a core::Property pointer (non-onwning)

The wrapped core::Property is a reference to a sub-object part of a core::PropertySet. The lifetime of this wrapper must be strictly within the lifetime of the parent core::PropertySet (this can be implemented using py::return_value_policy::reference_internal or py::keep_alive<>)


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