#include <os_ignore.h>
Inherits Serializable.

Public Member Functions | |
| IgnoreData () | |
| void | Serialize (Serialize::Data &data) const anope_override |
Static Public Member Functions | |
| static Serializable * | Unserialize (Serializable *obj, Serialize::Data &data) |
Data Fields | |
| Anope::string | mask |
| Anope::string | creator |
| Anope::string | reason |
| time_t | time |
Definition at line 13 of file os_ignore.h.
| IgnoreData::IgnoreData | ( | ) | [inline] |
Definition at line 20 of file os_ignore.h.
| void IgnoreData::Serialize | ( | Serialize::Data & | data | ) | const [virtual] |
Implements Serializable.
Definition at line 46 of file os_ignore.h.
| Serializable * IgnoreData::Unserialize | ( | Serializable * | obj, | |
| Serialize::Data & | data | |||
| ) | [static] |
Definition at line 54 of file os_ignore.h.
References anope_dynamic_static_cast(), creator, ignore_service(), mask, reason, and time.
Definition at line 16 of file os_ignore.h.
Referenced by CommandOSIgnore::DoList(), Serialize(), and Unserialize().
Definition at line 15 of file os_ignore.h.
Referenced by CommandOSIgnore::DoList(), Serialize(), and Unserialize().
Definition at line 17 of file os_ignore.h.
Referenced by CommandOSIgnore::DoList(), Serialize(), and Unserialize().
| time_t IgnoreData::time |
Definition at line 18 of file os_ignore.h.
Referenced by CommandOSIgnore::DoList(), Serialize(), and Unserialize().
1.7.1