Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXStringDict.h>
Inheritance diagram for FX::FXStringDict:
Public Member Functions | |
FXStringDict () | |
FXStringDict (const FXStringDict &orig) | |
FXStringDict & | operator= (const FXStringDict &orig) |
const FXchar * | insert (const FXchar *ky, const FXchar *str, bool mrk=false) |
const FXchar * | replace (const FXchar *ky, const FXchar *str, bool mrk=false) |
const FXchar * | remove (const FXchar *ky) |
const FXchar * | find (const FXchar *ky) const |
const FXchar * | data (FXuint pos) const |
virtual | ~FXStringDict () |
The inserted strings are copied when they're inserted.
|
Construct a string dictionary.
|
|
Copy constructor.
|
|
Destructor.
|
|
Assignment operator.
|
|
Insert a new string indexed by key, with given mark flag.
|
|
Replace or insert a new string indexed by key, unless given mark is lower that the existing mark.
|
|
Remove entry indexed by key.
Reimplemented from FX::FXDict. |
|
Return the entry indexed by key, or return NULL if the key does not exist.
Reimplemented from FX::FXDict. |
|
Return the string at position pos.
Reimplemented from FX::FXDict. |
Copyright © 1997-2005 Jeroen van der Zijp |