#include <FilePattern.hpp>
Public Member Functions | |
| FilePattern () | |
| FilePattern (const std::string &pattern) | |
| void | set (const std::string &pattern) |
| std::string | replace (const std::string &input) |
Private Attributes | |
| std::string | _pattern |
| unsigned int | _counter |
Examples:
d/myvars/%s-myvariables.root myfile-%n.root
Definition at line 30 of file FilePattern.hpp.
|
|
Definition at line 20 of file FilePattern.cpp. |
|
|
Definition at line 14 of file FilePattern.cpp. |
|
|
Definition at line 30 of file FilePattern.cpp. References _counter, and _pattern. Referenced by cafe::Write::inputFileOpened(), and cafe::Friend::inputFileOpened(). |
|
|
Definition at line 25 of file FilePattern.cpp. References _pattern. Referenced by cafe::Write::Write(). |
|
|
Definition at line 38 of file FilePattern.hpp. Referenced by replace(). |
|
|
Definition at line 37 of file FilePattern.hpp. |
1.3.4