|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SAMPLE_HANDLER__DISK_LIST_LOCAL_H
6 #define SAMPLE_HANDLER__DISK_LIST_LOCAL_H
66 DiskListLocal (
const std::string& val_dir,
const std::string& val_prefix);
89 virtual std::string
getPath ()
const;
void * m_dirp
the directory pointer used
std::string m_file
the file we last fetched
std::string m_prefix
the directory from with to read actual files
virtual DiskList * doOpenDir() const
make a new list object for the sub-directory
void testInvariant() const
test the invariant of this object
an interface for listing directory contents, locally or on a file server
DiskListLocal(const std::string &val_dir)
make the listing for the given directory
virtual ~DiskListLocal()
standard destructor
virtual std::string getDirname() const
the base path for the directory listed
virtual std::string getPath() const
the path for the current entry.
a DiskList implementation for local directories
virtual bool getNext()
get the next list entry
std::string m_dir
the directory we are reading
This module provides a lot of global definitions, forward declarations and includes that are used by ...