#include <DropBoxMetadata.h>
Public Member Functions | |
void | addParameter (const std::string &key, const std::string &vale) |
std::string | getParameter (const std::string &key) const |
const std::map< std::string, std::string > & | getParameterMap () const |
Private Attributes | |
std::map< std::string, std::string > | theParameters |
Definition at line 25 of file DropBoxMetadata.h.
void DropBoxMetadata::Parameters::addParameter | ( | const std::string & | key, |
const std::string & | vale | ||
) |
std::string DropBoxMetadata::Parameters::getParameter | ( | const std::string & | key | ) | const |
const map< string, string > & DropBoxMetadata::Parameters::getParameterMap | ( | ) | const |
Definition at line 34 of file DropBoxMetadata.cc.
{ return theParameters; }
std::map<std::string, std::string> DropBoxMetadata::Parameters::theParameters [private] |
Definition at line 36 of file DropBoxMetadata.h.