38 static bool dictionary(
const std::string& type,
const std::string&
id,
43 const std::string&
id);
50 typedef std::map<std::string, Distribution*>
DistDict;
static TypedDistDict myDict
Map from distribution types to distribution ids to distributions.
static bool dictionary(const std::string &type, const std::string &id, Distribution *d)
Adds a distribution of the given type and name to the container.
std::map< std::string, DistDict > TypedDistDict
Definition of a map from distribution types to distribution ids to distributions.
std::map< std::string, Distribution * > DistDict
Definition of a map from distribution ids to distributions.
static void clear()
delete all stored distributions