14#include <AUI/Common/AObject.h>
15#include <AUI/Platform/AProcess.h>
17class AStdOutputRecorder:
public AObject {
std::vector-like growing array for byte storage.
Definition AByteBuffer.h:31
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:179
static decltype(auto) connect(const Signal &signal, Object *object, Function &&function)
Connects signal to the slot of the specified object.
Definition AObject.h:86