#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 73 of file simple_temporary_data.h.
| vcg::VectorNBW< bool >::VectorNBW | ( | ) | [inline] |
Definition at line 75 of file simple_temporary_data.h.
| bool* vcg::VectorNBW< bool >::begin | ( | ) | const [inline] |
Definition at line 103 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::clear | ( | ) | [inline] |
Definition at line 97 of file simple_temporary_data.h.
| bool vcg::VectorNBW< bool >::empty | ( | ) | const [inline] |
Definition at line 101 of file simple_temporary_data.h.
| bool& vcg::VectorNBW< bool >::operator[] | ( | const int & | i | ) | [inline] |
Definition at line 105 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::push_back | ( | const bool & | v | ) | [inline] |
Definition at line 95 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::reserve | ( | const int & | sz | ) | [inline] |
Definition at line 78 of file simple_temporary_data.h.
| void vcg::VectorNBW< bool >::resize | ( | const int & | sz | ) | [inline] |
Definition at line 87 of file simple_temporary_data.h.
| unsigned int vcg::VectorNBW< bool >::size | ( | ) | const [inline] |
Definition at line 99 of file simple_temporary_data.h.
| bool* vcg::VectorNBW< bool >::data |
Definition at line 76 of file simple_temporary_data.h.
int vcg::VectorNBW< bool >::datareserve [private] |
Definition at line 109 of file simple_temporary_data.h.
int vcg::VectorNBW< bool >::datasize [private] |
Definition at line 108 of file simple_temporary_data.h.