6 #ifndef INDEX2FILENAME_HPP 7 #define INDEX2FILENAME_HPP 1 37 Rubric(
const string& prefix,
38 const string& postfix);
48 const string postfix_;
51 #endif // INDEX2FILENAME_HPP virtual ~Index2FileName(void)
class destructor
virtual string operator()(int index)=0
Generate a file name.
Class for creating files names using the pattern prefix+index+postfix.
Class for generating sequential file names.