#include <simple_temporary_data.h>
Public Member Functions | |
| bool * | begin () const |
| void | clear () |
| bool | empty () const |
| bool & | operator[] (const int &i) |
| void | push_back (const bool &v) |
| void | reserve (const int &sz) |
| void | resize (const int &sz) |
| unsigned int | size () const |
| VectorNBW () | |
Public Attributes | |
| bool * | data |
Private Attributes | |
| int | datareserve |
| int | datasize |
Definition at line 46 of file simple_temporary_data.h.
| vcg::VectorNBW< bool >::VectorNBW | ( | ) | [inline] |
Definition at line 48 of file simple_temporary_data.h.
| bool* vcg::VectorNBW< bool >::begin | ( | ) | const [inline] |
Definition at line 76 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::clear | ( | ) | [inline] |
Definition at line 70 of file simple_temporary_data.h.
| bool vcg::VectorNBW< bool >::empty | ( | ) | const [inline] |
Definition at line 74 of file simple_temporary_data.h.
| bool& vcg::VectorNBW< bool >::operator[] | ( | const int & | i | ) | [inline] |
Definition at line 78 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::push_back | ( | const bool & | v | ) | [inline] |
Definition at line 68 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::reserve | ( | const int & | sz | ) | [inline] |
Definition at line 51 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::resize | ( | const int & | sz | ) | [inline] |
Definition at line 60 of file simple_temporary_data.h.
| unsigned int vcg::VectorNBW< bool >::size | ( | ) | const [inline] |
Definition at line 72 of file simple_temporary_data.h.
| bool* vcg::VectorNBW< bool >::data |
Definition at line 49 of file simple_temporary_data.h.
int vcg::VectorNBW< bool >::datareserve [private] |
Definition at line 82 of file simple_temporary_data.h.
int vcg::VectorNBW< bool >::datasize [private] |
Definition at line 81 of file simple_temporary_data.h.