CMS 3D CMS Logo

Public Member Functions | Private Attributes

DropBoxMetadata::Parameters Class Reference

#include <DropBoxMetadata.h>

List of all members.

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

Detailed Description

Definition at line 25 of file DropBoxMetadata.h.


Member Function Documentation

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;
}

Member Data Documentation

std::map<std::string, std::string> DropBoxMetadata::Parameters::theParameters [private]

Definition at line 36 of file DropBoxMetadata.h.