OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
KVPsReader Class Reference

#include <wcsUtil.h>

Collaboration diagram for KVPsReader:
Collaboration graph

Public Member Functions

string getValue (const string &keyname)
 
string getValue (const string &keyname, const string &defaultvalue)
 
vector< string > getValues (const string &keyname)
 
 KVPsReader ()
 
 KVPsReader (const string &urlStr, const char &tok)
 
KVPoperator[] (const int index)
 
int size ()
 
 ~KVPsReader ()
 

Protected Attributes

vector< KVPm_kvps
 

Detailed Description

Definition at line 253 of file wcsUtil.h.

Constructor & Destructor Documentation

KVPsReader::KVPsReader ( )
inline

Definition at line 259 of file wcsUtil.h.

KVPsReader::~KVPsReader ( )
inline

Definition at line 263 of file wcsUtil.h.

KVPsReader::KVPsReader ( const string &  urlStr,
const char &  tok 
)

Member Function Documentation

string KVPsReader::getValue ( const string &  keyname)
string KVPsReader::getValue ( const string &  keyname,
const string &  defaultvalue 
)
vector<string> KVPsReader::getValues ( const string &  keyname)
KVP& KVPsReader::operator[] ( const int  index)
inline

Definition at line 269 of file wcsUtil.h.

int KVPsReader::size ( )
inline

Definition at line 274 of file wcsUtil.h.

Member Data Documentation

vector<KVP> KVPsReader::m_kvps
protected

Definition at line 256 of file wcsUtil.h.


The documentation for this class was generated from the following file: