|
| PropertyArrayView () |
| Constructs an empty array view.
|
|
| PropertyArrayView (const gsl::span< const std::byte > &buffer, int64_t bitOffset, int64_t size) noexcept |
| Constructs an array view from a buffer. More...
|
|
bool | operator[] (int64_t index) const noexcept |
|
int64_t | size () const noexcept |
|
Definition at line 129 of file PropertyArrayView.h.
◆ PropertyArrayView()
Constructs an array view from a buffer.
- Parameters
-
buffer | The buffer containing the values. |
bitOffset | The offset into the buffer where the values actually begin. |
size | The number of values in the array. |
Definition at line 144 of file PropertyArrayView.h.
The documentation for this class was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumGltf/include/CesiumGltf/PropertyArrayView.h