defs.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * (C) 2003-2013 Anope Team
00004  * Contact us at team@anope.org
00005  *
00006  * Please read COPYING and README for further details.
00007  *
00008  * Based on the original code of Epona by Lara.
00009  * Based on the original code of Services by Andy Church.
00010  *
00011  */
00012 
00013 
00014 class AccessGroup;
00015 class AutoKick;
00016 namespace Anope { class String; }
00017 class BotInfo;
00018 class CallBack;
00019 class ChanAccess;
00020 class Channel;
00021 class ChannelInfo;
00022 class ChannelStatus;
00023 class ClientSocket;
00024 class Command;
00025 class CommandSource;
00026 class ConnectionSocket;
00027 namespace DNS { class Packet; }
00028 class Entry;
00029 class IdentifyRequest;
00030 class InfoFormatter;
00031 class IRCDProto;
00032 class ListenSocket;
00033 class Log;
00034 class LogInfo;
00035 class Memo;
00036 class MessageSource;
00037 class Module;
00038 class NickAlias;
00039 class NickCore;
00040 class OperType;
00041 class ReferenceBase;
00042 class Regex;
00043 class Serializable;
00044 class Server;
00045 class ServerConfig;
00046 class Socket;
00047 class Thread;
00048 class User;
00049 class XLine;
00050 class XLineManager;
00051 struct BadWord;
00052 struct Exception;
00053 struct MemoInfo;
00054 struct ModeLock;
00055 struct Oper;
00056