MeshKit
1.0
|
#include <Buffer.h>
Public Member Functions | |
buffer () | |
buffer (int l) | |
void | init (int l) |
int | add (const T &t) |
void | reset () |
int | find (const T &) |
T | remove (int i) |
int | addAll (const buffer< T > &buf) |
void | removeDuplicates () |
int | length () const |
int | maxLength () const |
Protected Attributes | |
int | fill |
void init | ( | int | l | ) | [inline] |
Reimplemented from array< T >.
int length | ( | ) | const [inline] |
Reimplemented from array< T >.
int maxLength | ( | ) | const [inline] |
Reimplemented from array< T >.
void removeDuplicates | ( | ) | [inline] |