Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::RCmdLineOpts::RExpectedFlag Struct Reference

Definition at line 142 of file optparse.hxx.

Public Member Functions

std::string AsStr () const

Public Attributes

int fAlias = -1
EFlagType fFlagType = EFlagType::kSwitch
std::string fHelp
std::string fName
std::uint32_t fOpts = 0
bool fShort = false

Member Function Documentation

◆ AsStr()

std::string ROOT::RCmdLineOpts::RExpectedFlag::AsStr ( ) const
inline

Definition at line 151 of file optparse.hxx.

Member Data Documentation

◆ fAlias

int ROOT::RCmdLineOpts::RExpectedFlag::fAlias = -1

Definition at line 147 of file optparse.hxx.

◆ fFlagType

EFlagType ROOT::RCmdLineOpts::RExpectedFlag::fFlagType = EFlagType::kSwitch

Definition at line 143 of file optparse.hxx.

◆ fHelp

std::string ROOT::RCmdLineOpts::RExpectedFlag::fHelp

Definition at line 145 of file optparse.hxx.

◆ fName

std::string ROOT::RCmdLineOpts::RExpectedFlag::fName

Definition at line 144 of file optparse.hxx.

◆ fOpts

std::uint32_t ROOT::RCmdLineOpts::RExpectedFlag::fOpts = 0

Definition at line 149 of file optparse.hxx.

◆ fShort

bool ROOT::RCmdLineOpts::RExpectedFlag::fShort = false

Definition at line 148 of file optparse.hxx.

Collaboration diagram for ROOT::RCmdLineOpts::RExpectedFlag:
[legend]

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