Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::app::ProgramOptions::Option Struct Reference

A program option. More...

#include <app.hpp>

Public Attributes

char flag
 The flag (reserved: 'h', 'V', 'v', 'q', '?', '*', ':')
 
bool has_argument
 True if flag requires an an argument, false if not.
 

Detailed Description

A program option.

Definition at line 120 of file app.hpp.

Member Data Documentation

◆ flag

char fpsdk::common::app::ProgramOptions::Option::flag

The flag (reserved: 'h', 'V', 'v', 'q', '?', '*', ':')

Definition at line 122 of file app.hpp.

◆ has_argument

bool fpsdk::common::app::ProgramOptions::Option::has_argument

True if flag requires an an argument, false if not.

Definition at line 123 of file app.hpp.


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