Helios++
Helios software for LiDAR simulations
|
Wrapper for std::list<int> class. More...
#include <PyIntegerList.h>
Public Member Functions | |
PyIntegerList (std::list< int > &list) | |
int | get (long _index) |
void | set (long _index, int value) |
void | insert (long _index, int value) |
void | erase (long _index) |
size_t | length () |
Public Attributes | |
std::list< int > & | list |
Wrapper for std::list<int> class.