#include <struct.h>
Public Member Functions | |
RegId (IdVal aIn, IdVal bIn) | |
RegId & | operator= (const RegId &x) |
bool | operator== (const RegId &x) |
bool | operator!= (const RegId &x) |
bool | operator< (const RegId &x) |
bool | operator> (const RegId &x) |
void | SetNext (RegId &topId) |
void | SetDirect (RegId &topId, IdVal aVal, IdVal bVal) |
RegNickIdMap * | getIdMap () |
RegNickList * | getNickItem () |
const char * | getNick () |
const char * | getChan () |
HashKeyVal | getHashKey () const |
Private Attributes | |
IdVal | a |
IdVal | b |
Friends | |
void | saveNickData (void) |
Saves the NickServ database to disk. |
Definition at line 89 of file struct.h.