Electroneum
get_test_options< t_test_class > Struct Template Reference

#include <chaingen.h>

Collaboration diagram for get_test_options< t_test_class >:

Public Member Functions

 get_test_options ()
 

Public Attributes

const std::pair< uint8_t, uint64_thard_forks [2]
 
const cryptonote::test_options test_options
 

Detailed Description

template<typename t_test_class>
struct get_test_options< t_test_class >

Definition at line 697 of file chaingen.h.

Constructor & Destructor Documentation

◆ get_test_options()

template<typename t_test_class>
get_test_options< t_test_class >::get_test_options ( )
inline

Definition at line 702 of file chaingen.h.

702 :hard_forks{std::make_pair((uint8_t)1, (uint64_t)0), std::make_pair((uint8_t)0, (uint64_t)0)}{}
unsigned char uint8_t
Definition: stdint.h:124
const std::pair< uint8_t, uint64_t > hard_forks[2]
Definition: chaingen.h:698
unsigned __int64 uint64_t
Definition: stdint.h:136
Here is the caller graph for this function:

Member Data Documentation

◆ hard_forks

template<typename t_test_class>
const std::pair<uint8_t, uint64_t> get_test_options< t_test_class >::hard_forks[2]

Definition at line 698 of file chaingen.h.

◆ test_options

template<typename t_test_class>
const cryptonote::test_options get_test_options< t_test_class >::test_options
Initial value:
= {
}

Definition at line 699 of file chaingen.h.


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