UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
ilistenclient.h File Reference

Defines a client interface. More...

#include <atomic>
#include <cstdint>
#include <memory>
#include <string>
#include "util/threadsafequeue.h"
Include dependency graph for ilistenclient.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

The file defines an interface to a listen client that connects to IListen TCP server object.