Helios++
Helios software for LiDAR simulations
PyIntegerList Class Reference

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
 

Detailed Description

Wrapper for std::list<int> class.

Author
Alberto M. Esmoris Pena
Version
1.0
See also
std::list

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