|
veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Definition at line 77 of file net_entities.hpp.
Collaboration diagram for altintegration::btc::SubNet:Public Member Functions | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| NetAddr | network |
| Network (base) address. More... | |
| uint8_t | netmask [16] |
| Netmask, in network byte order. More... | |
| bool | valid |
| Is this value valid? (only used to signal parse errors) More... | |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const SubNet &a, const SubNet &b) |
| bool | operator!= (const SubNet &a, const SubNet &b) |
|
inline |
Definition at line 88 of file net_entities.hpp.
Definition at line 98 of file net_entities.hpp.
Definition at line 94 of file net_entities.hpp.
| altintegration::btc::SubNet::ADD_SERIALIZE_METHODS |
Definition at line 85 of file net_entities.hpp.
| uint8_t altintegration::btc::SubNet::netmask[16] |
Definition at line 81 of file net_entities.hpp.
| NetAddr altintegration::btc::SubNet::network |
Definition at line 79 of file net_entities.hpp.
| bool altintegration::btc::SubNet::valid |
Definition at line 83 of file net_entities.hpp.