#include <Filelist.h>
Inheritance diagram for FilelistBounded:
Public Member Functions | |
FilelistBounded (char *root, long long lower, long long upper) | |
void | nextfilename (char *, int) |
Protected Attributes | |
char * | indexfile |
FILE * | index_fh |
long long | lower_bound |
long long | upper_bound |
void FilelistBounded::nextfilename | ( | char * | , | |
int | ||||
) | [inline, virtual] |
Implements Filelist.