Public Member Functions | Static Public Member Functions | Data Fields

IgnoreData Struct Reference

#include <os_ignore.h>

Inherits Serializable.

Collaboration diagram for IgnoreData:
Collaboration graph
[legend]

Public Member Functions

 IgnoreData ()
void Serialize (Serialize::Data &data) const anope_override

Static Public Member Functions

static SerializableUnserialize (Serializable *obj, Serialize::Data &data)

Data Fields

Anope::string mask
Anope::string creator
Anope::string reason
time_t time

Detailed Description

Definition at line 13 of file os_ignore.h.


Constructor & Destructor Documentation

IgnoreData::IgnoreData (  )  [inline]

Definition at line 20 of file os_ignore.h.


Member Function Documentation

void IgnoreData::Serialize ( Serialize::Data &  data  )  const [virtual]

Implements Serializable.

Definition at line 46 of file os_ignore.h.

References creator, mask, reason, and time.

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.


Field Documentation

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().

Definition at line 18 of file os_ignore.h.

Referenced by CommandOSIgnore::DoList(), Serialize(), and Unserialize().


The documentation for this struct was generated from the following file: