LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "FileNamesHandler.h"
Public Member Functions | |
FileNamesHandler (std::vector< std::string > &&fileNames, size_t=0) | |
std::string | next () |
void | finish () |
Private Attributes | |
std::vector< std::string > | fileNames_ |
std::vector< std::string >::const_iterator | currentFile_ |
std::vector< std::string >::const_iterator | end_ |
Definition at line 31 of file FileNamesHandler.h.
|
explicit |
Definition at line 64 of file FileNamesHandler.h.
|
inline |
Definition at line 79 of file FileNamesHandler.h.
|
inline |
Definition at line 73 of file FileNamesHandler.h.
|
private |
Definition at line 40 of file FileNamesHandler.h.
|
private |
Definition at line 41 of file FileNamesHandler.h.
|
private |
Definition at line 39 of file FileNamesHandler.h.