#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 Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::map< std::string, std::string > | theParameters |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 27 of file DropBoxMetadata.h.
void DropBoxMetadata::Parameters::addParameter | ( | const std::string & | key, |
const std::string & | vale | ||
) |
Definition at line 21 of file DropBoxMetadata.cc.
References relval_steps::key, theParameters, and relativeConstraints::value.
Referenced by editorTools.UserCodeTool::__init__(), metTools.AddMETCollection::__init__(), and editorTools.ChangeSource::__init__().
string DropBoxMetadata::Parameters::getParameter | ( | const std::string & | key | ) | const |
Definition at line 25 of file DropBoxMetadata.cc.
References runTheMatrix::ret.
const map< string, string > & DropBoxMetadata::Parameters::getParameterMap | ( | ) | const |
Definition at line 34 of file DropBoxMetadata.cc.
Referenced by PCLMetadataWriter::endRun().
|
private |
|
friend |
Definition at line 40 of file DropBoxMetadata.h.
|
friend |
Definition at line 40 of file DropBoxMetadata.h.
|
private |
Definition at line 38 of file DropBoxMetadata.h.
Referenced by addParameter().