#include <iostream>
#include <map>
#include <string>
#include <TNamed.h>
#include "TDbiRegistryItemXxx.hxx"
Go to the source code of this file.
Classes | |
class | TDbiRegistry |
Type safe heterogenous collection of key value pairs. More... | |
class | TDbiRegistry::TDbiRegistryKey |
Functions | |
std::ostream & | operator<< (std::ostream &os, const TDbiRegistry &r) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const TDbiRegistry & | r | |||
) | [inline] |
Definition at line 196 of file TDbiRegistry.hxx.
References TDbiRegistry::PrintStream().
00196 { return r.PrintStream(os); }