Skyld AV
0.6
On access virus scanning for Linux
|
Set of pointers to strings. More...
#include <StringSet.h>
Public Member Functions | |
StringSet () | |
Creates string set. More... | |
void | add (const char *value) |
Adds entry to string set. More... | |
int | find (const char *value) |
Finds entry in string set. More... | |
void | print () |
Prints content of string set to console. More... | |
virtual | ~StringSet () |
Destroys stringset. More... | |
Set of pointers to strings.
Definition at line 56 of file StringSet.h.
StringSet::StringSet | ( | ) |
Creates string set.
Definition at line 31 of file StringSet.cc.
|
virtual |
Destroys stringset.
Definition at line 73 of file StringSet.cc.
void StringSet::add | ( | const char * | value | ) |
Adds entry to string set.
value | new entry. |
Definition at line 38 of file StringSet.cc.
int StringSet::find | ( | const char * | value | ) |
Finds entry in string set.
value | entry |
Definition at line 50 of file StringSet.cc.
void StringSet::print | ( | ) |
Prints content of string set to console.
Definition at line 63 of file StringSet.cc.