#include <Query.hpp>
Public Member Functions | |
Attribute (const string name, const string value) | |
const string | name () const |
const string | value () const |
Attribute * | next () const |
void | next (Attribute *att) |
Private Attributes | |
const string | _name |
const string | _value |
Attribute * | _next |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|