Logo ROOT  
Reference Guide
ROOT::option::FullArg Struct Reference

Definition at line 2838 of file OptionParser.h.

Static Public Member Functions

static option::ArgStatus NonEmpty (const option::Option &option, bool msg)
 
static option::ArgStatus Numeric (const option::Option &option, bool msg)
 
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)
 
- Static Public Member Functions inherited from ROOT::option::Arg
static ArgStatus None (const Option &, bool)
 For options that don't take an argument: Returns ARG_NONE. More...
 
static ArgStatus Optional (const Option &option, bool)
 Returns ARG_OK if the argument is attached and ARG_IGNORE otherwise. More...
 

#include </home/sftnight/build/workspace/root-makedoc-v620/rootspi/rdoc/src/v6-20-00-patches/core/dictgen/res/OptionParser.h>

Inheritance diagram for ROOT::option::FullArg:
[legend]

Member Function Documentation

◆ NonEmpty()

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

Definition at line 2862 of file OptionParser.h.

◆ Numeric()

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

Definition at line 2871 of file OptionParser.h.

◆ printError()

static 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()

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

Definition at line 2853 of file OptionParser.h.

◆ Unknown()

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

Definition at line 2847 of file OptionParser.h.

Collaboration diagram for ROOT::option::FullArg:
[legend]

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