In file modules/TclSubObject.h:

template class CommandSubOption

sub object command option structure

Inheritance:


Public Methods

int(TclSubObject::*getOption(void)) (CLIENT *, int, char **)
return object callback method
const char* getOptionSynopsis (void)
return command option synopsis
const char* getOptionDescription (void)
return command option description

Public

Constructor
desc command option description (int (TclSubObject::*cmd)(CLIENT *, int, char **), const char *syn = 0, const char *desc = 0)
buids a command option descriptor from its synopsis, description strings and object callback method
Destructor
~CommandSubOption ()
empty

Private Fields

const char* synopsis
command option synopsis
const char* description
command option effect description

Private Methods

int(TclSubObject::*fct) (CLIENT *, int, char **)
object method associated to command

Documentation

sub object command option structure
const char* synopsis
command option synopsis

const char* description
command option effect description

int (TclSubObject::*fct)(CLIENT *, int, char **)
object method associated to command

Constructor

desc command option description (int (TclSubObject::*cmd)(CLIENT *, int, char **), const char *syn = 0, const char *desc = 0)
buids a command option descriptor from its synopsis, description strings and object callback method

Destructor

~CommandSubOption()
empty

int (TclSubObject::*getOption(void))(CLIENT *, int, char **)
return object callback method

const char* getOptionSynopsis(void)
return command option synopsis

const char* getOptionDescription(void)
return command option description


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de