Scorum
Public Member Functions | List of all members
scorum::protocol::hardfork_version Struct Reference

#include <version.hpp>

Inheritance diagram for scorum::protocol::hardfork_version:
scorum::protocol::version

Public Member Functions

 hardfork_version ()
 
 hardfork_version (uint8_t m, uint8_t h)
 
 hardfork_version (version v)
 
 ~hardfork_version ()
 
void operator= (const version &o)
 
void operator= (const hardfork_version &o)
 
bool operator== (const hardfork_version &o) const
 
bool operator!= (const hardfork_version &o) const
 
bool operator< (const hardfork_version &o) const
 
bool operator<= (const hardfork_version &o) const
 
bool operator> (const hardfork_version &o) const
 
bool operator>= (const hardfork_version &o) const
 
bool operator== (const version &o) const
 
bool operator!= (const version &o) const
 
bool operator< (const version &o) const
 
bool operator<= (const version &o) const
 
bool operator> (const version &o) const
 
bool operator>= (const version &o) const
 
- Public Member Functions inherited from scorum::protocol::version
 version ()
 
 version (uint8_t m, uint8_t h, uint16_t r)
 
virtual ~version ()
 
bool operator== (const version &o) const
 
bool operator!= (const version &o) const
 
bool operator< (const version &o) const
 
bool operator<= (const version &o) const
 
bool operator> (const version &o) const
 
bool operator>= (const version &o) const
 
 operator fc::string () const
 

Additional Inherited Members

- Public Attributes inherited from scorum::protocol::version
uint32_t v_num = 0
 

Detailed Description

Definition at line 54 of file version.hpp.

Constructor & Destructor Documentation

◆ hardfork_version() [1/3]

scorum::protocol::hardfork_version::hardfork_version ( )
inline

Definition at line 56 of file version.hpp.

◆ hardfork_version() [2/3]

scorum::protocol::hardfork_version::hardfork_version ( uint8_t  m,
uint8_t  h 
)
inline

Definition at line 60 of file version.hpp.

◆ hardfork_version() [3/3]

scorum::protocol::hardfork_version::hardfork_version ( version  v)
inline

Definition at line 64 of file version.hpp.

◆ ~hardfork_version()

scorum::protocol::hardfork_version::~hardfork_version ( )
inline

Definition at line 68 of file version.hpp.

Member Function Documentation

◆ operator!=() [1/2]

bool scorum::protocol::hardfork_version::operator!= ( const hardfork_version o) const
inline

Definition at line 85 of file version.hpp.

◆ operator!=() [2/2]

bool scorum::protocol::hardfork_version::operator!= ( const version o) const
inline

Definition at line 110 of file version.hpp.

◆ operator<() [1/2]

bool scorum::protocol::hardfork_version::operator< ( const hardfork_version o) const
inline

Definition at line 89 of file version.hpp.

◆ operator<() [2/2]

bool scorum::protocol::hardfork_version::operator< ( const version o) const
inline

Definition at line 114 of file version.hpp.

◆ operator<=() [1/2]

bool scorum::protocol::hardfork_version::operator<= ( const hardfork_version o) const
inline

Definition at line 93 of file version.hpp.

◆ operator<=() [2/2]

bool scorum::protocol::hardfork_version::operator<= ( const version o) const
inline

Definition at line 118 of file version.hpp.

◆ operator=() [1/2]

void scorum::protocol::hardfork_version::operator= ( const hardfork_version o)
inline

Definition at line 76 of file version.hpp.

◆ operator=() [2/2]

void scorum::protocol::hardfork_version::operator= ( const version o)
inline

Definition at line 72 of file version.hpp.

◆ operator==() [1/2]

bool scorum::protocol::hardfork_version::operator== ( const hardfork_version o) const
inline

Definition at line 81 of file version.hpp.

◆ operator==() [2/2]

bool scorum::protocol::hardfork_version::operator== ( const version o) const
inline

Definition at line 106 of file version.hpp.

◆ operator>() [1/2]

bool scorum::protocol::hardfork_version::operator> ( const hardfork_version o) const
inline

Definition at line 97 of file version.hpp.

◆ operator>() [2/2]

bool scorum::protocol::hardfork_version::operator> ( const version o) const
inline

Definition at line 122 of file version.hpp.

◆ operator>=() [1/2]

bool scorum::protocol::hardfork_version::operator>= ( const hardfork_version o) const
inline

Definition at line 101 of file version.hpp.

◆ operator>=() [2/2]

bool scorum::protocol::hardfork_version::operator>= ( const version o) const
inline

Definition at line 126 of file version.hpp.


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