From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classcommand__t.html | 134 +++++++++++++++++------------------ 1 file changed, 66 insertions(+), 68 deletions(-) (limited to 'docs/module-doc/classcommand__t.html') diff --git a/docs/module-doc/classcommand__t.html b/docs/module-doc/classcommand__t.html index ba4f0ef58..fd1d9571a 100644 --- a/docs/module-doc/classcommand__t.html +++ b/docs/module-doc/classcommand__t.html @@ -1,54 +1,52 @@ -command_t class Reference +InspIRCd: command_t class Reference - -
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
-

command_t Class Reference

A structure that defines a command. + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound 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. +Inherits Extensible. +

+List of all members.

- - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

Public Attributes

char command [MAXBUF]
 Command name.

handlerfunc * handler_function
 Handler function as in typedef.

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

char command [MAXBUF]
 Command name.

handlerfunc * handler_function
 Handler function as in typedef.

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


Detailed Description

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

-Definition at line 25 of file ctables.h.


Member Data Documentation

-

- +Definition at line 26 of file ctables.h.

Member Data Documentation

+

+

- @@ -61,20 +59,20 @@ Definition at line 25 of +Definition at line 31 of file ctables.h.
+ -
char command_t::command[MAXBUF] + char command_t::command[MAXBUF]

-Command name. +Command name.

-Definition at line 30 of file ctables.h.

-

- +

+

- @@ -87,20 +85,20 @@ Definition at line 30 of +Definition at line 37 of file ctables.h.
+ -
char command_t::flags_needed + char command_t::flags_needed

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

-Definition at line 36 of file ctables.h.

-

- +

+

- @@ -113,20 +111,20 @@ Definition at line 36 of +Definition at line 34 of file ctables.h.
+ -
handlerfunc* command_t::handler_function + handlerfunc* command_t::handler_function

-Handler function as in typedef. +Handler function as in typedef.

-Definition at line 33 of file ctables.h.

-

- +

+

- @@ -139,20 +137,20 @@ Definition at line 33 of +Definition at line 40 of file ctables.h.
+ -
int command_t::min_params + int command_t::min_params

-Minimum number of parameters command takes. +Minimum number of parameters command takes.

-Definition at line 39 of file ctables.h.

-

- +

+

- @@ -165,20 +163,20 @@ Definition at line 39 of +Definition at line 46 of file ctables.h.
+ -
long command_t::total_bytes + long command_t::total_bytes

-used by /stats m +used by /stats m

-Definition at line 45 of file ctables.h.

-

- +

+

- @@ -191,18 +189,18 @@ Definition at line 45 of +Definition at line 43 of file ctables.h.
+ -
long command_t::use_count + long command_t::use_count

-used by /stats m +used by /stats m

-Definition at line 42 of file ctables.h.


The documentation for this class was generated from the following file: -
Generated on Sun May 2 00:09:32 2004 for InspIRCd by +
Generated on Fri Mar 25 03:49:31 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3
-- cgit v1.2.3