OpenCBDC Transaction Processor
|
#include <memory>
#include <netdb.h>
#include <string>
Go to the source code of this file.
Data Structures | |
class | cbdc::network::socket |
Generic superclass for network sockets. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::network |
Typedefs | |
using | cbdc::network::ip_address = std::string |
An IP addresses. | |
using | cbdc::network::port_number_t = unsigned short |
Port number. | |
using | cbdc::network::endpoint_t = std::pair<ip_address, port_number_t> |
[host name, port number]. | |