![]() |
Scanframe Modular Application 0.1.0
|
Counted vector having function names compatible with Borland C++ templates. More...
#include <TVector.h>
Public Types | |
typedef std::vector< T > | base_t |
Public Member Functions | |
TIterator (const base_t &v) | |
TIterator (const base_t &v, size_t start, size_t stop) | |
operator int () const | |
const T & | current () const |
T & | current () |
const T & | operator++ (int) |
const T & | operator++ () |
void | restart () |
void | restart (unsigned start, unsigned stop) |
Counted vector having function names compatible with Borland C++ templates.
T | Type contained by the TVector. |
typedef std::vector<T> sf::TIterator< T >::base_t |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |