41 lines
969 B
C++
41 lines
969 B
C++
|
/***
|
||
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||
|
|
||
|
File: IOExperimental.hpp
|
||
|
Date: 2022-6-6
|
||
|
Author: Reece
|
||
|
***/
|
||
|
#pragma once
|
||
|
|
||
|
#include "IIOProcessorManualInvoker.hpp"
|
||
|
|
||
|
#include "IIOWaitableItem.hpp"
|
||
|
#include "IIOEventListener.hpp"
|
||
|
|
||
|
#include "EIOProcessorEventStage.hpp"
|
||
|
#include "IIOPipeEventListener.hpp"
|
||
|
|
||
|
#include "IIOPipeProcessor.hpp"
|
||
|
|
||
|
#include "IIOProcessorEventListener.hpp"
|
||
|
#include "IIOProcessorItem.hpp"
|
||
|
#include "IIOProcessor.hpp"
|
||
|
|
||
|
//#include "IBufferedWriterToReader.hpp"
|
||
|
//#include "IBufferedReadProcessorToReader.hpp"
|
||
|
|
||
|
#include "IIOPipeInterceptor.hpp"
|
||
|
#include "IIOBufferedProcessor.hpp"
|
||
|
|
||
|
#include "IByteBufferStreamPair.hpp"
|
||
|
|
||
|
#include "IOAdapterAsyncStream.hpp"
|
||
|
#include "IOAdapterByteBuffer.hpp"
|
||
|
#include "IOAdapterCompression.hpp"
|
||
|
#include "IOAdapterSeeking.hpp"
|
||
|
|
||
|
#include "IIOWaitableTickLimiter.hpp"
|
||
|
#include "IIOWaitableIOTimer.hpp"
|
||
|
#include "IIOWaitableIOLoopSource.hpp"
|
||
|
|
||
|
#include "IOPipeInterceptorNop.hpp"
|