#include <namegen.h>
|
| | SequentialNameGenerator (int startval=1, const std::string &pref=std::string(""), const std::string &suff=std::string(""), const std::string &nf=std::string("")) |
| |
| virtual bool | next () |
| |
| virtual const std::string & | current () |
| |
Definition at line 69 of file namegen.h.
◆ SequentialNameGenerator()
| SequentialNameGenerator::SequentialNameGenerator |
( |
int |
startval = 1, |
|
|
const std::string & |
pref = std::string(""), |
|
|
const std::string & |
suff = std::string(""), |
|
|
const std::string & |
nf = std::string("") |
|
) |
| |
|
inline |
◆ current()
| virtual const std::string& SequentialNameGenerator::current |
( |
| ) |
|
|
inlinevirtual |
◆ next()
| bool SequentialNameGenerator::next |
( |
| ) |
|
|
virtual |
◆ current_value
| std::string SequentialNameGenerator::current_value |
|
private |
◆ currval
| int SequentialNameGenerator::currval |
|
private |
◆ numberformat
| std::string SequentialNameGenerator::numberformat |
|
private |
◆ prefix
| std::string SequentialNameGenerator::prefix |
|
private |
◆ suffix
| std::string SequentialNameGenerator::suffix |
|
private |
The documentation for this class was generated from the following files: