Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::option::FullArg Struct Reference

Definition at line 2838 of file OptionParser.h.

Static Public Member Functions

static ArgStatus None (const Option &, bool)
 For options that don't take an argument: Returns ARG_NONE.
static option::ArgStatus NonEmpty (const option::Option &option, bool msg)
static option::ArgStatus Numeric (const option::Option &option, bool msg)
static ArgStatus Optional (const Option &option, bool)
 Returns ARG_OK if the argument is attached and ARG_IGNORE otherwise.
static void printError (const char *msg1, const option::Option &opt, const char *msg2)
static option::ArgStatus Required (const option::Option &option, bool msg)
static option::ArgStatus Unknown (const option::Option &option, bool msg)

#include </home/stephan/code/root-2/core/dictgen/res/OptionParser.h>

Inheritance diagram for ROOT::option::FullArg:
ROOT::option::Arg

Member Function Documentation

◆ None()

ArgStatus ROOT::option::Arg::None ( const Option & ,
bool  )
inlinestaticinherited

For options that don't take an argument: Returns ARG_NONE.

Definition at line 907 of file OptionParser.h.

◆ NonEmpty()

option::ArgStatus ROOT::option::FullArg::NonEmpty ( const option::Option & option,
bool msg )
inlinestatic

Definition at line 2862 of file OptionParser.h.

◆ Numeric()

option::ArgStatus ROOT::option::FullArg::Numeric ( const option::Option & option,
bool msg )
inlinestatic

Definition at line 2871 of file OptionParser.h.

◆ Optional()

ArgStatus ROOT::option::Arg::Optional ( const Option & option,
bool  )
inlinestaticinherited

Returns ARG_OK if the argument is attached and ARG_IGNORE otherwise.

Definition at line 913 of file OptionParser.h.

◆ printError()

void ROOT::option::FullArg::printError ( const char * msg1,
const option::Option & opt,
const char * msg2 )
inlinestatic

Definition at line 2840 of file OptionParser.h.

◆ Required()

option::ArgStatus ROOT::option::FullArg::Required ( const option::Option & option,
bool msg )
inlinestatic

Definition at line 2853 of file OptionParser.h.

◆ Unknown()

option::ArgStatus ROOT::option::FullArg::Unknown ( const option::Option & option,
bool msg )
inlinestatic

Definition at line 2847 of file OptionParser.h.


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