Documentation

Generated on Thu Aug 31 00:02:35 2006

 

command_info Struct Reference

#include <Handler.h>

List of all members.


Public Member Functions

 command_info (int a, bool(Commands::*p)(User *, string &, unsigned int), unsigned int e, string h)
 command_info ()

Public Attributes

int ant_arg
bool(Commands::* pf )(User *, string &, unsigned int)
unsigned int extra_flag
string hlp_info

Detailed Description

Definition at line 25 of file Handler.h.


Constructor & Destructor Documentation

command_info::command_info ( int  a,
bool(Commands::*)(User *, string &, unsigned int)  p,
unsigned int  e,
string  h 
) [inline]

Definition at line 31 of file Handler.h.

References ant_arg, extra_flag, hlp_info, and pf.

00034   {
00035     ant_arg = a;
00036     pf = p;
00037     extra_flag = e;
00038     hlp_info = h;
00039   }

command_info::command_info (  )  [inline]

Definition at line 41 of file Handler.h.

00041 {};


Member Data Documentation

Definition at line 26 of file Handler.h.

Referenced by command_info().

Definition at line 28 of file Handler.h.

Referenced by command_info().

Definition at line 29 of file Handler.h.

Referenced by command_info().

bool(Commands::* command_info::pf)(User *, string &, unsigned int)

Referenced by command_info().


The documentation for this struct was generated from the following file: