#include <py_data_storage_interface.h>
Public Types | |
typedef py_objbase | base_t |
Public Member Functions | |
py_data_storage (PyObject *self) | |
virtual | ~py_data_storage () |
void | save (const std::string &name, const std::string &value) |
void | save_default (const std::string &name, const std::string &value) |
Private Attributes | |
PyObject * | self_ |
typedef py_objbase blue_sky::python::py_data_storage::base_t |
blue_sky::python::py_data_storage::py_data_storage | ( | PyObject * | self | ) |
virtual blue_sky::python::py_data_storage::~py_data_storage | ( | ) | [virtual] |
void blue_sky::python::py_data_storage::save | ( | const std::string & | name, | |
const std::string & | value | |||
) |
void blue_sky::python::py_data_storage::save_default | ( | const std::string & | name, | |
const std::string & | value | |||
) |
PyObject* blue_sky::python::py_data_storage::self_ [private] |