#include <regchannel.h>
Inherits Serializable.

Public Member Functions | |
| LogSetting () | |
| void | Serialize (Serialize::Data &data) const anope_override |
Static Public Member Functions | |
| static Serializable * | Unserialize (Serializable *obj, Serialize::Data &) |
Data Fields | |
| Serialize::Reference< ChannelInfo > | ci |
| Anope::string | service_name |
| Anope::string | command_service |
| Anope::string | command_name |
| Anope::string | method |
| Anope::string | extra |
| Anope::string | creator |
| time_t | created |
Definition at line 106 of file regchannel.h.
| LogSetting::LogSetting | ( | ) | [inline] |
Definition at line 119 of file regchannel.h.
Referenced by Unserialize().
| void LogSetting::Serialize | ( | Serialize::Data & | data | ) | const [virtual] |
Implements Serializable.
Definition at line 216 of file regchannel.cpp.
References ci, command_name, command_service, created, creator, extra, method, and service_name.
| Serializable * LogSetting::Unserialize | ( | Serializable * | obj, | |
| Serialize::Data & | data | |||
| ) | [static] |
Definition at line 231 of file regchannel.cpp.
References anope_dynamic_static_cast(), ci, command_name, command_service, created, creator, extra, ChannelInfo::Find(), ChannelInfo::log_settings, LogSetting(), method, and service_name.
Referenced by Serialize::RegisterTypes().
Definition at line 108 of file regchannel.h.
Referenced by ChannelInfo::ChannelInfo(), CommandCSLog::Execute(), OnDatabaseReadMetadata(), Serialize(), and Unserialize().
Definition at line 114 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), CSLog::OnLog(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
Definition at line 112 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
| time_t LogSetting::created |
Definition at line 117 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
Definition at line 116 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
Definition at line 115 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), CSLog::OnLog(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
Definition at line 115 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), CSLog::OnLog(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
Definition at line 110 of file regchannel.h.
Referenced by CommandCSLog::Execute(), OnDatabaseReadMetadata(), CSLog::OnLog(), DBPlain::OnSaveDatabase(), Serialize(), and Unserialize().
1.7.1