#include "TObject.h"
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | IDs::generator |
Streamable identifier for an instance of a generator. More... | |
Namespaces | |
namespace | IDs |
Typedefs | |
typedef std::string | IDs::Generator_t |
typedef std::string | IDs::Config_t |
Functions | |
ostream & | operator<< (ostream &os, const IDs::generator &id) |
Variables | |
const Generator_t | IDs::kAnyGenerator = "any" |
Standardize the value to use to represent any generator. | |
const Config_t | IDs::kAnyConfig = "any" |
Standardize the value to use to represent any configuration. | |
const Config_t | IDs::kDefaultConfig = "default" |
module | |
const std::string | IDs::field_separator = "#" |
ostream& operator<< | ( | ostream & | os, | |
const IDs::generator & | id | |||
) |
Definition at line 12 of file IdGenerator.cpp.