BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioSwissProtCcFunction.h>
Public Member Functions | |
BioSwissProtCcFunction () | |
BioSwissProtCcFunction (const string &de_) | |
void | setCcFunction (const string &) |
string | getCcFunction () |
bool | findFunction (const string &) |
Friends | |
bool | operator> (const BioSwissProtCcFunction &, const BioSwissProtCcFunction &) |
bool | operator< (const BioSwissProtCcFunction &, const BioSwissProtCcFunction &) |
bool | operator== (const BioSwissProtCcFunction &, const BioSwissProtCcFunction &) |
BioSwissProtCcFunction::BioSwissProtCcFunction | ( | const string & | de_ | ) |
bool BioSwissProtCcFunction::findFunction | ( | const string & | ) |
string BioSwissProtCcFunction::getCcFunction | ( | ) |
void BioSwissProtCcFunction::setCcFunction | ( | const string & | ) |
bool operator< | ( | const BioSwissProtCcFunction & | , |
const BioSwissProtCcFunction & | |||
) | [friend] |
bool operator== | ( | const BioSwissProtCcFunction & | , |
const BioSwissProtCcFunction & | |||
) | [friend] |
bool operator> | ( | const BioSwissProtCcFunction & | , |
const BioSwissProtCcFunction & | |||
) | [friend] |