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

Wraps a top-level core::PropertySet pointer (non-owning) More...

#include <python_bindings.h>

Public Member Functions

string toJson () const
 to_json()
 
void fromJson (const string &json_str)
 from_json()
 
Property getAttr (const string &name) const
 getattr implementation
 
void setAttrStr (const string &name, const string &value)
 setattr with string value
 
void setAttrProperty (const string &name, const Property *property)
 setattr with a Property value
 
void setAttrCast (const string &name, py::object value)
 setattr with Python object value
 
void setAttrBool (const string &name, py::bool_ value)
 setattr with Python boolean value
 
vector< string > dir () const
 dir implementation
 
string repr () const
 repr implementation
 

Detailed Description

Wraps a top-level core::PropertySet pointer (non-owning)


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