debian man page for ost_commandoptionarg

Query: ost_commandoptionarg

OS: debian

Section: 3

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ost::CommandOptionArg(3)				     Library Functions Manual					  ost::CommandOptionArg(3)

NAME
ost::CommandOptionArg - Class for options with an argument e.g.
SYNOPSIS
#include <cmdoptns.h> Inherits ost::CommandOptionWithArg. Public Member Functions CommandOptionArg (const char *inOptionName, const char *inOptionLetter, const char *inDescription, bool inRequired=false, CommandOption **ppNext=&defaultCommandOptionList) CommandOptionArg contructor. virtual ~CommandOptionArg () Additional Inherited Members Detailed Description Class for options with an argument e.g. --option value . Examples: cmdlineopt.cpp. Constructor &; Destructor Documentation ost::CommandOptionArg::CommandOptionArg (const char *inOptionName, const char *inOptionLetter, const char *inDescription, boolinRequired = false, CommandOption **ppNext = &defaultCommandOptionList) CommandOptionArg contructor. This sets the optionType for this object to HasArg. Parameters: inOptionName long option name inOptionLetter short letter name inDescription short description of the option inRequired true if option is required ppNext the linked list header virtual ost::CommandOptionArg::~CommandOptionArg () [virtual] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::CommandOptionArg(3)
Related Man Pages
ost_commandoptioncollect(3) - debian
ost_commandoptionnoarg(3) - debian
ost_commandoptionrest(3) - debian
ost_commandoptionparse(3) - debian
ost_md5digest(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com