Monero
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
bootstrap_node_selector Class Reference
Inheritance diagram for bootstrap_node_selector:
Inheritance graph
[legend]
Collaboration diagram for bootstrap_node_selector:
Collaboration graph
[legend]

Protected Member Functions

void SetUp () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

const std::map< std::string, boolwhite_nodes
 
const std::map< std::string, boolgray_nodes
 
std::map< std::string, boolnodes
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Member Function Documentation

◆ SetUp()

void bootstrap_node_selector::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ gray_nodes

const std::map<std::string, bool> bootstrap_node_selector::gray_nodes
protected
Initial value:
= {
{
"gray_node_1:18081", false
},
{
"gray_node_2:18089", false
}
}

◆ nodes

std::map<std::string, bool> bootstrap_node_selector::nodes
protected

◆ white_nodes

const std::map<std::string, bool> bootstrap_node_selector::white_nodes
protected
Initial value:
= {
{
"white_node_1:18089", true
},
{
"white_node_2:18081", true
}
}

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