BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioSwissProtRg.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                           BioSwissProtRg.h  -  description
00003                              -------------------
00004     begin                : Fri May 21 2004
00005     copyright            : (C) 2004 by Helix Team
00006     email                : parisodhana@helixgenomics.com
00007  ***************************************************************************/
00008 #ifndef BIOSWISSPROTRG_H
00009 #define BIOSWISSPROTRG_H
00010 
00011 using namespace std;
00012 #include <string>
00013 #include <iostream>
00014 
00015 class BioSwissProtRg
00016 {
00017   string rt_;
00018 public:
00019   BioSwissProtRg();
00020   BioSwissProtRg(const string&);
00021 
00022   void setRg(const string& );
00023   string getRg();
00024   void showRg(ostream& = cout);
00025   bool findRg(const string&);
00026 };
00027 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines