Bitcoin ABC  0.29.2
P2P Digital Currency
Typedefs | Variables
nodeid.h File Reference
#include <cstdint>
Include dependency graph for nodeid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int64_t NodeId
 

Variables

static constexpr NodeId NO_NODE = -1
 Special NodeId that represent no node. More...
 

Typedef Documentation

◆ NodeId

typedef int64_t NodeId

Definition at line 10 of file nodeid.h.

Variable Documentation

◆ NO_NODE

constexpr NodeId NO_NODE = -1
staticconstexpr

Special NodeId that represent no node.

Definition at line 15 of file nodeid.h.