Class AsyncManagerBase

Inheritance Relationships

Derived Type

Class Documentation

class AsyncManagerBase

Interface (in C++ terms), that could be used for any I/O manager, synchronous and asynchronous alike.

Subclassed by io::AsyncManager< IoType >

Public Functions

inline virtual ~AsyncManagerBase()
virtual bool connect() = 0

Connects the stream.

virtual void send(const std::string &cmd) = 0

Sends commands to the receiver.