advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Public Member Functions | Public Attributes | List of all members
advgetopt::conf_file::callback_entry_t Struct Reference

Public Member Functions

 callback_entry_t (callback_id_t id, callback_t const &c, std::string const &name)
 

Public Attributes

callback_t f_callback = callback_t()
 
callback_id_t f_id = 0
 
std::string f_parameter_name = std::string()
 

Detailed Description

Definition at line 237 of file conf_file.h.

Constructor & Destructor Documentation

◆ callback_entry_t()

advgetopt::conf_file::callback_entry_t::callback_entry_t ( callback_id_t  id,
callback_t const c,
std::string const name 
)
inline

Definition at line 239 of file conf_file.h.

Member Data Documentation

◆ f_callback

callback_t advgetopt::conf_file::callback_entry_t::f_callback = callback_t()

Definition at line 250 of file conf_file.h.

◆ f_id

callback_id_t advgetopt::conf_file::callback_entry_t::f_id = 0

Definition at line 249 of file conf_file.h.

◆ f_parameter_name

std::string advgetopt::conf_file::callback_entry_t::f_parameter_name = std::string()

Definition at line 251 of file conf_file.h.


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

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.