MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
util::ArgOption Struct Reference

A single argument option. More...

#include <arguments.h>

Collaboration diagram for util::ArgOption:
Collaboration graph
[legend]

Public Attributes

bool argument
 Requires argument?
 
std::string desc
 Description.
 
std::string lopt
 Long option name.
 
char sopt
 Short option name.
 

Detailed Description

A single argument option.

Definition at line 27 of file arguments.h.

Member Data Documentation

◆ argument

bool util::ArgOption::argument

Requires argument?

Definition at line 32 of file arguments.h.

◆ desc

std::string util::ArgOption::desc

Description.

Definition at line 31 of file arguments.h.

◆ lopt

std::string util::ArgOption::lopt

Long option name.

Definition at line 30 of file arguments.h.

◆ sopt

char util::ArgOption::sopt

Short option name.

Definition at line 29 of file arguments.h.


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