#include <gnBaseQualifier.h>
Inheritance diagram for gnBaseQualifier:
Public Member Functions | |
gnBaseQualifier () | |
virtual | ~gnBaseQualifier () |
virtual gnBaseQualifier * | Clone () const=0 |
virtual string | GetName () const=0 |
Get the name of qualifier stored in this class. | |
virtual string | GetValue () const=0 |
Get the qualifier stored in this class. | |
virtual uint32 | GetNameLength () const=0 |
Get the length of the qualifier name stored in this class. | |
virtual uint32 | GetValueLength () const=0 |
Get the length of the qualifier stored in this class. |
gnBaseFeature uses qualifiers to store annotated sequences. Use gnStringQualifier for a general purpose qualifier class.
Definition at line 25 of file gnBaseQualifier.h.
|
Definition at line 28 of file gnBaseQualifier.h. |
|
Definition at line 29 of file gnBaseQualifier.h. |
|
Implements gnClone. Implemented in gnSourceQualifier, and gnStringQualifier. |
|
Get the name of qualifier stored in this class.
Implemented in gnSourceQualifier, and gnStringQualifier. Referenced by gnGBKSource::Write(). |
|
Get the length of the qualifier name stored in this class.
Implemented in gnSourceQualifier, and gnStringQualifier. |
|
Get the qualifier stored in this class.
Implemented in gnSourceQualifier, and gnStringQualifier. Referenced by gnGBKSource::Write(). |
|
Get the length of the qualifier stored in this class.
Implemented in gnSourceQualifier, and gnStringQualifier. |