Inherits ExtensibleItem, and Serializable.

Public Member Functions | |
| ChanSuspend () | |
| void | Serialize (Serialize::Data &sd) const anope_override |
Static Public Member Functions | |
| static Serializable * | Unserialize (Serializable *obj, Serialize::Data &sd) |
Data Fields | |
| Anope::string | chan |
| time_t | when |
Definition at line 16 of file cs_suspend.cpp.
| ChanSuspend::ChanSuspend | ( | ) | [inline] |
Definition at line 21 of file cs_suspend.cpp.
Referenced by Unserialize().
| void ChanSuspend::Serialize | ( | Serialize::Data & | sd | ) | const [inline, virtual] |
| static Serializable* ChanSuspend::Unserialize | ( | Serializable * | obj, | |
| Serialize::Data & | sd | |||
| ) | [inline, static] |
Definition at line 31 of file cs_suspend.cpp.
References anope_dynamic_static_cast(), ChanSuspend(), Extensible::Extend(), and ChannelInfo::Find().
Definition at line 18 of file cs_suspend.cpp.
Referenced by CommandCSSuspend::Execute(), and Serialize().
| time_t ChanSuspend::when |
Definition at line 19 of file cs_suspend.cpp.
Referenced by CommandCSSuspend::Execute(), CSSuspend::OnPreChanExpire(), and Serialize().
1.7.1