Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

StrKey Class Reference

a standard string key class (used for modules that index on single strings (eg. More...

#include <strkey.h>

Inheritance diagram for StrKey:

Inheritance graph
[legend]
Collaboration diagram for StrKey:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

a standard string key class (used for modules that index on single strings (eg.

cities, names, words, etc.)

Definition at line 35 of file strkey.h.


Constructor & Destructor Documentation

StrKey::StrKey const char *    ikey = 0
 

initializes instance of StrKey.

Parameters:
ikey  text key (word, city, name, etc.)

Definition at line 23 of file strkey.cpp.

00023                                : SWKey(ikey)
00024 {
00025         init();
00026 }


The documentation for this class was generated from the following files:
Generated on Thu Jun 20 22:13:02 2002 for The Sword Project by doxygen1.2.15