Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Slots | Private Attributes | List of all members
OptionTests Class Reference

#include <optiontests.h>

Inheritance diagram for OptionTests:
[legend]
Collaboration diagram for OptionTests:
[legend]

Public Member Functions

 OptionTests (interfaces::Node &node)
 

Private Slots

void init ()
 
void migrateSettings ()
 
void integerGetArgBug ()
 
void parametersInteraction ()
 
void extractFilter ()
 

Private Attributes

interfaces::Nodem_node
 
common::Settings m_previous_settings
 

Detailed Description

Definition at line 14 of file optiontests.h.

Constructor & Destructor Documentation

◆ OptionTests()

OptionTests::OptionTests ( interfaces::Node node)
explicit

Definition at line 23 of file optiontests.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ extractFilter

void OptionTests::extractFilter ( )
privateslot

Definition at line 146 of file optiontests.cpp.

Here is the call graph for this function:

◆ init

void OptionTests::init ( )
privateslot

Definition at line 28 of file optiontests.cpp.

Here is the call graph for this function:

◆ integerGetArgBug

void OptionTests::integerGetArgBug ( )
privateslot

Definition at line 93 of file optiontests.cpp.

Here is the call graph for this function:

◆ migrateSettings

void OptionTests::migrateSettings ( )
privateslot

Definition at line 35 of file optiontests.cpp.

Here is the call graph for this function:

◆ parametersInteraction

void OptionTests::parametersInteraction ( )
privateslot

Definition at line 111 of file optiontests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_node

interfaces::Node& OptionTests::m_node
private

Definition at line 28 of file optiontests.h.

◆ m_previous_settings

common::Settings OptionTests::m_previous_settings
private

Definition at line 29 of file optiontests.h.


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