BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Public Attributes | List of all members
ArgsManager::Arg Struct Reference

#include <util.h>

Public Member Functions

 Arg (const std::string &help_param, const std::string &help_text, bool debug_only)
 

Public Attributes

std::string m_help_param
 
std::string m_help_text
 
bool m_debug_only
 

Detailed Description

Definition at line 136 of file util.h.

Constructor & Destructor Documentation

◆ Arg()

ArgsManager::Arg::Arg ( const std::string &  help_param,
const std::string &  help_text,
bool  debug_only 
)
inline

Definition at line 142 of file util.h.

Member Data Documentation

◆ m_debug_only

bool ArgsManager::Arg::m_debug_only

Definition at line 140 of file util.h.

◆ m_help_param

std::string ArgsManager::Arg::m_help_param

Definition at line 138 of file util.h.

◆ m_help_text

std::string ArgsManager::Arg::m_help_text

Definition at line 139 of file util.h.


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