strkey.h

00001 /******************************************************************************
00002  *  strkey.h - code for class 'strkey'- a standard Biblical verse key
00003  *
00004  * $Id: strkey.h 1864 2005-11-20 06:06:40Z scribe $
00005  *
00006  * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
00007  *      CrossWire Bible Society
00008  *      P. O. Box 2528
00009  *      Tempe, AZ  85280-2528
00010  *
00011  * This program is free software; you can redistribute it and/or modify it
00012  * under the terms of the GNU General Public License as published by the
00013  * Free Software Foundation version 2.
00014  *
00015  * This program is distributed in the hope that it will be useful, but
00016  * WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * General Public License for more details.
00019  *
00020  */
00021 
00022 
00023 #ifndef STRKEY_H
00024 #define STRKEY_H
00025 
00026 #include <swkey.h>
00027 
00028 #include <defs.h>
00029 
00030 SWORD_NAMESPACE_START
00031 
00036 class SWDLLEXPORT StrKey:public SWKey
00037 {
00038   static SWClass classdef;
00039   void init ();
00040 public:
00045   StrKey (const char *ikey = 0);
00048   virtual ~ StrKey ();
00049 
00050   SWKEY_OPERATORS
00051 
00052 };
00053 SWORD_NAMESPACE_END
00054 
00055 #endif