WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
winstd::data_blob Member List

This is the complete list of members for winstd::data_blob, including all inherited members.

data() const noexceptwinstd::data_blobinline
data() noexceptwinstd::data_blobinline
data_blob() noexceptwinstd::data_blobinline
data_blob(_In_count_(size) BYTE *data, _In_ DWORD size) noexceptwinstd::data_blobinline
data_blob(_In_ const DATA_BLOB &other)winstd::data_blobinline
data_blob(_Inout_ data_blob &&other) noexceptwinstd::data_blobinline
operator=(_In_ const DATA_BLOB &other)winstd::data_blobinline
operator=(_Inout_ data_blob &&other) noexceptwinstd::data_blobinline
size() const noexceptwinstd::data_blobinline
~data_blob()winstd::data_blobinlinevirtual