#include <map>
#include <string>
#include <ostream>
#include "Framework/Registry/RegistryItemI.h"
#include "Framework/Registry/RegistryItemTypeDef.h"
Go to the source code of this file.
Classes | |
class | genie::RegistryItem< T > |
A templated concrete implementation of the RegistryItemI interface. Provides an arbitrary basic type (bool, int, double, string) value for RegistryI-type containers. More... | |
class | genie::RegistryItem< T > |
A templated concrete implementation of the RegistryItemI interface. Provides an arbitrary basic type (bool, int, double, string) value for RegistryI-type containers. More... | |
Namespaces | |
genie | |
THE MAIN GENIE PROJECT NAMESPACE | |
Functions | |
template<typename T > | |
ostream & | genie::operator<< (ostream &stream, const RegistryItem< T > &rec) |