|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <wcsUtil.h>

Public Member Functions | |
| KVP (string n, string v) | |
| KVP (string namevaluepair) | |
| KVP & | operator= (const KVP &id) |
| KVP & | operator= (const KVP *pid) |
Public Attributes | |
| string | name |
| string | value |
| KVP::KVP | ( | string | namevaluepair | ) |
| string KVP::name |
Definition at line 222 of file wcsUtil.h.
Referenced by operator=().
| string KVP::value |
Definition at line 222 of file wcsUtil.h.
Referenced by operator=().