From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classcommand__t.html | 360 ----------------------------------- 1 file changed, 360 deletions(-) delete mode 100644 docs/module-doc/classcommand__t.html (limited to 'docs/module-doc/classcommand__t.html') diff --git a/docs/module-doc/classcommand__t.html b/docs/module-doc/classcommand__t.html deleted file mode 100644 index 738c365c2..000000000 --- a/docs/module-doc/classcommand__t.html +++ /dev/null @@ -1,360 +0,0 @@ - - -InspIRCd: command_t Class Reference - - - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
-

command_t Class Reference

A structure that defines a command. -More... -

-#include <ctables.h> -

-Inheritance diagram for command_t:

Inheritance graph
- - - -
[legend]
Collaboration diagram for command_t:

Collaboration graph
-
[legend]
List of all members. - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Public Member Functions

 command_t (std::string cmd, char flags, int minpara)
virtual void Handle (char **parameters, int pcnt, userrec *user)=0
virtual ~command_t ()

Public Attributes

std::string command
 Command name.
char flags_needed
 User flags needed to execute the command or 0.
int min_params
 Minimum number of parameters command takes.
long use_count
 used by /stats m
long total_bytes
 used by /stats m
std::string source
 used for resource tracking between modules
-

Detailed Description

-A structure that defines a command. -

- -

-Definition at line 29 of file ctables.h.


Constructor & Destructor Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
command_t::command_t std::string  cmd,
char  flags,
int  minpara
[inline]
-
- - - - - -
-   - - -

- -

-Definition at line 51 of file ctables.h. -

-References source, total_bytes, and use_count.

00051                                                           : command(cmd), flags_needed(flags), min_params(minpara)
-00052         {
-00053                 use_count = total_bytes = 0;
-00054                 source = "<core>";
-00055         }
-
-

-

-

- - - - -
- - - - - - - - -
virtual command_t::~command_t  )  [inline, virtual]
-
- - - - - -
-   - - -

- -

-Definition at line 59 of file ctables.h.

00059 {}
-
-

-

-


Member Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
virtual void command_t::Handle char **  parameters,
int  pcnt,
userrec user
[pure virtual]
-
- - - - - -
-   - - -

- -

-Implemented in cmd_mode.

-


Member Data Documentation

-

- - - - -
- - - - -
std::string command_t::command
-
- - - - - -
-   - - -

-Command name. -

- -

-Definition at line 34 of file ctables.h.

-

- - - - -
- - - - -
char command_t::flags_needed
-
- - - - - -
-   - - -

-User flags needed to execute the command or 0. -

- -

-Definition at line 37 of file ctables.h.

-

- - - - -
- - - - -
int command_t::min_params
-
- - - - - -
-   - - -

-Minimum number of parameters command takes. -

- -

-Definition at line 40 of file ctables.h.

-

- - - - -
- - - - -
std::string command_t::source
-
- - - - - -
-   - - -

-used for resource tracking between modules -

- -

-Definition at line 49 of file ctables.h. -

-Referenced by command_t().

-

- - - - -
- - - - -
long command_t::total_bytes
-
- - - - - -
-   - - -

-used by /stats m -

- -

-Definition at line 46 of file ctables.h. -

-Referenced by command_t().

-

- - - - -
- - - - -
long command_t::use_count
-
- - - - - -
-   - - -

-used by /stats m -

- -

-Definition at line 43 of file ctables.h. -

-Referenced by command_t().

-


The documentation for this class was generated from the following file: -
Generated on Mon Dec 19 18:05:21 2005 for InspIRCd by  - -doxygen 1.4.4-20050815
- - -- cgit v1.2.3