Michele De Stefano's C++ Utilities
|
Public Types | |
typedef double | value_type |
Public Member Functions | |
size_t | get_nel () const |
double | get_el_at (size_t i) const |
void | set_el_at (size_t i, double val) |
Public Member Functions inherited from mds_utils::python::support_random_getset_access< Dummy_Container > | |
void | py_set_item (const Obj &idx, const Obj &val) |
Manages container write access through Python indices and slices. More... | |
Public Member Functions inherited from mds_utils::python::support_random_access< Dummy_Container > | |
Obj | py_get_item (const Obj &idx) |
Manages container read access through Python indices and slices. More... | |
Definition at line 23 of file indexing_example.hpp.