17 #ifndef COM_BORA_SOFTWARE__BALAU_RESOURCE__UTF8_TO_32_READ_RESOURCE 18 #define COM_BORA_SOFTWARE__BALAU_RESOURCE__UTF8_TO_32_READ_RESOURCE 32 public:
virtual std::u32istream &
readStream() = 0;
37 #endif // COM_BORA_SOFTWARE__BALAU_RESOURCE__UTF8_TO_32_READ_RESOURCE A read-only UTF-8 resource which is read in as UTF-32 characters.
Definition: Utf8To32ReadResource.hpp:28
Abstract base class of resource classes.
Definition: Resource.hpp:30
The unified resource class hierarchy.
Definition: ByteReadResource.hpp:24
Abstract base class of resource classes.
Core includes, typedefs and functions.
virtual std::u32istream & readStream()=0
Get the input stream of the UTF-8 to UTF-32 read resource.