Euphoria
eu::core::argparse::SubParserNames Struct Reference

valid names for a single subparser example: [checkout, co] or [pull] More...

#include <argparse.h>

Public Member Functions

 SubParserNames (const char *str)
 

Public Attributes

std::vector< std::string > names
 

Detailed Description

valid names for a single subparser example: [checkout, co] or [pull]

Definition at line 347 of file argparse.h.

Constructor & Destructor Documentation

◆ SubParserNames()

eu::core::argparse::SubParserNames::SubParserNames ( const char *  str)

Definition at line 466 of file argparse.cc.

Member Data Documentation

◆ names

std::vector<std::string> eu::core::argparse::SubParserNames::names

Definition at line 349 of file argparse.h.


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