Store the file names of an index. More...
#include <FileName.h>
Public Member Functions | |
FileName (const char *prefix) | |
Create the file name with a given prefix. | |
char * | indexFileName (void) |
Return the index binary file name. | |
char * | statsFileName (void) |
Return the stats binary file name. |
Store the file names of an index.
This class is used to store the file names of an index (or any other related structure) so that the main binary file and the stats file can easily be access without having to record both names.