Utf8To32ReadResource.hpp
Go to the documentation of this file.
1 // @formatter:off
2 //
3 // Balau core C++ library
4 //
5 // Copyright (C) 2008 Bora Software (contact@borasoftware.com)
6 //
7 // Licensed under the Boost Software License - Version 1.0 - August 17th, 2003.
8 // See the LICENSE file for the full license text.
9 //
10 
16 
17 #ifndef COM_BORA_SOFTWARE__BALAU_RESOURCE__UTF8_TO_32_READ_RESOURCE
18 #define COM_BORA_SOFTWARE__BALAU_RESOURCE__UTF8_TO_32_READ_RESOURCE
19 
21 #include <Balau/Type/StdTypes.hpp>
22 
23 namespace Balau::Resource {
24 
32  public: virtual std::u32istream & readStream() = 0;
33 };
34 
35 } // namespace Balau::Resource
36 
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.