#include <Expander.hpp>
Inheritance diagram for cafe::Expander:

Public Member Functions | |
| virtual | ~Expander () |
| virtual std::string | nextFile ()=0 |
| ClassDef (Expander, 0) | |
Static Public Member Functions | |
| Expander * | create (const std::string &url) |
Protected Member Functions | |
| Expander () | |
Subclasses provide the actual functionality. These are created via the TPluginManager of ROOT.
An input specification is basically an URL which is interpreted by one of the expanders. Examples are:
Definition at line 28 of file Expander.hpp.
|
|
Definition at line 25 of file Expander.cpp. |
|
|
Definition at line 29 of file Expander.cpp. |
|
||||||||||||
|
|
|
|
Definition at line 33 of file Expander.cpp. References cafe::Plugins::load(). |
|
|
Implemented in cafe::EventListExpander, cafe::FileExpander, cafe::FilelistExpander, and cafe::StageinlistExpander. |
1.3.4