HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions
v1::writable_resource_view Class Referenceabstract
Inheritance diagram for v1::writable_resource_view:
v1::resource_view v1::file_view

Public Member Functions

virtual void_span writable_span () noexcept=0
 Get a span to the memory mapping.
 
- Public Member Functions inherited from v1::resource_view
 resource_view (resource_view const &other)=default
 
 resource_view (resource_view &&other)=default
 
resource_viewoperator= (resource_view const &other)=default
 
resource_viewoperator= (resource_view &&other)=default
 
virtual std::size_t offset () const noexcept=0
 Offset into the resource file.
 
virtual const_void_span span () const noexcept=0
 Get a span to the memory mapping.
 

Member Function Documentation

◆ writable_span()

virtual void_span v1::writable_resource_view::writable_span ( )
pure virtualnoexcept

Get a span to the memory mapping.

Implemented in v1::file_view.


The documentation for this class was generated from the following file: