From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classcommand__t.html | 118 ++++++++++++++++++----------------- 1 file changed, 62 insertions(+), 56 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 81278b3ca..ce2282e17 100644 --- a/docs/module-doc/classcommand__t.html +++ b/docs/module-doc/classcommand__t.html @@ -1,49 +1,49 @@ - + -InspIRCd: command_t class Reference +InspIRCd: command_t Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
-

command_t Class Reference

A structure that defines a command. + +
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. +
[legend]
List of all members.
- - + + - - + + - - + + - - + + - - + + - - + + - - + + - +

Public Attributes

char command [MAXBUF]

Public Attributes

char command [MAXBUF]
 Command name.

handlerfunc * handler_function
 Command name.
handlerfunc * handler_function
 Handler function as in typedef.

char flags_needed
 Handler function as in typedef.
char flags_needed
 User flags needed to execute the command or 0.

int min_params
 User flags needed to execute the command or 0.
int min_params
 Minimum number of parameters command takes.

long use_count
 Minimum number of parameters command takes.
long use_count
 used by /stats m

long total_bytes
 used by /stats m
long total_bytes
 used by /stats m

char source [MAXBUF]
 used by /stats m
char source [MAXBUF]
 used for resource tracking between modules

 used for resource tracking between modules

Detailed Description

A structure that defines a command. @@ -51,18 +51,19 @@ A structure that defines a command.

Definition at line 26 of file ctables.h.


Member Data Documentation

-

- +

+

- +
char command_t::command[MAXBUF] + char command_t::command[MAXBUF]
- +
  @@ -77,18 +78,19 @@ Command name. Definition at line 31 of file ctables.h.
-

- +

+

- +
char command_t::flags_needed + char command_t::flags_needed
- +
  @@ -103,18 +105,19 @@ User flags needed to execute the command or 0. Definition at line 37 of file ctables.h.
-

- +

+

- +
handlerfunc* command_t::handler_function + handlerfunc* command_t::handler_function
- +
  @@ -129,18 +132,19 @@ Handler function as in typedef. Definition at line 34 of file ctables.h.
-

- +

+

- +
int command_t::min_params + int command_t::min_params
- +
  @@ -155,18 +159,19 @@ Minimum number of parameters command takes. Definition at line 40 of file ctables.h.
-

- +

+

- +
char command_t::source[MAXBUF] + char command_t::source[MAXBUF]
- +
  @@ -181,18 +186,19 @@ used for resource tracking between modules Definition at line 49 of file ctables.h.
-

- +

+

- +
long command_t::total_bytes + long command_t::total_bytes
- +
  @@ -207,18 +213,19 @@ used by /stats m Definition at line 46 of file ctables.h.
-

- +

+

- +
long command_t::use_count + long command_t::use_count
- +
  @@ -235,9 +242,8 @@ Definition at line 43 of


The documentation for this class was generated from the following file: -
Generated on Mon May 30 05:16:39 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3