5#ifndef AUX_INPUT_DEVICE_H
6#define AUX_INPUT_DEVICE_H
11#include "StreamDeviceBase.h"
12#include "InputStream.h"
30 bool Peek(
char&
ch)
const;
36 virtual bool peek(
char&
ch)
const = 0;
38 void checkRead()
const override;
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:35
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13