CatapultServer  v0.5.0.1 (Elephant)
IoTypes.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include <boost/asio.hpp>
23 #include <vector>
24 #include <stdint.h>
25 
26 namespace catapult { namespace ionet {
27 
28  using ByteBuffer = std::vector<uint8_t>;
29 
31 }}
catapult::ionet::ByteBuffer
std::vector< uint8_t > ByteBuffer
Definition: IoTypes.h:28
catapult::ionet::socket
boost::asio::ip::tcp::socket socket
Definition: IoTypes.h:30
catapult
Definition: AddressExtractionExtension.cpp:28