Public Member Functions | Private Attributes | List of all members
art::detail::FileNamesHandler< true > Class Template Reference

#include <FileNamesHandler.h>

Public Member Functions

 FileNamesHandler (std::vector< std::string > &&fileNames, size_t attempts=5, double waitBetweenAttempts=5.0)
 
std::string next ()
 
void finish ()
 

Private Attributes

FileServiceProxy fp_
 

Detailed Description

template<>
class art::detail::FileNamesHandler< true >

Definition at line 16 of file FileNamesHandler.h.

Constructor & Destructor Documentation

art::detail::FileNamesHandler< true >::FileNamesHandler ( std::vector< std::string > &&  fileNames,
size_t  attempts = 5,
double  waitBetweenAttempts = 5.0 
)
explicit

Definition at line 45 of file FileNamesHandler.h.

49  : fp_(std::move(fileNames), attempts, waitBetweenAttempts)
50 {}
def move(depos, offset)
Definition: depos.py:107

Member Function Documentation

void art::detail::FileNamesHandler< true >::finish ( )
inline

Definition at line 59 of file FileNamesHandler.h.

std::string art::detail::FileNamesHandler< true >::next ( )
inline

Definition at line 53 of file FileNamesHandler.h.

54 {
55  return fp_.next();
56 }

Member Data Documentation

Definition at line 26 of file FileNamesHandler.h.


The documentation for this class was generated from the following file: