|
Galactic Bloodshed
|
#include <namegen.h>
Classes | |
| class | PostIncResult |
Public Member Functions | |
| Iterator (NameGenerator *parent) | |
| const std::string | operator* () const |
| Iterator & | operator++ () |
| PostIncResult | operator++ (int) |
Private Attributes | |
| NameGenerator * | namegen |
Friends | |
| bool | operator== (Iterator const &lhs, Iterator const &rhs) |
| bool | operator!= (Iterator const &lhs, Iterator const &rhs) |
|
inlineexplicit |
Definition at line 26 of file namegen.h.
References namegen.
Referenced by NameGenerator::begin(), and NameGenerator::end().
|
inline |
|
inline |
Definition at line 31 of file namegen.h.
References namegen, and NameGenerator::next().
Referenced by operator++().
|
inline |
Definition at line 54 of file namegen.h.
References operator++().
|
private |
Definition at line 15 of file namegen.h.
Referenced by Iterator(), and operator++().
1.8.13