class
#include <bsa/detail/common.hpp>
byte_container A byte storage container without compression support.
Base classes
- class basic_byte_container
- A basic byte storage container.
Derived classes
- class bsa::tes3::file final
- Represents a file within the TES3 virtual filesystem.
Capacity
- auto empty() const -> bool noexcept
- Checks if the underlying byte container is empty.
-
auto size() const -> std::
size_t noexcept - Returns the size of the underlying byte container.
Element access
Modifiers
Function documentation
void bsa:: components:: byte_container:: set_data(std:: vector<std:: byte> a_data) noexcept
Assigns the underlying container to be an owning view into the given data.
Parameters | |
---|---|
a_data | The data to take ownership of. |