#include <service.h>
Inherits dynamic_reference< T >.

Public Member Functions | |
| service_reference () | |
| service_reference (const Anope::string &t, const Anope::string &n) | |
| void | operator= (const Anope::string &n) |
| operator bool () anope_override | |
Private Attributes | |
| Anope::string | type |
| Anope::string | name |
Definition at line 77 of file service.h.
| service_reference< T >::service_reference | ( | ) | [inline] |
| service_reference< T >::service_reference | ( | const Anope::string & | t, | |
| const Anope::string & | n | |||
| ) | [inline] |
| service_reference< T >::operator bool | ( | ) | [inline, virtual] |
Reimplemented from dynamic_reference< T >.
| void service_reference< T >::operator= | ( | const Anope::string & | n | ) | [inline] |
Anope::string service_reference< T >::name [private] |
Definition at line 80 of file service.h.
Referenced by CommandOSModInfo::Execute(), NSIdentifyLDAP::OnNickRegister(), BotServCore::OnPrivmsg(), service_reference< SSLService >::operator bool(), service_reference< SSLService >::operator=(), and RunCommand().
Anope::string service_reference< T >::type [private] |
Definition at line 79 of file service.h.
Referenced by service_reference< SSLService >::operator bool().
1.7.1