Class for creating files names using the pattern prefix+index+postfix. More...
#include <index2filename.hpp>


Public Member Functions | |
| Rubric (const string &prefix, const string &postfix) | |
| Class constructor. More... | |
| string | operator() (int index) |
| Constructs a file name. More... | |
Public Member Functions inherited from Index2FileName | |
| virtual | ~Index2FileName (void) |
| class destructor | |
Class for creating files names using the pattern prefix+index+postfix.
Definition at line 29 of file index2filename.hpp.
| Rubric::Rubric | ( | const string & | prefix, |
| const string & | postfix | ||
| ) |
Class constructor.
| prefix | Prefix |
| postfix | Postfix |
Definition at line 9 of file index2filename.cpp.
|
virtual |
Constructs a file name.
| index | File index |
Implements Index2FileName.
Definition at line 13 of file index2filename.cpp.

1.8.13