#include <netinet/in.h>
#include <string>
#include <ostream>
#include "protlib_types.h"
Go to the source code of this file.
Classes | |
class | protlib::NetMsgError |
class | protlib::NetMsg |
network message More... | |
Namespaces | |
namespace | protlib |
Functions | |
std::ostream & | protlib::operator<< (std::ostream &out, const NetMsg &msg) |
generic class for network messages (PDUs coming from/going to network) ----------------------------------------------------------
Definition in file network_message.h.