#include <uniquenames.h>
Public Member Functions | |
Postfix (const std::string &postfix) | |
unsigned int | number () const |
void | write (char *buffer) |
Postfix & | operator++ () |
bool | operator< (const Postfix &other) const |
bool | operator== (const Postfix &other) const |
bool | operator!= (const Postfix &other) const |
Private Attributes | |
unsigned int | m_value |
Definition at line 30 of file uniquenames.h.
Postfix::Postfix | ( | const std::string & | postfix | ) | [inline] |
Definition at line 34 of file uniquenames.h.
unsigned int Postfix::number | ( | ) | const [inline] |
Definition at line 38 of file uniquenames.h.
References m_value.
bool Postfix::operator!= | ( | const Postfix & | other | ) | const [inline] |
Definition at line 59 of file uniquenames.h.
References operator==().
Postfix& Postfix::operator++ | ( | ) | [inline] |
Definition at line 46 of file uniquenames.h.
References m_value.
bool Postfix::operator< | ( | const Postfix & | other | ) | const [inline] |
Definition at line 51 of file uniquenames.h.
References m_value.
bool Postfix::operator== | ( | const Postfix & | other | ) | const [inline] |
void Postfix::write | ( | char * | buffer | ) | [inline] |
Definition at line 42 of file uniquenames.h.
References m_value.
unsigned int Postfix::m_value [private] |
Definition at line 32 of file uniquenames.h.
Referenced by number(), operator++(), operator<(), operator==(), and write().