#include <gnStringQualifier.h>
Inheritance diagram for gnStringQualifier::
Public Methods | |
gnStringQualifier () | |
Empty constructor. More... | |
gnStringQualifier (const string &name, const string &value) | |
Create a gnStringQualifier. More... | |
gnStringQualifier (const gnStringQualifier &s) | |
Copy constructor. More... | |
~gnStringQualifier () | |
Destructor, frees memory. More... | |
gnStringQualifier* | Clone () const |
string | GetName () const |
Get the name of qualifier stored in this class. More... | |
string | GetValue () const |
Get the qualifier stored in this class. More... | |
void | SetName (const string &name) |
Set the name of qualifier stored in this class. More... | |
void | SetValue (const string &value) |
Set the qualifier stored in this class. More... | |
uint32 | GetNameLength () const |
Get the length of the qualifier name stored in this class. More... | |
uint32 | GetValueLength () const |
Get the length of the qualifier stored in this class. More... | |
Private Attributes | |
string | m_name |
string | m_value |
Use gnStringQualifier for a general purpose qualifier class.
Definition at line 26 of file gnStringQualifier.h.
|
Empty constructor.
Definition at line 72 of file gnStringQualifier.h. Referenced by Clone().
|
|
Create a gnStringQualifier.
Definition at line 77 of file gnStringQualifier.h. |
|
Copy constructor.
Definition at line 82 of file gnStringQualifier.h. |
|
Destructor, frees memory.
Definition at line 47 of file gnStringQualifier.h. |
|
Reimplemented from gnBaseQualifier. Definition at line 87 of file gnStringQualifier.h. |
|
Get the name of qualifier stored in this class.
Reimplemented from gnBaseQualifier. Definition at line 91 of file gnStringQualifier.h. |
|
Get the length of the qualifier name stored in this class.
Reimplemented from gnBaseQualifier. Definition at line 107 of file gnStringQualifier.h. |
|
Get the qualifier stored in this class.
Reimplemented from gnBaseQualifier. Definition at line 95 of file gnStringQualifier.h. |
|
Get the length of the qualifier stored in this class.
Reimplemented from gnBaseQualifier. Definition at line 111 of file gnStringQualifier.h. |
|
Set the name of qualifier stored in this class.
Definition at line 99 of file gnStringQualifier.h. |
|
Set the qualifier stored in this class.
Definition at line 103 of file gnStringQualifier.h. |
|
Definition at line 67 of file gnStringQualifier.h. |
|
Definition at line 68 of file gnStringQualifier.h. |