#include <strkey.h>
Inheritance diagram for StrKey:
Public Methods | |
StrKey (const char *ikey=0) | |
initializes instance of StrKey. More... | |
virtual | ~StrKey () |
cleans up instance of StrKey. | |
Private Methods | |
void | init () |
Static Private Attributes | |
SWClass | classdef |
cities, names, words, etc.)
Definition at line 35 of file strkey.h.
|
initializes instance of StrKey.
Definition at line 23 of file strkey.cpp.
00023 : SWKey(ikey) 00024 { 00025 init(); 00026 } |