Harlinn.Windows 0.1
|
#include <HWMFObjectsTypes.h>
Public Types | |
using | Base = BlobValue<DWORD> |
![]() | |
using | DataType |
Public Member Functions | |
constexpr size_t | size () const noexcept |
DWORD | operator[] (size_t index) const noexcept |
DWORD & | operator[] (size_t index) noexcept |
![]() | |
constexpr | BlobValue () noexcept |
BlobValue (size_t dataSize) | |
BlobValue (size_t dataSize, DataType *data) noexcept | |
BlobValue (const BlobValue &other)=delete | |
BlobValue (BlobValue &&other) noexcept | |
~BlobValue () | |
BlobValue & | operator= (const BlobValue &other)=delete |
BlobValue & | operator= (BlobValue &&other) noexcept |
constexpr | operator bool () const noexcept |
constexpr size_t | DataSize () const noexcept |
constexpr const DataType * | data () const noexcept |
constexpr DataType * | data () noexcept |
using Harlinn::Windows::Media::PacketCrossOffsets::Base = BlobValue<DWORD> |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |