|
|||
|
|||
|
#include <base.h>
Inheritance diagram for classbase:


Public Member Functions | |
| classbase () | |
| Constructor. | |
| virtual | ~classbase () |
| Destructor. | |
Public Attributes | |
| time_t | age |
| Time that the object was instantiated (used for TS calculation etc). | |
Wherever possible, all classes you create should inherit from this, giving them the ability to be passed to various core functions as 'anonymous' classes.
Definition at line 29 of file base.h.
|
|
Constructor. Sets the object's time Definition at line 24 of file base.cpp. References age. |
|
|
Destructor. Does sweet FA. |
|
|
Time that the object was instantiated (used for TS calculation etc).
Definition at line 34 of file base.h. Referenced by CommandWatch::add_watch(), Channel::Channel(), classbase(), ModeParser::DisplayCurrentModes(), InspIRCd::DoBackgroundUserStuff(), TreeSocket::ForceJoin(), TreeSocket::ForceMode(), TreeSocket::ForceNick(), SpanningTreeProtocolInterface::Introduce(), ModuleSpanningTree::MapOperInfo(), ModuleIdent::OnCheckReady(), TreeSocket::OnClose(), ModuleSpanningTree::OnMode(), Modulewatch::OnPostConnect(), ModuleSpanningTree::OnUserJoin(), ModuleSpanningTree::OnUserPostNick(), Modulewatch::OnUserPostNick(), TreeSocket::ParseUID(), TreeSocket::ProcessLine(), ModuleSpanningTree::ProtoSendMode(), TreeSocket::SendFJoins(), SpanningTreeProtocolInterface::SendMode(), and User::User(). |