#include <subsql.h>
Public Methods | |
void | clear () |
void | add (const char_t *text) |
bool | inVector (const char_t *text) const |
@class-inv: m_bufSize >= m_nrItems; m_nrItems >= 0; m_nrItems > 0 --> m_items != 0
|
Add text to vector. Creates a duyplicate, does not take ownership! |
|
Remove all contents |
|
True when text matches a string in the vector |