#include <alias.h>
Protected Member Functions | |
bool | registerAlias (_Alias *a) |
bool | unregisterAlias (_Alias *a) |
virtual | ~AliasBase () |
Friends | |
class | _Alias |
These are valid actions in client->server packets:
Definition at line 51 of file alias.h.
virtual libglass::AliasBase::~AliasBase | ( | ) | [protected, virtual] |
Destructor.
bool libglass::AliasBase::registerAlias | ( | _Alias * | a | ) | [protected] |
Registers an alias in the list.
a | A pointer to the alias. |
true | If successful. | |
false | Otherwise. |
bool libglass::AliasBase::unregisterAlias | ( | _Alias * | a | ) | [protected] |
Unregisters an alias, taking it off the list.
a | A pointer to the alias. |
true | If successful. | |
false | Otherwise. |