UTILLib 2.0
Common C++ library with utilities.
|
Defines a client interface. More...
#include <atomic>
#include <cstdint>
#include <memory>
#include <string>
#include "util/threadsafequeue.h"
Go to the source code of this file.
Classes | |
class | util::log::IListenClient |
Class that define a TCP/IP client. More... |
Namespaces | |
namespace | util |
Main namespace for the util library. | |
namespace | util::log |
The log namespace is used for log related classes and functions. |
The file defines an interface to a listen client that connects to IListen TCP server object.