#include <volk_option_helpers.h>
|
| option_t (std::string t_longform, std::string t_shortform, std::string t_msg, void(*t_callback)()) |
| option_t (std::string t_longform, std::string t_shortform, std::string t_msg, void(*t_callback)(int)) |
| option_t (std::string t_longform, std::string t_shortform, std::string t_msg, void(*t_callback)(float)) |
| option_t (std::string t_longform, std::string t_shortform, std::string t_msg, void(*t_callback)(bool)) |
| option_t (std::string t_longform, std::string t_shortform, std::string t_msg, void(*t_callback)(std::string)) |
| option_t (std::string t_longform, std::string t_shortform, std::string t_msg, std::string t_printval) |
◆ option_t() [1/6]
option_t::option_t |
( |
std::string | t_longform, |
|
|
std::string | t_shortform, |
|
|
std::string | t_msg, |
|
|
void(* | t_callback )() ) |
◆ option_t() [2/6]
option_t::option_t |
( |
std::string | t_longform, |
|
|
std::string | t_shortform, |
|
|
std::string | t_msg, |
|
|
void(* | t_callback )(int) ) |
◆ option_t() [3/6]
option_t::option_t |
( |
std::string | t_longform, |
|
|
std::string | t_shortform, |
|
|
std::string | t_msg, |
|
|
void(* | t_callback )(float) ) |
◆ option_t() [4/6]
option_t::option_t |
( |
std::string | t_longform, |
|
|
std::string | t_shortform, |
|
|
std::string | t_msg, |
|
|
void(* | t_callback )(bool) ) |
◆ option_t() [5/6]
option_t::option_t |
( |
std::string | t_longform, |
|
|
std::string | t_shortform, |
|
|
std::string | t_msg, |
|
|
void(* | t_callback )(std::string) ) |
◆ option_t() [6/6]
option_t::option_t |
( |
std::string | t_longform, |
|
|
std::string | t_shortform, |
|
|
std::string | t_msg, |
|
|
std::string | t_printval ) |
◆ callback
void(* option_t::callback) () |
◆ longform
std::string option_t::longform |
◆ msg
std::string option_t::msg |
◆ option_type
◆ printval
std::string option_t::printval |
◆ shortform
std::string option_t::shortform |
The documentation for this class was generated from the following files: