![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <vector>#include "elementa/base/strings.h"#include "elementa/base/enums.h"#include "elementa/base/exceptions.h"#include "elementa/base/serial_channels.h"

Go to the source code of this file.
| struct elementa::utils::CLOption::CLData |
Data provided in the command line about an option.
Definition at line 94 of file commandline.h.

| Class Members | ||
|---|---|---|
| string | shortname | Shortname of the option. |
| string | value | Value given to the option, or "" if none. |