GEMC
2.3
Geant4 Monte-Carlo Framework
|
#include <set>
#include "mirrors_factory.h"
#include "mysql_mirrors.h"
#include "text_mirrors.h"
#include "string_utilities.h"
Go to the source code of this file.
Functions | |
mirrors * | getMirrorFactory (map< string, mirrorFactory > *factory, string mirrorsMethod) |
map< string, mirrorFactory > | registerMirrorFactories () |
void | printMirrors (map< string, mirror * > mirMap) |
map< string, mirror * > | buildMirrors (map< string, mirrorFactory > mirrorFactoryMap, goptions go, runConditions rc) |
ostream & | operator<< (ostream &stream, mirror Mirror) |
map<string, mirror*> buildMirrors | ( | map< string, mirrorFactory > | mirrorFactoryMap, |
goptions | go, | ||
runConditions | rc | ||
) |
Definition at line 96 of file mirrors_factory.cc.
mirrors* getMirrorFactory | ( | map< string, mirrorFactory > * | factory, |
string | mirrorsMethod | ||
) |
Definition at line 11 of file mirrors_factory.cc.
ostream& operator<< | ( | ostream & | stream, |
mirror | Mirror | ||
) |
Definition at line 112 of file mirrors_factory.cc.
void printMirrors | ( | map< string, mirror * > | mirMap | ) |
Definition at line 37 of file mirrors_factory.cc.
map<string, mirrorFactory> registerMirrorFactories | ( | ) |
Definition at line 23 of file mirrors_factory.cc.