#include <strkey.h>
Inheritance diagram for sword::StrKey:
Public Member Functions | |
StrKey (const char *ikey=0) | |
initializes instance of StrKey | |
virtual | ~StrKey () |
cleans up instance of StrKey | |
SWKey & | operator= (const char *ikey) |
SWKey & | operator= (const SWKey &ikey) |
SWKey & | operator= (SW_POSITION pos) |
operator const char * () const | |
bool | operator== (const SWKey &ikey) |
bool | operator!= (const SWKey &ikey) |
virtual bool | operator> (const SWKey &ikey) |
virtual bool | operator< (const SWKey &ikey) |
virtual bool | operator>= (const SWKey &ikey) |
virtual bool | operator<= (const SWKey &ikey) |
SWKey & | operator-= (int steps) |
SWKey & | operator+= (int steps) |
SWKey & | operator++ (int) |
SWKey & | operator-- (int) |
Private Member Functions | |
void | init () |
Static Private Attributes | |
SWClass | classdef |
cities, names, words, etc.)
|
initializes instance of StrKey
|