7#ifndef AUX_INPUT_DEVICE_H
8#define AUX_INPUT_DEVICE_H
13#include "StreamDeviceBase.h"
14#include "InputStream.h"
32 bool Peek(
char&
ch)
const;
38 virtual bool peek(
char&
ch)
const = 0;
40 void checkRead()
const override;
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:38
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16