Developer documentation
Version 3.0.3-105-gd3941f44
MR::App::OptionList Class Reference

a class to hold the list of option groups More...

#include "app.h"

Inheritance diagram for MR::App::OptionList:
MR::vector< OptionGroup >

Public Member Functions

OptionListoperator+ (const OptionGroup &option_group)
 
OptionListoperator+ (const Option &option)
 
OptionListoperator+ (const Argument &argument)
 
OptionGroupback ()
 
std::string syntax (int format) const
 
- Public Member Functions inherited from MR::vector< OptionGroup >
 vector ()
 

Detailed Description

a class to hold the list of option groups

Definition at line 139 of file app.h.

Member Function Documentation

◆ back()

OptionGroup & MR::App::OptionList::back ( )
inline

Definition at line 156 of file app.h.

◆ operator+() [1/3]

OptionList & MR::App::OptionList::operator+ ( const Argument argument)
inline

Definition at line 151 of file app.h.

◆ operator+() [2/3]

OptionList & MR::App::OptionList::operator+ ( const Option option)
inline

Definition at line 146 of file app.h.

◆ operator+() [3/3]

OptionList & MR::App::OptionList::operator+ ( const OptionGroup option_group)
inline

Definition at line 141 of file app.h.

◆ syntax()

std::string MR::App::OptionList::syntax ( int  format) const

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