Euphoria
eu::core::argparse::SubParserContainer Struct Reference

data about a subparser More...

#include <argparse.h>

Public Member Functions

 SubParserContainer (const SubParserNames &n, const std::string &h, SubParserCallback cb)
 

Public Attributes

SubParserNames names
 
std::string help
 
SubParserCallback callback
 

Detailed Description

data about a subparser

Definition at line 355 of file argparse.h.

Constructor & Destructor Documentation

◆ SubParserContainer()

eu::core::argparse::SubParserContainer::SubParserContainer ( const SubParserNames n,
const std::string &  h,
SubParserCallback  cb 
)

Definition at line 472 of file argparse.cc.

Member Data Documentation

◆ callback

SubParserCallback eu::core::argparse::SubParserContainer::callback

Definition at line 359 of file argparse.h.

◆ help

std::string eu::core::argparse::SubParserContainer::help

Definition at line 358 of file argparse.h.

◆ names

SubParserNames eu::core::argparse::SubParserContainer::names

Definition at line 357 of file argparse.h.


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