diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index eff3342a..249bc3de 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/COM.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -815,11 +822,11 @@ $(function() {
COM runtime error.
Definition: COM.h:26
com_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: COM.h:34
com_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: COM.h:44
-
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:869
-
T * handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
Numerical runtime error.
Definition: Common.h:1003
-
HRESULT error_type
Error number type.
Definition: Common.h:1005
+
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:831
+
T handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
Numerical runtime error.
Definition: Common.h:965
+
HRESULT error_type
Error number type.
Definition: Common.h:967
VARIANT struct wrapper.
Definition: COM.h:261
bool operator<=(const VARIANT &varSrc) const noexcept
Is variant less than or equal to?
Definition: COM.h:965
variant(bool bSrc) noexcept
Constructs VARIANT from bool.
Definition: COM.h:295
@@ -886,14 +893,14 @@ $(function() {
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:74
#define WINSTD_DPLHANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:175
-
static const T * invalid
Invalid handle value.
Definition: Common.h:617
+
static const T invalid
Invalid handle value.
Definition: Common.h:579
Deleter for unique_ptr using CoTaskMemFree.
Definition: COM.h:58
void operator()(_T *_Ptr) const
Delete a pointer.
Definition: COM.h:70
CoTaskMemFree_delete() noexcept
Default constructor.
Definition: COM.h:62
diff --git a/_common_8h_source.html b/_common_8h_source.html
index 3cec8379..e8a6fa4f 100644
--- a/_common_8h_source.html
+++ b/_common_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/Common.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -245,7 +252,7 @@ $(function() {
299 static DWORD
FormatMessage (_In_ DWORD dwFlags, _In_opt_ LPCVOID lpSource, _In_ DWORD dwMessageId, _In_ DWORD dwLanguageId, _Inout_ std::basic_string<char, _Traits, _Ax> &str, _In_opt_ va_list *Arguments)
301 std::unique_ptr<CHAR[], winstd::LocalFree_delete<CHAR[]> > lpBuffer;
-
302 DWORD dwResult = FormatMessageA(dwFlags | FORMAT_MESSAGE_ALLOCATE_BUFFER, lpSource, dwMessageId, dwLanguageId,
reinterpret_cast< LPSTR
> ((LPSTR*)
get_ptr (lpBuffer)), 0, Arguments);
+
302 DWORD dwResult = FormatMessageA(dwFlags | FORMAT_MESSAGE_ALLOCATE_BUFFER, lpSource, dwMessageId, dwLanguageId,
reinterpret_cast< LPSTR
> ((LPSTR*)get_ptr(lpBuffer)), 0, Arguments);
304 str.assign(lpBuffer.get(), dwResult);
@@ -255,7 +262,7 @@ $(function() {
314 static DWORD
FormatMessage (_In_ DWORD dwFlags, _In_opt_ LPCVOID lpSource, _In_ DWORD dwMessageId, _In_ DWORD dwLanguageId, _Inout_ std::basic_string<wchar_t, _Traits, _Ax> &str, _In_opt_ va_list *Arguments)
316 std::unique_ptr<WCHAR[], winstd::LocalFree_delete<WCHAR[]> > lpBuffer;
-
317 DWORD dwResult = FormatMessageW(dwFlags | FORMAT_MESSAGE_ALLOCATE_BUFFER, lpSource, dwMessageId, dwLanguageId,
reinterpret_cast< LPWSTR
> ((LPWSTR*)
get_ptr (lpBuffer)), 0, Arguments);
+
317 DWORD dwResult = FormatMessageW(dwFlags | FORMAT_MESSAGE_ALLOCATE_BUFFER, lpSource, dwMessageId, dwLanguageId,
reinterpret_cast< LPWSTR
> ((LPWSTR*)get_ptr(lpBuffer)), 0, Arguments);
319 str.assign(lpBuffer.get(), dwResult);
@@ -345,688 +352,661 @@ $(function() {
473 template <
class _Ty,
class _Dx>
-
+
-
487 template <
class _Ty,
class _Dx>
-
-
-
-
-
-
497 #pragma warning(push)
-
498 #pragma warning(disable: 26432)
-
499 template <
class _Ty,
class _Dx>
-
-
-
-
-
-
510 m_ptr (owner.release())
-
-
-
-
-
522 if (
this != &other) {
-
-
524 m_ptr = owner.release();
-
-
-
-
-
-
-
-
-
-
539 other.m_ptr =
nullptr ;
-
-
-
-
-
551 if (
this != &other) {
-
-
-
554 other.m_ptr =
nullptr ;
-
+
483 template <
class _Ty,
class _Dx>
+
+
+
+
+
+
494 m_ptr (owner.release())
+
+
+
+
+
+
+
506 other.m_ptr =
nullptr ;
+
+
+
+
+
514 if (
m_ptr !=
nullptr )
+
+
+
+
523 operator typename _Ty**()
noexcept
+
+
+
+
+
533 operator typename _Ty*&()
+
+
+
+
+
+
+
+
+
+
551 template <
class _Ty,
class _Dx>
+
+
+
+
-
-
-
-
-
-
565 if (
m_ptr !=
nullptr )
-
-
-
-
574 operator typename _Ty**()
noexcept
-
-
-
-
-
584 operator typename _Ty*&()
+
+
+
567 template <
class T, const T INVAL>
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
605 template <
class T, const T INVAL>
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
612 handle<handle_type, INVAL>& operator=(_In_
const handle<handle_type, INVAL> &h)
noexcept {};
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
650 handle<handle_type, INVAL>& operator=(_In_
const handle<handle_type, INVAL> &h)
noexcept {};
-
-
-
-
-
-
-
-
-
669 #pragma warning(suppress: 26432)
-
-
-
672 if (
this != std::addressof(h)) {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
631 #pragma warning(suppress: 26432)
+
+
+
634 if (
this != std::addressof(h)) {
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
823 template <class T, const T INVAL>
+
+
+
829 template <class T, T INVAL>
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
861 template <class T, const T INVAL>
-
-
-
867 template <class T, T INVAL>
-
-
-
-
-
+
+
+
+
+
+
+
+
+
863 dplhandle<handle_type, INVAL>(_Inout_ dplhandle<handle_type, INVAL> &&h) noexcept : handle<handle_type, INVAL>(std::move(h))
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
901 dplhandle<handle_type, INVAL>(_Inout_ dplhandle<handle_type, INVAL> &&h) noexcept : handle<handle_type, INVAL>(std::move(h))
-
+
885 if (
this != std::addressof(h)) {
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
923 if (
this != std::addressof(h)) {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
948 #pragma warning(disable: 26432)
-
-
-
-
-
+
910 #pragma warning(disable: 26432)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
963 template <
typename _Tn>
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
1001 template <
typename _Tn>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1096 if (
FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, 0, m_num, dwLanguageId, str, NULL)) {
-
-
1098 str.erase(str.find_last_not_of(_T(
" \t\n\r\f\v" )) + 1);
-
-
1100 sprintf (str, m_num >= 0x10000 ? _T(
"Error 0x%X" ) : _T(
"Error %u" ), m_num);
-
-
-
-
-
-
-
1113 template <
class _Elem,
class _Traits,
class _Ax>
-
-
-
-
-
-
-
-
1128 va_start(arg, format);
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
1058 if (
FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, 0, m_num, dwLanguageId, str, NULL)) {
+
+
1060 str.erase(str.find_last_not_of(_T(
" \t\n\r\f\v" )) + 1);
+
+
1062 sprintf (str, m_num >= 0x10000 ? _T(
"Error 0x%X" ) : _T(
"Error %u" ), m_num);
+
+
+
+
+
+
+
1075 template <
class _Elem,
class _Traits,
class _Ax>
+
+
+
+
+
+
+
+
1090 va_start(arg, format);
+
+
+
+
+
+
+
+
+
+
1109 ATLENSURE(format.LoadString(hInstance, nFormatID));
+
+
+
1112 va_start(arg, nFormatID);
+
+
+
+
+
+
+
+
1127 ATLENSURE(format.LoadString(hInstance, nFormatID, wLanguageID));
+
+
+
1130 va_start(arg, nFormatID);
+
+
+
+
-
-
-
-
1147 ATLENSURE(format.LoadString(hInstance, nFormatID));
-
-
-
1150 va_start(arg, nFormatID);
-
-
-
-
-
-
-
-
1165 ATLENSURE(format.LoadString(hInstance, nFormatID, wLanguageID));
+
+
+
+
+
+
+
+
+
+
+
1160 template <
class _Elem,
class _Traits,
class _Ax>
+
+
+
-
-
1168 va_start(arg, nFormatID);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1198 template <
class _Elem,
class _Traits,
class _Ax>
-
-
-
-
-
-
-
-
1213 va_start(arg, format);
-
1214 FormatMessage (FORMAT_MESSAGE_FROM_STRING, format, 0, 0, *
this , &arg);
-
-
-
+
+
+
+
1175 va_start(arg, format);
+
1176 FormatMessage (FORMAT_MESSAGE_FROM_STRING, format, 0, 0, *
this , &arg);
+
+
+
+
+
+
+
+
1193 _Myt format(GetManager());
+
1194 ATLENSURE(format.LoadString(hInstance, nFormatID));
+
+
+
1197 va_start(arg, nFormatID);
+
1198 FormatMessage (FORMAT_MESSAGE_FROM_STRING, format, 0, 0, *
this , &arg);
+
+
+
+
+
+
1211 _Myt format(GetManager());
+
1212 ATLENSURE(format.LoadString(hInstance, nFormatID, wLanguageID));
+
+
+
1215 va_start(arg, nFormatID);
+
1216 FormatMessage (FORMAT_MESSAGE_FROM_STRING, format, 0, 0, *
this , &arg);
+
+
-
-
-
-
1231 _Myt format(GetManager());
-
1232 ATLENSURE(format.LoadString(hInstance, nFormatID));
-
-
-
1235 va_start(arg, nFormatID);
-
1236 FormatMessage (FORMAT_MESSAGE_FROM_STRING, format, 0, 0, *
this , &arg);
-
-
-
-
+
+
1227 basic_string_msg (_In_ DWORD dwFlags, _In_opt_ LPCVOID lpSource, _In_ DWORD dwMessageId, _In_ DWORD dwLanguageId, _In_opt_ va_list *Arguments)
+
+
1229 FormatMessage (dwFlags & ~FORMAT_MESSAGE_ARGUMENT_ARRAY, lpSource, dwMessageId, dwLanguageId, *
this , Arguments);
+
+
+
1237 basic_string_msg (_In_ DWORD dwFlags, _In_opt_ LPCVOID lpSource, _In_ DWORD dwMessageId, _In_ DWORD dwLanguageId, _In_opt_ DWORD_PTR *Arguments)
+
+
1239 FormatMessage (dwFlags | FORMAT_MESSAGE_ARGUMENT_ARRAY, lpSource, dwMessageId, dwLanguageId, *
this , (va_list*)Arguments);
+
+
+
-
1249 _Myt format(GetManager());
-
1250 ATLENSURE(format.LoadString(hInstance, nFormatID, wLanguageID));
+
1249 FormatMessage (dwFlags & ~FORMAT_MESSAGE_ARGUMENT_ARRAY | FORMAT_MESSAGE_FROM_STRING, pszFormat, 0, 0, *
this , Arguments);
+
-
-
1253 va_start(arg, nFormatID);
-
1254 FormatMessage (FORMAT_MESSAGE_FROM_STRING, format, 0, 0, *
this , &arg);
-
-
-
-
-
1265 basic_string_msg (_In_ DWORD dwFlags, _In_opt_ LPCVOID lpSource, _In_ DWORD dwMessageId, _In_ DWORD dwLanguageId, _In_opt_ va_list *Arguments)
-
-
1267 FormatMessage (dwFlags & ~FORMAT_MESSAGE_ARGUMENT_ARRAY, lpSource, dwMessageId, dwLanguageId, *
this , Arguments);
-
-
-
1275 basic_string_msg (_In_ DWORD dwFlags, _In_opt_ LPCVOID lpSource, _In_ DWORD dwMessageId, _In_ DWORD dwLanguageId, _In_opt_ DWORD_PTR *Arguments)
-
-
1277 FormatMessage (dwFlags | FORMAT_MESSAGE_ARGUMENT_ARRAY, lpSource, dwMessageId, dwLanguageId, *
this , (va_list*)Arguments);
-
-
-
-
-
1287 FormatMessage (dwFlags & ~FORMAT_MESSAGE_ARGUMENT_ARRAY | FORMAT_MESSAGE_FROM_STRING, pszFormat, 0, 0, *
this , Arguments);
-
-
-
-
-
1297 FormatMessage (dwFlags | FORMAT_MESSAGE_ARGUMENT_ARRAY | FORMAT_MESSAGE_FROM_STRING, pszFormat, 0, 0, *
this , (va_list*)Arguments);
-
-
-
-
-
-
+
+
+
1259 FormatMessage (dwFlags | FORMAT_MESSAGE_ARGUMENT_ARRAY | FORMAT_MESSAGE_FROM_STRING, pszFormat, 0, 0, *
this , (va_list*)Arguments);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1285 template <
class _Elem,
class _Traits,
class _Ax>
+
+
+
+
+
+
+
1300 sprintf<_Elem, _Traits, _Ax>(*
this , format,
+
+
+
+
1304 guid.Data4[0], guid.Data4[1],
+
1305 guid.Data4[2], guid.Data4[3], guid.Data4[4], guid.Data4[5], guid.Data4[6], guid.Data4[7]);
+
+
+
-
-
-
-
-
+
+
+
-
1323 template <
class _Elem,
class _Traits,
class _Ax>
-
-
-
+
+
1326 basic_string_guid <char, std::char_traits<char>, std::allocator<char> >(guid,
"{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}" )
+
+
-
-
-
1338 sprintf<_Elem, _Traits, _Ax>(*
this , format,
-
-
-
-
1342 guid.Data4[0], guid.Data4[1],
-
1343 guid.Data4[2], guid.Data4[3], guid.Data4[4], guid.Data4[5], guid.Data4[6], guid.Data4[7]);
-
-
-
-
-
-
-
-
-
-
1364 basic_string_guid <char, std::char_traits<char>, std::allocator<char> >(guid,
"{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}" )
-
-
-
-
-
-
-
-
-
-
-
1386 basic_string_guid <wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >(guid, L
"{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}" )
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
1348 basic_string_guid <wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >(guid, L
"{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}" )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1370 #pragma warning(push)
+
1371 #pragma warning(disable: 4100)
+
+
+
+
+
+
+
+
1389 template <
class _Other>
+
+
+
+
+
+
+
+
-
-
-
-
1408 #pragma warning(push)
-
1409 #pragma warning(disable: 4100)
-
-
-
-
-
-
-
-
1427 template <
class _Other>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1450 template <
class _Other>
-
-
-
-
-
-
-
-
1461 SecureZeroMemory(_Ptr, _Size);
-
1462 _Mybase::deallocate(_Ptr, _Size);
-
-
-
-
1466 #pragma warning(pop)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1507 ZeroMemory(m_data, N);
-
-
-
-
-
1515 SecureZeroMemory(m_data, N);
-
-
-
-
1519 unsigned char m_data[N];
-
-
-
-
Base template class to support converting GUID to string.
Definition: Common.h:1325
-
basic_string_guid(const GUID &guid, const _Elem *format)
Initializes a new string and formats its contents to string representation of given GUID.
Definition: Common.h:1336
-
Base template class to support string formatting using FormatMessage() style templates.
Definition: Common.h:1200
-
basic_string_msg(DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, DWORD_PTR *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1275
-
basic_string_msg(DWORD dwFlags, LPCTSTR pszFormat, va_list *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1285
-
basic_string_msg(HINSTANCE hInstance, WORD wLanguageID, UINT nFormatID,...)
Initializes a new string and formats its contents using FormatMessage() style template in resources.
Definition: Common.h:1247
-
basic_string_msg(DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, va_list *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1265
-
basic_string_msg(const _Elem *format,...)
Initializes a new string and formats its contents using FormatMessage() style template.
Definition: Common.h:1210
-
basic_string_msg(HINSTANCE hInstance, UINT nFormatID,...)
Initializes a new string and formats its contents using FormatMessage() style template in resources.
Definition: Common.h:1229
-
basic_string_msg(DWORD dwFlags, LPCTSTR pszFormat, DWORD_PTR *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1295
-
Base template class to support string formatting using printf() style templates.
Definition: Common.h:1115
-
basic_string_printf(const _Elem *format,...)
Initializes a new string and formats its contents using printf() style template.
Definition: Common.h:1125
-
basic_string_printf(HINSTANCE hInstance, WORD wLanguageID, UINT nFormatID,...)
Initializes a new string and formats its contents using printf() style template in resources.
Definition: Common.h:1162
-
basic_string_printf(HINSTANCE hInstance, UINT nFormatID,...)
Initializes a new string and formats its contents using printf() style template in resources.
Definition: Common.h:1144
-
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:869
-
dplhandle< handle_type, INVAL > & operator=(handle_type h) noexcept
Attaches already available object handle.
Definition: Common.h:910
-
handle_type duplicate() const
Duplicates and returns a new object handle.
Definition: Common.h:960
-
dplhandle< handle_type, INVAL > & operator=(dplhandle< handle_type, INVAL > &&h) noexcept
Moves the object.
Definition: Common.h:949
-
bool attach_duplicated(handle_type h)
Duplicates an object handle and sets a new object handle.
Definition: Common.h:974
+
+
+
+
+
1412 template <
class _Other>
+
+
+
+
+
+
+
+
1423 SecureZeroMemory(_Ptr, _Size);
+
1424 _Mybase::deallocate(_Ptr, _Size);
+
+
+
+
1428 #pragma warning(pop)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1469 ZeroMemory(m_data, N);
+
+
+
+
+
1477 SecureZeroMemory(m_data, N);
+
+
+
+
1481 unsigned char m_data[N];
+
+
+
+
Base template class to support converting GUID to string.
Definition: Common.h:1287
+
basic_string_guid(const GUID &guid, const _Elem *format)
Initializes a new string and formats its contents to string representation of given GUID.
Definition: Common.h:1298
+
Base template class to support string formatting using FormatMessage() style templates.
Definition: Common.h:1162
+
basic_string_msg(DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, DWORD_PTR *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1237
+
basic_string_msg(DWORD dwFlags, LPCTSTR pszFormat, va_list *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1247
+
basic_string_msg(HINSTANCE hInstance, WORD wLanguageID, UINT nFormatID,...)
Initializes a new string and formats its contents using FormatMessage() style template in resources.
Definition: Common.h:1209
+
basic_string_msg(DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, va_list *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1227
+
basic_string_msg(const _Elem *format,...)
Initializes a new string and formats its contents using FormatMessage() style template.
Definition: Common.h:1172
+
basic_string_msg(HINSTANCE hInstance, UINT nFormatID,...)
Initializes a new string and formats its contents using FormatMessage() style template in resources.
Definition: Common.h:1191
+
basic_string_msg(DWORD dwFlags, LPCTSTR pszFormat, DWORD_PTR *Arguments)
Initializes a new string and formats its contents using FormatMessage() style.
Definition: Common.h:1257
+
Base template class to support string formatting using printf() style templates.
Definition: Common.h:1077
+
basic_string_printf(const _Elem *format,...)
Initializes a new string and formats its contents using printf() style template.
Definition: Common.h:1087
+
basic_string_printf(HINSTANCE hInstance, WORD wLanguageID, UINT nFormatID,...)
Initializes a new string and formats its contents using printf() style template in resources.
Definition: Common.h:1124
+
basic_string_printf(HINSTANCE hInstance, UINT nFormatID,...)
Initializes a new string and formats its contents using printf() style template in resources.
Definition: Common.h:1106
+
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:831
+
dplhandle< handle_type, INVAL > & operator=(handle_type h) noexcept
Attaches already available object handle.
Definition: Common.h:872
+
handle_type duplicate() const
Duplicates and returns a new object handle.
Definition: Common.h:922
+
dplhandle< handle_type, INVAL > & operator=(dplhandle< handle_type, INVAL > &&h) noexcept
Moves the object.
Definition: Common.h:911
+
bool attach_duplicated(handle_type h)
Duplicates an object handle and sets a new object handle.
Definition: Common.h:936
virtual handle_type duplicate_internal(handle_type h) const noexcept=0
Abstract member function that must be implemented by child classes to do the actual object handle dup...
-
dplhandle(handle_type h) noexcept
Initializes a new class instance with an already available object handle.
Definition: Common.h:883
-
dplhandle< handle_type, INVAL > & operator=(const dplhandle< handle_type, INVAL > &h) noexcept
Duplicates the object.
Definition: Common.h:921
-
dplhandle() noexcept
Initializes a new class instance with the object handle set to INVAL.
Definition: Common.h:874
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
handle_type *& operator*() const
Returns the object handle value when the object handle is a pointer to a value (class,...
Definition: Common.h:697
+
dplhandle(handle_type h) noexcept
Initializes a new class instance with an already available object handle.
Definition: Common.h:845
+
dplhandle< handle_type, INVAL > & operator=(const dplhandle< handle_type, INVAL > &h) noexcept
Duplicates the object.
Definition: Common.h:883
+
dplhandle() noexcept
Initializes a new class instance with the object handle set to INVAL.
Definition: Common.h:836
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
handle_type *& operator*() const
Returns the object handle value when the object handle is a pointer to a value (class,...
Definition: Common.h:659
virtual void free_internal() noexcept=0
Abstract member function that must be implemented by child classes to do the actual object destructio...
-
handle() noexcept
Initializes a new class instance with the object handle set to INVAL.
Definition: Common.h:622
-
bool operator>=(handle_type h) const
Is handle greater than or equal to?
Definition: Common.h:770
-
handle_type operator->() const
Provides object handle member access when the object handle is a pointer to a class or struct.
Definition: Common.h:718
-
handle_type * operator&()
Returns the object handle reference.
Definition: Common.h:707
-
T handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle(handle_type h) noexcept
Initializes a new class instance with an already available object handle.
Definition: Common.h:631
-
bool operator<(handle_type h) const
Is handle less than?
Definition: Common.h:744
-
handle< handle_type, INVAL > & operator=(handle_type h) noexcept
Attaches already available object handle.
Definition: Common.h:658
-
bool operator!() const
Tests if the object handle is INVAL.
Definition: Common.h:731
-
handle< handle_type, INVAL > & operator=(handle< handle_type, INVAL > &&h) noexcept
Move assignment.
Definition: Common.h:670
-
bool operator!=(handle_type h) const
Is handle not equal to?
Definition: Common.h:796
-
void free()
Destroys the object.
Definition: Common.h:843
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:821
-
bool operator==(handle_type h) const
Is handle equal to?
Definition: Common.h:809
-
handle(handle< handle_type, INVAL > &&h) noexcept
Move constructor.
Definition: Common.h:640
-
handle_type detach()
Dismisses the object handle from this class.
Definition: Common.h:833
-
bool operator>(handle_type h) const
Is handle greater than?
Definition: Common.h:783
-
bool operator<=(handle_type h) const
Is handle less than or equal to?
Definition: Common.h:757
-
Numerical runtime error.
Definition: Common.h:1003
-
num_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: Common.h:1026
-
num_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: Common.h:1014
-
error_type number() const
Returns the Windows error number.
Definition: Common.h:1035
-
_Tn error_type
Error number type.
Definition: Common.h:1005
-
error_type m_num
Numeric error code.
Definition: Common.h:1041
-
Helper class for returning pointers to std::unique_ptr (specialization for arrays)
Definition: Common.h:501
-
std::unique_ptr< _Ty[], _Dx > & m_own
Original owner of the pointer.
Definition: Common.h:590
-
ref_unique_ptr(ref_unique_ptr< _Ty[], _Dx > &&other)
Moves object.
Definition: Common.h:535
-
virtual ~ref_unique_ptr()
Returns ownership of the pointer.
Definition: Common.h:563
-
ref_unique_ptr & operator=(std::unique_ptr< _Ty[], _Dx > &owner) noexcept
Takes ownership of the pointer.
Definition: Common.h:520
-
ref_unique_ptr(std::unique_ptr< _Ty[], _Dx > &owner) noexcept
Takes ownership of the pointer.
Definition: Common.h:508
-
_Ty * m_ptr
Pointer.
Definition: Common.h:591
-
ref_unique_ptr & operator=(ref_unique_ptr< _Ty[], _Dx > &&other)
Moves object.
Definition: Common.h:549
+
handle() noexcept
Initializes a new class instance with the object handle set to INVAL.
Definition: Common.h:584
+
bool operator>=(handle_type h) const
Is handle greater than or equal to?
Definition: Common.h:732
+
handle_type operator->() const
Provides object handle member access when the object handle is a pointer to a class or struct.
Definition: Common.h:680
+
handle_type * operator&()
Returns the object handle reference.
Definition: Common.h:669
+
T handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle(handle_type h) noexcept
Initializes a new class instance with an already available object handle.
Definition: Common.h:593
+
bool operator<(handle_type h) const
Is handle less than?
Definition: Common.h:706
+
handle< handle_type, INVAL > & operator=(handle_type h) noexcept
Attaches already available object handle.
Definition: Common.h:620
+
bool operator!() const
Tests if the object handle is INVAL.
Definition: Common.h:693
+
handle< handle_type, INVAL > & operator=(handle< handle_type, INVAL > &&h) noexcept
Move assignment.
Definition: Common.h:632
+
bool operator!=(handle_type h) const
Is handle not equal to?
Definition: Common.h:758
+
void free()
Destroys the object.
Definition: Common.h:805
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:783
+
bool operator==(handle_type h) const
Is handle equal to?
Definition: Common.h:771
+
handle(handle< handle_type, INVAL > &&h) noexcept
Move constructor.
Definition: Common.h:602
+
handle_type detach()
Dismisses the object handle from this class.
Definition: Common.h:795
+
bool operator>(handle_type h) const
Is handle greater than?
Definition: Common.h:745
+
bool operator<=(handle_type h) const
Is handle less than or equal to?
Definition: Common.h:719
+
Numerical runtime error.
Definition: Common.h:965
+
num_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: Common.h:988
+
num_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: Common.h:976
+
error_type number() const
Returns the Windows error number.
Definition: Common.h:997
+
_Tn error_type
Error number type.
Definition: Common.h:967
+
error_type m_num
Numeric error code.
Definition: Common.h:1003
+
std::unique_ptr< _Ty[], _Dx > & m_own
Original owner of the pointer.
Definition: Common.h:539
+
ref_unique_ptr(ref_unique_ptr< _Ty[], _Dx > &&other)
Moves object.
Definition: Common.h:502
+
virtual ~ref_unique_ptr()
Returns ownership of the pointer.
Definition: Common.h:512
+
ref_unique_ptr(std::unique_ptr< _Ty[], _Dx > &owner) noexcept
Takes ownership of the pointer.
Definition: Common.h:492
+
_Ty * m_ptr
Pointer.
Definition: Common.h:540
Helper class for returning pointers to std::unique_ptr.
Definition: Common.h:408
std::unique_ptr< _Ty, _Dx > & m_own
Original owner of the pointer.
Definition: Common.h:462
_Ty * m_ptr
Pointer.
Definition: Common.h:463
ref_unique_ptr(ref_unique_ptr< _Ty, _Dx > &&other)
Moves object.
Definition: Common.h:425
~ref_unique_ptr()
Returns ownership of the pointer.
Definition: Common.h:435
ref_unique_ptr(std::unique_ptr< _Ty, _Dx > &owner)
Takes ownership of the pointer.
Definition: Common.h:415
-
An allocator template that sanitizes each memory block before it is destroyed or reallocated.
Definition: Common.h:1420
-
sanitizing_allocator(const sanitizing_allocator< _Ty > &_Othr)
Construct by copying.
Definition: Common.h:1443
-
void deallocate(pointer _Ptr, size_type _Size)
Deallocate object at _Ptr sanitizing its content first.
Definition: Common.h:1458
-
sanitizing_allocator(const sanitizing_allocator< _Other > &_Othr) noexcept
Construct from a related allocator.
Definition: Common.h:1451
-
std::allocator< _Ty > _Mybase
Base type.
Definition: Common.h:1422
-
sanitizing_allocator() noexcept
Construct default allocator.
Definition: Common.h:1436
-
Sanitizing BLOB.
Definition: Common.h:1500
-
sanitizing_blob()
Constructs uninitialized BLOB.
Definition: Common.h:1505
-
~sanitizing_blob()
Sanitizes BLOB.
Definition: Common.h:1513
-
Single-byte character implementation of a class to support converting GUID to string.
Definition: Common.h:1353
-
string_guid(const GUID &guid)
Initializes a new string and formats its contents to string representation of given GUID.
Definition: Common.h:1363
-
Windows runtime error.
Definition: Common.h:1048
-
tstring msg(DWORD dwLanguageId=0) const
Returns a user-readable Windows error message.
Definition: Common.h:1093
-
win_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: Common.h:1066
-
win_runtime_error(const std::string &msg)
Constructs an exception using GetLastError()
Definition: Common.h:1075
-
win_runtime_error(const char *msg=nullptr)
Constructs an exception using GetLastError()
Definition: Common.h:1084
-
win_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: Common.h:1056
-
Wide character implementation of a class to support converting GUID to string.
Definition: Common.h:1375
-
wstring_guid(const GUID &guid)
Initializes a new string and formats its contents to string representation of given GUID.
Definition: Common.h:1385
+
An allocator template that sanitizes each memory block before it is destroyed or reallocated.
Definition: Common.h:1382
+
sanitizing_allocator(const sanitizing_allocator< _Ty > &_Othr)
Construct by copying.
Definition: Common.h:1405
+
void deallocate(pointer _Ptr, size_type _Size)
Deallocate object at _Ptr sanitizing its content first.
Definition: Common.h:1420
+
sanitizing_allocator(const sanitizing_allocator< _Other > &_Othr) noexcept
Construct from a related allocator.
Definition: Common.h:1413
+
std::allocator< _Ty > _Mybase
Base type.
Definition: Common.h:1384
+
sanitizing_allocator() noexcept
Construct default allocator.
Definition: Common.h:1398
+
Sanitizing BLOB.
Definition: Common.h:1462
+
sanitizing_blob()
Constructs uninitialized BLOB.
Definition: Common.h:1467
+
~sanitizing_blob()
Sanitizes BLOB.
Definition: Common.h:1475
+
Single-byte character implementation of a class to support converting GUID to string.
Definition: Common.h:1315
+
string_guid(const GUID &guid)
Initializes a new string and formats its contents to string representation of given GUID.
Definition: Common.h:1325
+
Windows runtime error.
Definition: Common.h:1010
+
tstring msg(DWORD dwLanguageId=0) const
Returns a user-readable Windows error message.
Definition: Common.h:1055
+
win_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: Common.h:1028
+
win_runtime_error(const std::string &msg)
Constructs an exception using GetLastError()
Definition: Common.h:1037
+
win_runtime_error(const char *msg=nullptr)
Constructs an exception using GetLastError()
Definition: Common.h:1046
+
win_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: Common.h:1018
+
Wide character implementation of a class to support converting GUID to string.
Definition: Common.h:1337
+
wstring_guid(const GUID &guid)
Initializes a new string and formats its contents to string representation of given GUID.
Definition: Common.h:1347
#define WINSTD_STACK_BUFFER_BYTES
Size of the stack buffer in bytes used for initial system function call.
Definition: Common.h:93
-
ref_unique_ptr< _Ty[], _Dx > get_ptr(std::unique_ptr< _Ty[], _Dx > &owner) noexcept
Helper function template for returning pointers to std::unique_ptr (specialization for arrays)
Definition: Common.h:488
std::string tstring
Multi-byte / Wide-character string (according to _UNICODE)
Definition: Common.h:338
-
std::basic_string< wchar_t, std::char_traits< wchar_t >, sanitizing_allocator< wchar_t > > sanitizing_wstring
A sanitizing variant of std::wstring.
Definition: Common.h:1484
-
sanitizing_string sanitizing_tstring
Multi-byte / Wide-character sanitizing string (according to _UNICODE)
Definition: Common.h:1492
-
std::basic_string< char, std::char_traits< char >, sanitizing_allocator< char > > sanitizing_string
A sanitizing variant of std::string.
Definition: Common.h:1475
-
-
-
+
ref_unique_ptr< _Ty, _Dx > get_ptr(std::unique_ptr< _Ty, _Dx > &owner) noexcept
Helper function template for returning pointers to std::unique_ptr.
Definition: Common.h:474
+
std::basic_string< wchar_t, std::char_traits< wchar_t >, sanitizing_allocator< wchar_t > > sanitizing_wstring
A sanitizing variant of std::wstring.
Definition: Common.h:1446
+
sanitizing_string sanitizing_tstring
Multi-byte / Wide-character sanitizing string (according to _UNICODE)
Definition: Common.h:1454
+
std::basic_string< char, std::char_traits< char >, sanitizing_allocator< char > > sanitizing_string
A sanitizing variant of std::string.
Definition: Common.h:1437
+
+
+
-
+
-
+
-
-
-
static const T invalid
Invalid handle value.
Definition: Common.h:617
+
+
+
static const T invalid
Invalid handle value.
Definition: Common.h:579
LocalFree_delete() noexcept
Default construct.
Definition: Common.h:381
LocalFree_delete< _Ty > _Myt
This type.
Definition: Common.h:376
void operator()(_Other *) const
Delete a pointer of another type.
Definition: Common.h:397
@@ -1036,12 +1016,12 @@ $(function() {
LocalFree_delete(const LocalFree_delete< _Ty2 > &)
Construct from another LocalFree_delete.
Definition: Common.h:357
void operator()(_Ty *_Ptr) const
Delete a pointer.
Definition: Common.h:364
LocalFree_delete()
Default construct.
Definition: Common.h:352
-
Convert this type to sanitizing_allocator<_Other>
Definition: Common.h:1429
-
sanitizing_allocator< _Other > other
Other type.
Definition: Common.h:1430
+
Convert this type to sanitizing_allocator<_Other>
Definition: Common.h:1391
+
sanitizing_allocator< _Other > other
Other type.
Definition: Common.h:1392
diff --git a/_cred_8h_source.html b/_cred_8h_source.html
index 8d5492c0..b3151c3a 100644
--- a/_cred_8h_source.html
+++ b/_cred_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/Cred.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -261,7 +268,7 @@ $(function() {
diff --git a/_crypt_8h_source.html b/_crypt_8h_source.html
index 29b5b8a0..0cd99574 100644
--- a/_crypt_8h_source.html
+++ b/_crypt_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/Crypt.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -703,12 +710,12 @@ $(function() {
data_blob(BYTE *data, DWORD size) noexcept
Initializes a BLOB from existing data.
Definition: Crypt.h:682
DWORD size() const noexcept
Get BLOB size.
Definition: Crypt.h:762
data_blob & operator=(const DATA_BLOB &other)
Copy an existing BLOB.
Definition: Crypt.h:725
-
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:869
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
PCCERT_CONTEXT handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:821
-
Windows runtime error.
Definition: Common.h:1048
+
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:831
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
T handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:783
+
Windows runtime error.
Definition: Common.h:1010
static bool CryptImportPublicKeyInfo(HCRYPTPROV hCryptProv, DWORD dwCertEncodingType, PCERT_PUBLIC_KEY_INFO pInfo, winstd::crypt_key &key)
Imports the public key.
Definition: Crypt.h:879
static BOOL WINAPI CertGetCertificateContextProperty(PCCERT_CONTEXT pCertContext, DWORD dwPropId, std::vector< _Ty, _Ax > &aData)
Retrieves the information contained in an extended property of a certificate context.
Definition: Crypt.h:59
static BOOL CertGetCertificateChain(HCERTCHAINENGINE hChainEngine, PCCERT_CONTEXT pCertContext, LPFILETIME pTime, HCERTSTORE hAdditionalStore, PCERT_CHAIN_PARA pChainPara, DWORD dwFlags, LPVOID pvReserved, winstd::cert_chain_context &ctx)
The CertGetCertificateChain function builds a certificate chain context starting from an end certific...
Definition: Crypt.h:799
@@ -728,11 +735,11 @@ $(function() {
#define WINSTD_STACK_BUFFER_BYTES
Size of the stack buffer in bytes used for initial system function call.
Definition: Common.h:93
#define WINSTD_DPLHANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:175
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const PCCERT_CONTEXT invalid
Invalid handle value.
Definition: Common.h:617
+
static const T invalid
Invalid handle value.
Definition: Common.h:579
diff --git a/_e_a_p_8h_source.html b/_e_a_p_8h_source.html
index 81d6907c..587a4e47 100644
--- a/_e_a_p_8h_source.html
+++ b/_e_a_p_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/EAP.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -532,7 +539,7 @@ $(function() {
-
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:869
+
Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:831
EAP_ATTRIBUTE wrapper class.
Definition: EAP.h:213
eap_attr() noexcept
Initializes a new EAP attribute set to eatReserved.
Definition: EAP.h:218
eap_attr(eap_attr &&a) noexcept
Moves an existing EAP attribute.
Definition: EAP.h:243
@@ -573,11 +580,11 @@ $(function() {
std::wstring m_root_cause_desc
A localized and readable string that describes the root cause of the error.
Definition: EAP.h:679
const GUID & help_link_id() const noexcept
Returns help_link ID.
Definition: EAP.h:668
DWORD m_reason
The reason code for the error.
Definition: EAP.h:676
-
EapPacket * handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:821
-
Windows runtime error.
Definition: Common.h:1048
-
tstring msg(DWORD dwLanguageId=0) const
Returns a user-readable Windows error message.
Definition: Common.h:1093
+
T handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:783
+
Windows runtime error.
Definition: Common.h:1010
+
tstring msg(DWORD dwLanguageId=0) const
Returns a user-readable Windows error message.
Definition: Common.h:1055
std::unique_ptr< EAP_ERROR, EapHostPeerFreeEapError_delete > eap_error_runtime
EAP_ERROR wrapper class.
Definition: EAP.h:205
std::unique_ptr< BYTE[], EapHostPeerFreeMemory_delete > eap_blob
EapHost BLOB wrapper class.
Definition: EAP.h:128
static bool operator==(const EAP_METHOD_TYPE &a, const EAP_METHOD_TYPE &b) noexcept
Are EAP method types equal?
Definition: EAP.h:39
@@ -607,7 +614,7 @@ $(function() {
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_DPLHANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:175
-
static const EapPacket * invalid
Invalid handle value.
Definition: Common.h:617
+
static const T invalid
Invalid handle value.
Definition: Common.h:579
Deleter for unique_ptr to EAP_ERROR using EapHostPeerFreeEapError.
Definition: EAP.h:185
EapHostPeerFreeEapError_delete() noexcept
Default constructor.
Definition: EAP.h:189
void operator()(EAP_ERROR *_Ptr) const noexcept
Delete a pointer.
Definition: EAP.h:196
@@ -623,7 +630,7 @@ $(function() {
diff --git a/_e_t_w_8h_source.html b/_e_t_w_8h_source.html
index bf2e26b8..fa0b6dad 100644
--- a/_e_t_w_8h_source.html
+++ b/_e_t_w_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/ETW.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -972,11 +979,11 @@ $(function() {
ETW trace.
Definition: ETW.h:906
virtual ~event_trace()
Closes the trace.
Definition: ETW.h:915
void free_internal() noexcept override
Closes the trace.
Definition: ETW.h:927
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
handle() noexcept
Initializes a new class instance with the object handle set to INVAL.
Definition: Common.h:622
-
REGHANDLE handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:821
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
handle() noexcept
Initializes a new class instance with the object handle set to INVAL.
Definition: Common.h:584
+
REGHANDLE handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:783
static ULONG TdhGetEventInformation(PEVENT_RECORD pEvent, ULONG TdhContextCount, PTDH_CONTEXT pTdhContext, std::unique_ptr< TRACE_EVENT_INFO > &info)
Retrieves metadata about an event.
Definition: ETW.h:58
static ULONG TdhGetProperty(PEVENT_RECORD pEvent, ULONG TdhContextCount, PTDH_CONTEXT pTdhContext, ULONG PropertyDataCount, PPROPERTY_DATA_DESCRIPTOR pPropertyData, std::vector< _Ty, _Ax > &aData)
Retrieves a property value from the event data.
Definition: ETW.h:33
static ULONG TdhGetEventMapInformation(PEVENT_RECORD pEvent, LPWSTR pMapName, std::unique_ptr< EVENT_MAP_INFO > &info)
Retrieves information about the event map contained in the event.
Definition: ETW.h:84
@@ -985,11 +992,11 @@ $(function() {
#define WINSTD_STACK_BUFFER_BYTES
Size of the stack buffer in bytes used for initial system function call.
Definition: Common.h:93
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const REGHANDLE invalid
Invalid handle value.
Definition: Common.h:617
+
static const REGHANDLE invalid
Invalid handle value.
Definition: Common.h:579
diff --git a/_g_d_i_8h_source.html b/_g_d_i_8h_source.html
index 496c55b6..96bbc7a9 100644
--- a/_g_d_i_8h_source.html
+++ b/_g_d_i_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/GDI.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -204,9 +211,9 @@ $(function() {
Windows HGDIOBJ wrapper class.
Definition: GDI.h:22
void free_internal() noexcept override
Closes an open object handle.
Definition: GDI.h:43
virtual ~gdi_handle()
Closes an open object handle.
Definition: GDI.h:31
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
HDC handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
HDC handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
Device context wrapper class.
Definition: GDI.h:84
HWND m_hwnd
Window handle.
Definition: GDI.h:145
window_dc(handle_type h, HWND hwnd) noexcept
Initializes a device context from existing data.
Definition: GDI.h:96
@@ -218,11 +225,11 @@ $(function() {
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:74
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const T invalid
Invalid handle value.
Definition: Common.h:617
+
static const T invalid
Invalid handle value.
Definition: Common.h:579
diff --git a/_m_s_i_8h_source.html b/_m_s_i_8h_source.html
index b2231a22..fd14434f 100644
--- a/_m_s_i_8h_source.html
+++ b/_m_s_i_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/MSI.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -253,7 +260,7 @@ $(function() {
208 if (uiResult == ERROR_SUCCESS) {
209 binData.resize((dwSize +
sizeof (_Ty) - 1) /
sizeof (_Ty));
-
+
210 return ::MsiRecordReadStream(hRecord, iField,
reinterpret_cast< char *
> (binData.data()), &dwSize);
@@ -377,7 +384,7 @@ $(function() {
diff --git a/_s_d_d_l_8h_source.html b/_s_d_d_l_8h_source.html
index 2762ed03..86d36ae9 100644
--- a/_s_d_d_l_8h_source.html
+++ b/_s_d_d_l_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/SDDL.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -167,7 +174,7 @@ $(function() {
diff --git a/_sec_8h_source.html b/_sec_8h_source.html
index 7ed005a2..e313a9c2 100644
--- a/_sec_8h_source.html
+++ b/_sec_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/Sec.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -331,12 +338,12 @@ $(function() {
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
PCredHandle handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:821
-
Numerical runtime error.
Definition: Common.h:1003
-
SECURITY_STATUS error_type
Error number type.
Definition: Common.h:1005
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
PCredHandle handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:783
+
Numerical runtime error.
Definition: Common.h:965
+
SECURITY_STATUS error_type
Error number type.
Definition: Common.h:967
SecBufferDesc wrapper class.
Definition: Sec.h:325
virtual ~sec_buffer_desc()
Frees the security buffer descriptor.
Definition: Sec.h:342
sec_buffer_desc(PSecBuffer buf, ULONG count, ULONG version=SECBUFFER_VERSION)
Initializes security buffer descriptor.
Definition: Sec.h:330
@@ -365,11 +372,11 @@ $(function() {
sec_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: Sec.h:370
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_STACK_BUFFER_BYTES
Size of the stack buffer in bytes used for initial system function call.
Definition: Common.h:93
-
static const PCredHandle invalid
Invalid handle value.
Definition: Common.h:617
+
static const PCredHandle invalid
Invalid handle value.
Definition: Common.h:579
diff --git a/_setup_a_p_i_8h_source.html b/_setup_a_p_i_8h_source.html
index b0932880..6ebf1c6f 100644
--- a/_setup_a_p_i_8h_source.html
+++ b/_setup_a_p_i_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/SetupAPI.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -139,8 +146,8 @@ $(function() {
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
handle_type m_h
Object handle.
Definition: Common.h:858
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
handle_type m_h
Object handle.
Definition: Common.h:820
HDEVINFO wrapper class.
Definition: SetupAPI.h:26
virtual ~setup_device_info_list()
Frees the device information set.
Definition: SetupAPI.h:35
void free_internal() noexcept override
Frees the device information set.
Definition: SetupAPI.h:47
@@ -151,11 +158,11 @@ $(function() {
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:74
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const HDEVINFO invalid
Invalid handle value.
Definition: Common.h:617
+
static const HDEVINFO invalid
Invalid handle value.
Definition: Common.h:579
diff --git a/_shell_8h_source.html b/_shell_8h_source.html
index 642d2a1f..ffb9cedf 100644
--- a/_shell_8h_source.html
+++ b/_shell_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/Shell.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ $(function() {
diff --git a/_w_l_a_n_8h_source.html b/_w_l_a_n_8h_source.html
index 65e12331..fe6a84df 100644
--- a/_w_l_a_n_8h_source.html
+++ b/_w_l_a_n_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/WLAN.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -188,13 +195,13 @@ $(function() {
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
handle_type m_h
Object handle.
Definition: Common.h:858
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
handle_type m_h
Object handle.
Definition: Common.h:820
WLAN handle wrapper.
Definition: WLAN.h:131
virtual ~wlan_handle()
Closes a connection to the server.
Definition: WLAN.h:140
void free_internal() noexcept override
Closes a connection to the server.
Definition: WLAN.h:152
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const HANDLE invalid
Invalid handle value.
Definition: Common.h:617
+
static const HANDLE invalid
Invalid handle value.
Definition: Common.h:579
static DWORD WlanOpenHandle(DWORD dwClientVersion, PVOID pReserved, PDWORD pdwNegotiatedVersion, winstd::wlan_handle &handle)
Opens a connection to the server.
Definition: WLAN.h:170
static DWORD WlanReasonCodeToString(DWORD dwReasonCode, std::basic_string< wchar_t, _Traits, _Ax > &sValue, __reserved PVOID pReserved)
Retrieves a string that describes a specified reason code and stores it in a std::wstring string.
Definition: WLAN.h:34
WlanFreeMemory_delete()
Default construct.
Definition: WLAN.h:105
@@ -209,7 +216,7 @@ $(function() {
diff --git a/_win_8h_source.html b/_win_8h_source.html
index 72ff4f2e..094b1228 100644
--- a/_win_8h_source.html
+++ b/_win_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/Win.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -203,7 +210,7 @@ $(function() {
147 if (dwVerInfoSize != 0) {
149 aValue.resize((dwVerInfoSize +
sizeof (_Ty) - 1) /
sizeof (_Ty));
-
+
150 return ::GetFileVersionInfoA(lptstrFilename, dwHandle, dwVerInfoSize, aValue.data());
@@ -218,7 +225,7 @@ $(function() {
167 if (dwVerInfoSize != 0) {
169 aValue.resize((dwVerInfoSize +
sizeof (_Ty) - 1) /
sizeof (_Ty));
-
+
170 return ::GetFileVersionInfoW(lptstrFilename, dwHandle, dwVerInfoSize, aValue.data());
@@ -1780,7 +1787,7 @@ $(function() {
actctx_activator(HANDLE hActCtx) noexcept
Construct the activator and activates the given activation context.
Definition: Win.h:1796
virtual ~actctx_activator()
Deactivates activation context and destructs the activator.
Definition: Win.h:1807
ULONG_PTR m_cookie
Cookie for context deactivation.
Definition: Win.h:1814
-
Base template class to support string formatting using printf() style templates.
Definition: Common.h:1115
+
Base template class to support string formatting using printf() style templates.
Definition: Common.h:1077
Console control handler stack management.
Definition: Win.h:1857
console_ctrl_handler(PHANDLER_ROUTINE HandlerRoutine) noexcept
Construct the console control handler object and pushes the given handler to the console control hand...
Definition: Win.h:1869
virtual ~console_ctrl_handler()
Pops console control handler from the console control handler stack.
Definition: Win.h:1879
@@ -1796,10 +1803,10 @@ $(function() {
Find-file handle wrapper.
Definition: Win.h:1558
virtual ~find_file()
Closes a file search handle.
Definition: Win.h:1567
void free_internal() noexcept override
Closes a file search handle.
Definition: Win.h:1579
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
LPVOID handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:821
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
LPVOID handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:783
HeapAlloc allocator.
Definition: Win.h:1669
SIZE_T size_type
An unsigned integral type that can represent the length of any sequence that an object of template cl...
Definition: Win.h:1678
_Ty value_type
A type that is managed by the allocator.
Definition: Win.h:1671
@@ -1854,14 +1861,14 @@ $(function() {
Windows HANDLE wrapper class.
Definition: Win.h:1346
void free_internal() noexcept override
Closes an open object handle.
Definition: Win.h:1367
virtual ~win_handle()
Closes an open object handle.
Definition: Win.h:1355
-
Windows runtime error.
Definition: Common.h:1048
+
Windows runtime error.
Definition: Common.h:1010
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_STACK_BUFFER_BYTES
Size of the stack buffer in bytes used for initial system function call.
Definition: Common.h:93
#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:74
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const HANDLE invalid
Invalid handle value.
Definition: Common.h:617
+
static const HANDLE invalid
Invalid handle value.
Definition: Common.h:579
static int NormalizeString(NORM_FORM NormForm, LPCWSTR lpSrcString, int cwSrcLength, std::basic_string< wchar_t, _Traits, _Ax > &sDstString) noexcept
Normalizes characters of a text string according to Unicode 4.0 TR#15.
Definition: Win.h:970
static int SecureWideCharToMultiByte(UINT CodePage, DWORD dwFlags, LPCWSTR lpWideCharStr, int cchWideChar, std::basic_string< char, _Traits, _Ax > &sMultiByteStr, LPCSTR lpDefaultChar, LPBOOL lpUsedDefaultChar) noexcept
Maps a UTF-16 (wide character) string to a std::string. The new character string is not necessarily f...
Definition: Win.h:713
static DWORD ExpandEnvironmentStringsA(LPCSTR lpSrc, std::basic_string< char, _Traits, _Ax > &sValue) noexcept
Expands environment-variable strings, replaces them with the values defined for the current user,...
Definition: Win.h:177
@@ -1919,7 +1926,7 @@ $(function() {
diff --git a/_win_sock2_8h_source.html b/_win_sock2_8h_source.html
index e6cab6b9..89c82d90 100644
--- a/_win_sock2_8h_source.html
+++ b/_win_sock2_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/WinSock2.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -203,11 +210,11 @@ $(function() {
SID wrapper class.
Definition: WinSock2.h:95
void free_internal() noexcept override
Frees address information.
Definition: WinSock2.h:116
virtual ~addrinfo()
Frees address information.
Definition: WinSock2.h:104
-
Base abstract template class to support generic object handle keeping.
Definition: Common.h:607
-
handle_type m_h
Object handle.
Definition: Common.h:858
-
Numerical runtime error.
Definition: Common.h:1003
-
int error_type
Error number type.
Definition: Common.h:1005
-
error_type m_num
Numeric error code.
Definition: Common.h:1041
+
Base abstract template class to support generic object handle keeping.
Definition: Common.h:569
+
handle_type m_h
Object handle.
Definition: Common.h:820
+
Numerical runtime error.
Definition: Common.h:965
+
int error_type
Error number type.
Definition: Common.h:967
+
error_type m_num
Numeric error code.
Definition: Common.h:1003
SID wrapper class.
Definition: WinSock2.h:128
virtual ~waddrinfo()
Frees address information.
Definition: WinSock2.h:137
void free_internal() noexcept override
Frees address information.
Definition: WinSock2.h:149
@@ -224,11 +231,11 @@ $(function() {
#define WINSTD_HANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:163
-
static const PADDRINFOA invalid
Invalid handle value.
Definition: Common.h:617
+
static const PADDRINFOA invalid
Invalid handle value.
Definition: Common.h:579
diff --git a/_win_trust_8h_source.html b/_win_trust_8h_source.html
index b7cb6da1..e362c12e 100644
--- a/_win_trust_8h_source.html
+++ b/_win_trust_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd/WinTrust.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -114,7 +121,7 @@ $(function() {
-
Windows runtime error.
Definition: Common.h:1048
+
Windows runtime error.
Definition: Common.h:1010
WinTrust engine wrapper class.
Definition: WinTrust.h:23
wintrust(HWND hwnd, const GUID &action, WINTRUST_DATA &wtd)
Initializes a new class instance.
Definition: WinTrust.h:31
virtual ~wintrust()
Destroys the WinTrust context.
Definition: WinTrust.h:44
@@ -123,7 +130,7 @@ $(function() {
diff --git a/annotated.html b/annotated.html
index 02348069..25146e0f 100644
--- a/annotated.html
+++ b/annotated.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class List
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/bc_sd.png b/bc_sd.png
new file mode 100644
index 00000000..31ca888d
Binary files /dev/null and b/bc_sd.png differ
diff --git a/classes.html b/classes.html
index 2a1730aa..9f8d005c 100644
--- a/classes.html
+++ b/classes.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Index
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/classwinstd_1_1actctx__activator-members.html b/classwinstd_1_1actctx__activator-members.html
index 8d897093..1959dfe6 100644
--- a/classwinstd_1_1actctx__activator-members.html
+++ b/classwinstd_1_1actctx__activator-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
diff --git a/classwinstd_1_1actctx__activator.html b/classwinstd_1_1actctx__activator.html
index 630c4373..72ad740e 100644
--- a/classwinstd_1_1actctx__activator.html
+++ b/classwinstd_1_1actctx__activator.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::actctx_activator Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ ULONG_PTR
m_cookie Activates given activation context in constructor and deactivates it in destructor.
-◆ actctx_activator()
+◆ actctx_activator()
@@ -135,7 +142,7 @@ ULONG_PTR
m_cookie
-
◆ ~actctx_activator()
+
◆ ~actctx_activator()
@@ -168,7 +175,7 @@ ULONG_PTR
m_cookie
diff --git a/classwinstd_1_1addrinfo-members.html b/classwinstd_1_1addrinfo-members.html
index 47d86a3e..66f9f56c 100644
--- a/classwinstd_1_1addrinfo-members.html
+++ b/classwinstd_1_1addrinfo-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1addrinfo.html b/classwinstd_1_1addrinfo.html
index 9d3a946b..fb1326a0 100644
--- a/classwinstd_1_1addrinfo.html
+++ b/classwinstd_1_1addrinfo.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::addrinfo Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const PADDRINFOA
in
See also GetAddrInfoA function
-◆ ~addrinfo()
+◆ ~addrinfo()
@@ -216,7 +223,7 @@ static const PADDRINFOA
in
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const PADDRINFOA
in
diff --git a/classwinstd_1_1addrinfo.png b/classwinstd_1_1addrinfo.png
index de38468f..1fa33f90 100644
Binary files a/classwinstd_1_1addrinfo.png and b/classwinstd_1_1addrinfo.png differ
diff --git a/classwinstd_1_1basic__string__guid-members.html b/classwinstd_1_1basic__string__guid-members.html
index ce2bd7ed..542799d3 100644
--- a/classwinstd_1_1basic__string__guid-members.html
+++ b/classwinstd_1_1basic__string__guid-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,7 +84,7 @@ $(function() {
diff --git a/classwinstd_1_1basic__string__guid.html b/classwinstd_1_1basic__string__guid.html
index 2a93396d..e3c0910f 100644
--- a/classwinstd_1_1basic__string__guid.html
+++ b/classwinstd_1_1basic__string__guid.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::basic_string_guid< _Elem, _Traits, _Ax > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -96,7 +103,7 @@ Public Member Functions
class winstd::basic_string_guid< _Elem, _Traits, _Ax >
Base template class to support converting GUID to string.
-◆ basic_string_guid()
+◆ basic_string_guid()
@@ -148,7 +155,7 @@ template<class _Elem , class _Traits , class _Ax >
diff --git a/classwinstd_1_1basic__string__guid.png b/classwinstd_1_1basic__string__guid.png
index c10780b3..8a5d3f75 100644
Binary files a/classwinstd_1_1basic__string__guid.png and b/classwinstd_1_1basic__string__guid.png differ
diff --git a/classwinstd_1_1basic__string__msg-members.html b/classwinstd_1_1basic__string__msg-members.html
index 34dadf58..b7cf29cc 100644
--- a/classwinstd_1_1basic__string__msg-members.html
+++ b/classwinstd_1_1basic__string__msg-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -83,7 +90,7 @@ $(function() {
diff --git a/classwinstd_1_1basic__string__msg.html b/classwinstd_1_1basic__string__msg.html
index 5c48f77e..afbbf015 100644
--- a/classwinstd_1_1basic__string__msg.html
+++ b/classwinstd_1_1basic__string__msg.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::basic_string_msg< _Elem, _Traits, _Ax > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -116,7 +123,7 @@ Public Member Functions
class winstd::basic_string_msg< _Elem, _Traits, _Ax >
Base template class to support string formatting using FormatMessage()
style templates.
-◆ basic_string_msg() [1/7]
+◆ basic_string_msg() [1/7]
@@ -162,7 +169,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_msg() [2/7]
+◆ basic_string_msg() [2/7]
@@ -215,7 +222,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_msg() [3/7]
+◆ basic_string_msg() [3/7]
@@ -275,7 +282,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_msg() [4/7]
+◆ basic_string_msg() [4/7]
@@ -334,7 +341,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_msg() [5/7]
+◆ basic_string_msg() [5/7]
@@ -393,7 +400,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_msg() [6/7]
+◆ basic_string_msg() [6/7]
@@ -440,7 +447,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_msg() [7/7]
+◆ basic_string_msg() [7/7]
@@ -492,7 +499,7 @@ template<class _Elem , class _Traits , class _Ax >
diff --git a/classwinstd_1_1basic__string__msg.png b/classwinstd_1_1basic__string__msg.png
index eb4c960f..54763ebc 100644
Binary files a/classwinstd_1_1basic__string__msg.png and b/classwinstd_1_1basic__string__msg.png differ
diff --git a/classwinstd_1_1basic__string__printf-members.html b/classwinstd_1_1basic__string__printf-members.html
index 0fd54d4f..7ce4365a 100644
--- a/classwinstd_1_1basic__string__printf-members.html
+++ b/classwinstd_1_1basic__string__printf-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
diff --git a/classwinstd_1_1basic__string__printf.html b/classwinstd_1_1basic__string__printf.html
index 0582a559..77d8f6ce 100644
--- a/classwinstd_1_1basic__string__printf.html
+++ b/classwinstd_1_1basic__string__printf.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::basic_string_printf< _Elem, _Traits, _Ax > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -103,7 +110,7 @@ Public Member Functions
class winstd::basic_string_printf< _Elem, _Traits, _Ax >
Base template class to support string formatting using printf()
style templates.
-◆ basic_string_printf() [1/3]
+◆ basic_string_printf() [1/3]
@@ -149,7 +156,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_printf() [2/3]
+◆ basic_string_printf() [2/3]
@@ -202,7 +209,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ basic_string_printf() [3/3]
+◆ basic_string_printf() [3/3]
@@ -267,7 +274,7 @@ template<class _Elem , class _Traits , class _Ax >
diff --git a/classwinstd_1_1basic__string__printf.png b/classwinstd_1_1basic__string__printf.png
index 7928c94e..4d8c1c9c 100644
Binary files a/classwinstd_1_1basic__string__printf.png and b/classwinstd_1_1basic__string__printf.png differ
diff --git a/classwinstd_1_1bstr-members.html b/classwinstd_1_1bstr-members.html
index 1a88890a..9a1e2ed2 100644
--- a/classwinstd_1_1bstr-members.html
+++ b/classwinstd_1_1bstr-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,47 +80,47 @@ $(function() {
This is the complete list of members for winstd::bstr , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< BSTR, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< BSTR, NULL > inline
bstr (LPCOLESTR src) noexceptwinstd::bstr inline
bstr (LPCOLESTR src, UINT len) noexceptwinstd::bstr inline
bstr (const std::basic_string< wchar_t, _Traits, _Ax > &src) noexceptwinstd::bstr inline
- detach ()winstd::handle< BSTR, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< BSTR, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< BSTR, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< BSTR, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< BSTR, NULL > inline
duplicate () constwinstd::dplhandle< BSTR, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::bstr inline protected virtual
- free ()winstd::handle< BSTR, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::bstr inline protected virtual
- handle () noexceptwinstd::handle< BSTR, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< BSTR, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< BSTR, INVAL > inline
- handle_type typedefwinstd::handle< BSTR, INVAL >
- invalid winstd::handle< BSTR, INVAL > static
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
length () const noexceptwinstd::bstr inline
- m_h winstd::handle< BSTR, INVAL > protected
- operator handle_type () constwinstd::handle< BSTR, INVAL > inline
- operator! () constwinstd::handle< BSTR, INVAL > inline
- operator!= (handle_type h) constwinstd::handle< BSTR, INVAL > inline
- operator& ()winstd::handle< BSTR, INVAL > inline
- operator* () constwinstd::handle< BSTR, INVAL > inline
- operator-> () constwinstd::handle< BSTR, INVAL > inline
- operator< (handle_type h) constwinstd::handle< BSTR, INVAL > inline
- operator<= (handle_type h) constwinstd::handle< BSTR, INVAL > inline
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
+ operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
+ operator< (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< BSTR, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< BSTR, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< BSTR, NULL > inline
- handle< BSTR, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< BSTR, INVAL > inline
- operator== (handle_type h) constwinstd::handle< BSTR, INVAL > inline
- operator> (handle_type h) constwinstd::handle< BSTR, INVAL > inline
- operator>= (handle_type h) constwinstd::handle< BSTR, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ operator== (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator> (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
~bstr ()winstd::bstr inline virtual
diff --git a/classwinstd_1_1bstr.html b/classwinstd_1_1bstr.html
index 04cd0903..b6f0ecd6 100644
--- a/classwinstd_1_1bstr.html
+++ b/classwinstd_1_1bstr.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::bstr Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::bstr:
-
+
- Public Types inherited from winstd::handle< BSTR, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef BSTR handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< BSTR, INVAL >
-
-static const BSTR invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< BSTR, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -238,7 +245,7 @@ static const BSTR invalid<
-◆ ~bstr()
+◆ ~bstr()
@@ -267,7 +274,7 @@ static const BSTR
invalid<
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -305,7 +312,7 @@ static const BSTR
invalid<
-◆ free_internal()
+◆ free_internal()
@@ -330,12 +337,12 @@ static const BSTR
invalid<
Destroys the string.
See also SysFreeString function
-Implements winstd::handle< BSTR, INVAL > .
+Implements winstd::handle< T, INVAL > .
-◆ length()
+◆ length()
@@ -368,7 +375,7 @@ static const BSTR
invalid<
diff --git a/classwinstd_1_1bstr.png b/classwinstd_1_1bstr.png
index 0c227ad0..5d4f5197 100644
Binary files a/classwinstd_1_1bstr.png and b/classwinstd_1_1bstr.png differ
diff --git a/classwinstd_1_1cert__chain__context-members.html b/classwinstd_1_1cert__chain__context-members.html
index 4e846fb6..f0b54ec7 100644
--- a/classwinstd_1_1cert__chain__context-members.html
+++ b/classwinstd_1_1cert__chain__context-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,43 +80,43 @@ $(function() {
This is the complete list of members for winstd::cert_chain_context , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
- detach ()winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
duplicate () constwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::cert_chain_context inline protected virtual
- free ()winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::cert_chain_context inline protected virtual
- handle () noexceptwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- handle_type typedefwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL >
- invalid winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > static
- m_h winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > protected
- operator handle_type () constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator! () constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator!= (handle_type h) constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator& ()winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator* () constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator-> () constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator< (handle_type h) constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator<= (handle_type h) constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
+ operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
+ operator< (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< PCCERT_CHAIN_CONTEXT, NULL > inline
- handle< PCCERT_CHAIN_CONTEXT, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator== (handle_type h) constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator> (handle_type h) constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
- operator>= (handle_type h) constwinstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ operator== (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator> (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
~cert_chain_context ()winstd::cert_chain_context inline virtual
diff --git a/classwinstd_1_1cert__chain__context.html b/classwinstd_1_1cert__chain__context.html
index 867f5938..ea17b0df 100644
--- a/classwinstd_1_1cert__chain__context.html
+++ b/classwinstd_1_1cert__chain__context.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::cert_chain_context Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::cert_chain_context:
-
+
- Public Types inherited from winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef PCCERT_CHAIN_CONTEXT handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL >
-
-static const PCCERT_CHAIN_CONTEXT invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -223,7 +230,7 @@ static const PCCERT_CHAIN_CONTEXT See also CertGetCertificateChain function
-◆ ~cert_chain_context()
+◆ ~cert_chain_context()
@@ -252,7 +259,7 @@ static const PCCERT_CHAIN_CONTEXT
Member Function Documentation
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -290,7 +297,7 @@ static const PCCERT_CHAIN_CONTEXT
-◆ free_internal()
+◆ free_internal()
@@ -315,7 +322,7 @@ static const PCCERT_CHAIN_CONTEXT
See also CertFreeCertificateChain function
-Implements winstd::handle< PCCERT_CHAIN_CONTEXT, INVAL > .
+Implements winstd::handle< T, INVAL > .
@@ -325,7 +332,7 @@ static const PCCERT_CHAIN_CONTEXT
diff --git a/classwinstd_1_1cert__chain__context.png b/classwinstd_1_1cert__chain__context.png
index c7a5b25f..667669a2 100644
Binary files a/classwinstd_1_1cert__chain__context.png and b/classwinstd_1_1cert__chain__context.png differ
diff --git a/classwinstd_1_1cert__context-members.html b/classwinstd_1_1cert__context-members.html
index 6e1b9870..b86c332e 100644
--- a/classwinstd_1_1cert__context-members.html
+++ b/classwinstd_1_1cert__context-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,49 +80,49 @@ $(function() {
This is the complete list of members for winstd::cert_context , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< PCCERT_CONTEXT, NULL > inline
- detach ()winstd::handle< PCCERT_CONTEXT, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
duplicate () constwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::cert_context inline protected virtual
- free ()winstd::handle< PCCERT_CONTEXT, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::cert_context inline protected virtual
- handle () noexceptwinstd::handle< PCCERT_CONTEXT, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< PCCERT_CONTEXT, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< PCCERT_CONTEXT, INVAL > inline
- handle_type typedefwinstd::handle< PCCERT_CONTEXT, INVAL >
- invalid winstd::handle< PCCERT_CONTEXT, INVAL > static
- m_h winstd::handle< PCCERT_CONTEXT, INVAL > protected
- operator handle_type () constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
- operator! () constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
operator!= (const handle_type &other) const noexceptwinstd::cert_context inline
- dplhandle< PCCERT_CONTEXT, NULL >::operator!= (handle_type h) constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
- operator& ()winstd::handle< PCCERT_CONTEXT, INVAL > inline
- operator* () constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
- operator-> () constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ dplhandle< PCCERT_CONTEXT, NULL >::operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
operator< (const handle_type &other) const noexceptwinstd::cert_context inline
- dplhandle< PCCERT_CONTEXT, NULL >::operator< (handle_type h) constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ dplhandle< PCCERT_CONTEXT, NULL >::operator< (handle_type h) constwinstd::handle< T, INVAL > inline
operator<= (const handle_type &other) const noexceptwinstd::cert_context inline
- dplhandle< PCCERT_CONTEXT, NULL >::operator<= (handle_type h) constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ dplhandle< PCCERT_CONTEXT, NULL >::operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< PCCERT_CONTEXT, NULL > inline
- handle< PCCERT_CONTEXT, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
operator== (const handle_type &other) const noexceptwinstd::cert_context inline
- dplhandle< PCCERT_CONTEXT, NULL >::operator== (handle_type h) constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ dplhandle< PCCERT_CONTEXT, NULL >::operator== (handle_type h) constwinstd::handle< T, INVAL > inline
operator> (const handle_type &other) const noexceptwinstd::cert_context inline
- dplhandle< PCCERT_CONTEXT, NULL >::operator> (handle_type h) constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ dplhandle< PCCERT_CONTEXT, NULL >::operator> (handle_type h) constwinstd::handle< T, INVAL > inline
operator>= (const handle_type &other) const noexceptwinstd::cert_context inline
- dplhandle< PCCERT_CONTEXT, NULL >::operator>= (handle_type h) constwinstd::handle< PCCERT_CONTEXT, INVAL > inline
+ dplhandle< PCCERT_CONTEXT, NULL >::operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
~cert_context ()winstd::cert_context inline virtual
diff --git a/classwinstd_1_1cert__context.html b/classwinstd_1_1cert__context.html
index c5dcae02..7b036b1d 100644
--- a/classwinstd_1_1cert__context.html
+++ b/classwinstd_1_1cert__context.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::cert_context Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::cert_context:
-
+
- Public Types inherited from winstd::handle< PCCERT_CONTEXT, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef PCCERT_CONTEXT handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< PCCERT_CONTEXT, INVAL >
-
-static const PCCERT_CONTEXT invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< PCCERT_CONTEXT, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -241,7 +248,7 @@ static const PCCERT_CONTEXT <
See also CertCreateCertificateContext function
-◆ ~cert_context()
+◆ ~cert_context()
@@ -270,7 +277,7 @@ static const PCCERT_CONTEXT
<
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -308,7 +315,7 @@ static const PCCERT_CONTEXT
<
-◆ free_internal()
+◆ free_internal()
@@ -333,12 +340,12 @@ static const PCCERT_CONTEXT
<
Destroys the certificate context.
See also CertFreeCertificateContext function
-Implements winstd::handle< PCCERT_CONTEXT, INVAL > .
+Implements winstd::handle< T, INVAL > .
-◆ operator!=()
+◆ operator!=()
@@ -377,7 +384,7 @@ static const PCCERT_CONTEXT
<
-◆ operator<()
+◆ operator<()
@@ -416,7 +423,7 @@ static const PCCERT_CONTEXT
<
-◆ operator<=()
+◆ operator<=()
@@ -455,7 +462,7 @@ static const PCCERT_CONTEXT
<
-◆ operator==()
+◆ operator==()
@@ -494,7 +501,7 @@ static const PCCERT_CONTEXT
<
-◆ operator>()
+◆ operator>()
@@ -533,7 +540,7 @@ static const PCCERT_CONTEXT
<
-◆ operator>=()
+◆ operator>=()
@@ -577,7 +584,7 @@ static const PCCERT_CONTEXT
<
diff --git a/classwinstd_1_1cert__context.png b/classwinstd_1_1cert__context.png
index c54af35d..59b9b14a 100644
Binary files a/classwinstd_1_1cert__context.png and b/classwinstd_1_1cert__context.png differ
diff --git a/classwinstd_1_1cert__store-members.html b/classwinstd_1_1cert__store-members.html
index e603bdbc..8cec9ec1 100644
--- a/classwinstd_1_1cert__store-members.html
+++ b/classwinstd_1_1cert__store-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1cert__store.html b/classwinstd_1_1cert__store.html
index 416fd2fa..b089ba0f 100644
--- a/classwinstd_1_1cert__store.html
+++ b/classwinstd_1_1cert__store.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::cert_store Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -189,7 +196,7 @@ static const HCERTSTORE
in
CertOpenSystemStore function
-◆ ~cert_store()
+◆ ~cert_store()
@@ -218,7 +225,7 @@ static const HCERTSTORE
in
-◆ free_internal()
+◆ free_internal()
@@ -253,7 +260,7 @@ static const HCERTSTORE
in
diff --git a/classwinstd_1_1cert__store.png b/classwinstd_1_1cert__store.png
index 0d8095ca..28111078 100644
Binary files a/classwinstd_1_1cert__store.png and b/classwinstd_1_1cert__store.png differ
diff --git a/classwinstd_1_1com__initializer-members.html b/classwinstd_1_1com__initializer-members.html
index 9923d167..12dda8e3 100644
--- a/classwinstd_1_1com__initializer-members.html
+++ b/classwinstd_1_1com__initializer-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -81,7 +88,7 @@ $(function() {
diff --git a/classwinstd_1_1com__initializer.html b/classwinstd_1_1com__initializer.html
index 9a2e89ff..8513e991 100644
--- a/classwinstd_1_1com__initializer.html
+++ b/classwinstd_1_1com__initializer.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::com_initializer Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -106,7 +113,7 @@ HRESULT
m_result <
Context scope automatic COM (un)initialization.
-
◆ com_initializer() [1/2]
+
◆ com_initializer() [1/2]
@@ -135,7 +142,7 @@ HRESULT
m_result <
-
◆ com_initializer() [2/2]
+
◆ com_initializer() [2/2]
@@ -174,7 +181,7 @@ HRESULT
m_result <
-
◆ ~com_initializer()
+
◆ ~com_initializer()
@@ -203,7 +210,7 @@ HRESULT
m_result <
-
◆ status()
+
◆ status()
@@ -236,7 +243,7 @@ HRESULT
m_result <
diff --git a/classwinstd_1_1com__obj-members.html b/classwinstd_1_1com__obj-members.html
index f3ccbbd5..b1235895 100644
--- a/classwinstd_1_1com__obj-members.html
+++ b/classwinstd_1_1com__obj-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,47 +80,47 @@ $(function() {
This is the complete list of members for winstd::com_obj< T > , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< T *, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< T *, NULL > inline
com_obj (_Other *other)winstd::com_obj< T > inline
com_obj (com_obj< _Other > &other)winstd::com_obj< T > inline
- detach ()winstd::handle< T *, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< T *, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< T *, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< T *, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< T *, NULL > inline
duplicate () constwinstd::dplhandle< T *, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::com_obj< T > inline protected virtual
- free ()winstd::handle< T *, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::com_obj< T > inline protected virtual
- handle () noexceptwinstd::handle< T *, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< T *, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T *, INVAL > inline
- handle_type typedefwinstd::handle< T *, INVAL >
- invalid winstd::handle< T *, INVAL > static
- m_h winstd::handle< T *, INVAL > protected
- operator handle_type () constwinstd::handle< T *, INVAL > inline
- operator! () constwinstd::handle< T *, INVAL > inline
- operator!= (handle_type h) constwinstd::handle< T *, INVAL > inline
- operator& ()winstd::handle< T *, INVAL > inline
- operator* () constwinstd::handle< T *, INVAL > inline
- operator-> () constwinstd::handle< T *, INVAL > inline
- operator< (handle_type h) constwinstd::handle< T *, INVAL > inline
- operator<= (handle_type h) constwinstd::handle< T *, INVAL > inline
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
+ operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
+ operator< (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< T *, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< T *, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< T *, NULL > inline
- handle< T *, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T *, INVAL > inline
- operator== (handle_type h) constwinstd::handle< T *, INVAL > inline
- operator> (handle_type h) constwinstd::handle< T *, INVAL > inline
- operator>= (handle_type h) constwinstd::handle< T *, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ operator== (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator> (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
query_interface (_Other **h) constwinstd::com_obj< T > inline
query_interface (com_obj< _Other > &h) constwinstd::com_obj< T > inline
~com_obj ()winstd::com_obj< T > inline virtual
diff --git a/classwinstd_1_1com__obj.html b/classwinstd_1_1com__obj.html
index d5ef7c4e..cbfbb64f 100644
--- a/classwinstd_1_1com__obj.html
+++ b/classwinstd_1_1com__obj.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::com_obj< T > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::com_obj< T >:
-
+
- Public Types inherited from winstd::handle< T *, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef T * handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< T *, INVAL >
-
-static const T * invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< T *, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -241,7 +248,7 @@ class winstd::com_obj< T >COM object wrapper template.
See also CoCreateInstance function
-◆ com_obj() [1/2]
+◆ com_obj() [1/2]
@@ -274,7 +281,7 @@ template<class _Other >
-◆ com_obj() [2/2]
+◆ com_obj() [2/2]
@@ -308,7 +315,7 @@ template<class _Other >
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -348,7 +355,7 @@ template<class T >
-◆ free_internal()
+◆ free_internal()
-◆ query_interface() [1/2]
+◆ query_interface() [1/2]
@@ -413,7 +420,7 @@ template<class _Other >
-◆ query_interface() [2/2]
+◆ query_interface() [2/2]
@@ -451,7 +458,7 @@ template<class _Other >
diff --git a/classwinstd_1_1com__obj.png b/classwinstd_1_1com__obj.png
index b004bb9a..1779277b 100644
Binary files a/classwinstd_1_1com__obj.png and b/classwinstd_1_1com__obj.png differ
diff --git a/classwinstd_1_1com__runtime__error-members.html b/classwinstd_1_1com__runtime__error-members.html
index e1da3483..277d9746 100644
--- a/classwinstd_1_1com__runtime__error-members.html
+++ b/classwinstd_1_1com__runtime__error-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -83,7 +90,7 @@ $(function() {
diff --git a/classwinstd_1_1com__runtime__error.html b/classwinstd_1_1com__runtime__error.html
index e9f79e73..f86b29aa 100644
--- a/classwinstd_1_1com__runtime__error.html
+++ b/classwinstd_1_1com__runtime__error.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::com_runtime_error Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -126,7 +133,7 @@ typedef HRESULT
error_type
Note Must be defined as derived class from num_runtime_error<> to allow correct type info for dynamic typecasting and prevent folding with other derivates of num_runtime_error<>.
-◆ com_runtime_error() [1/2]
+◆ com_runtime_error() [1/2]
@@ -171,7 +178,7 @@ typedef HRESULT
error_type
-◆ com_runtime_error() [2/2]
+◆ com_runtime_error() [2/2]
@@ -221,7 +228,7 @@ typedef HRESULT
error_type
diff --git a/classwinstd_1_1com__runtime__error.png b/classwinstd_1_1com__runtime__error.png
index 81197547..b746a7d2 100644
Binary files a/classwinstd_1_1com__runtime__error.png and b/classwinstd_1_1com__runtime__error.png differ
diff --git a/classwinstd_1_1console__ctrl__handler-members.html b/classwinstd_1_1console__ctrl__handler-members.html
index 8ab5fa93..7822be29 100644
--- a/classwinstd_1_1console__ctrl__handler-members.html
+++ b/classwinstd_1_1console__ctrl__handler-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/classwinstd_1_1console__ctrl__handler.html b/classwinstd_1_1console__ctrl__handler.html
index ab74d97d..c58e8c83 100644
--- a/classwinstd_1_1console__ctrl__handler.html
+++ b/classwinstd_1_1console__ctrl__handler.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::console_ctrl_handler Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -104,7 +111,7 @@ PHANDLER_ROUTINE
m_handler
Console control handler stack management.
-◆ console_ctrl_handler()
+◆ console_ctrl_handler()
@@ -139,7 +146,7 @@ PHANDLER_ROUTINE
m_handler
-◆ ~console_ctrl_handler()
+◆ ~console_ctrl_handler()
@@ -172,7 +179,7 @@ PHANDLER_ROUTINE
m_handler
diff --git a/classwinstd_1_1critical__section-members.html b/classwinstd_1_1critical__section-members.html
index 69f69c81..3e979e9d 100644
--- a/classwinstd_1_1critical__section-members.html
+++ b/classwinstd_1_1critical__section-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/classwinstd_1_1critical__section.html b/classwinstd_1_1critical__section.html
index abb8549a..e8cd5c25 100644
--- a/classwinstd_1_1critical__section.html
+++ b/classwinstd_1_1critical__section.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::critical_section Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -103,7 +110,7 @@ CRITICAL_SECTION
m_data Critical section wrapper.
-◆ critical_section()
+◆ critical_section()
@@ -131,7 +138,7 @@ CRITICAL_SECTION
m_data
-◆ ~critical_section()
+◆ ~critical_section()
@@ -160,7 +167,7 @@ CRITICAL_SECTION
m_data
-◆ operator LPCRITICAL_SECTION()
+◆ operator LPCRITICAL_SECTION()
@@ -193,7 +200,7 @@ CRITICAL_SECTION
m_data
diff --git a/classwinstd_1_1crypt__hash-members.html b/classwinstd_1_1crypt__hash-members.html
index d5fcbda0..8a3ad9b7 100644
--- a/classwinstd_1_1crypt__hash-members.html
+++ b/classwinstd_1_1crypt__hash-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,43 +80,43 @@ $(function() {
This is the complete list of members for winstd::crypt_hash , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< HCRYPTHASH, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< HCRYPTHASH, NULL > inline
- detach ()winstd::handle< HCRYPTHASH, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
duplicate () constwinstd::dplhandle< HCRYPTHASH, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::crypt_hash inline protected virtual
- free ()winstd::handle< HCRYPTHASH, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::crypt_hash inline protected virtual
- handle () noexceptwinstd::handle< HCRYPTHASH, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< HCRYPTHASH, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< HCRYPTHASH, INVAL > inline
- handle_type typedefwinstd::handle< HCRYPTHASH, INVAL >
- invalid winstd::handle< HCRYPTHASH, INVAL > static
- m_h winstd::handle< HCRYPTHASH, INVAL > protected
- operator handle_type () constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator! () constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator!= (handle_type h) constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator& ()winstd::handle< HCRYPTHASH, INVAL > inline
- operator* () constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator-> () constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator< (handle_type h) constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator<= (handle_type h) constwinstd::handle< HCRYPTHASH, INVAL > inline
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
+ operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
+ operator< (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< HCRYPTHASH, NULL > inline
- handle< HCRYPTHASH, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< HCRYPTHASH, INVAL > inline
- operator== (handle_type h) constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator> (handle_type h) constwinstd::handle< HCRYPTHASH, INVAL > inline
- operator>= (handle_type h) constwinstd::handle< HCRYPTHASH, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ operator== (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator> (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
~crypt_hash ()winstd::crypt_hash inline virtual
diff --git a/classwinstd_1_1crypt__hash.html b/classwinstd_1_1crypt__hash.html
index 471f27f2..b31a6ffe 100644
--- a/classwinstd_1_1crypt__hash.html
+++ b/classwinstd_1_1crypt__hash.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::crypt_hash Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::crypt_hash:
-
+
- Public Types inherited from winstd::handle< HCRYPTHASH, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef HCRYPTHASH handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< HCRYPTHASH, INVAL >
-
-static const HCRYPTHASH invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< HCRYPTHASH, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -223,7 +230,7 @@ static const HCRYPTHASH in
See also CryptCreateHash function
-◆ ~crypt_hash()
+◆ ~crypt_hash()
@@ -252,7 +259,7 @@ static const HCRYPTHASH
in
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -290,7 +297,7 @@ static const HCRYPTHASH
in
-◆ free_internal()
+◆ free_internal()
@@ -315,7 +322,7 @@ static const HCRYPTHASH
in
Destroys the hash context.
See also CryptDestroyHash function
-Implements winstd::handle< HCRYPTHASH, INVAL > .
+Implements winstd::handle< T, INVAL > .
@@ -325,7 +332,7 @@ static const HCRYPTHASH in
diff --git a/classwinstd_1_1crypt__hash.png b/classwinstd_1_1crypt__hash.png
index 53eeaabc..86fbce6e 100644
Binary files a/classwinstd_1_1crypt__hash.png and b/classwinstd_1_1crypt__hash.png differ
diff --git a/classwinstd_1_1crypt__key-members.html b/classwinstd_1_1crypt__key-members.html
index faeccefb..023cd12d 100644
--- a/classwinstd_1_1crypt__key-members.html
+++ b/classwinstd_1_1crypt__key-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,44 +80,44 @@ $(function() {
This is the complete list of members for winstd::crypt_key , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< HCRYPTKEY, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< HCRYPTKEY, NULL > inline
create_exp1 (HCRYPTPROV hProv, DWORD dwKeySpec)winstd::crypt_key inline
- detach ()winstd::handle< HCRYPTKEY, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
duplicate () constwinstd::dplhandle< HCRYPTKEY, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::crypt_key inline protected virtual
- free ()winstd::handle< HCRYPTKEY, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::crypt_key inline protected virtual
- handle () noexceptwinstd::handle< HCRYPTKEY, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< HCRYPTKEY, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< HCRYPTKEY, INVAL > inline
- handle_type typedefwinstd::handle< HCRYPTKEY, INVAL >
- invalid winstd::handle< HCRYPTKEY, INVAL > static
- m_h winstd::handle< HCRYPTKEY, INVAL > protected
- operator handle_type () constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator! () constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator!= (handle_type h) constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator& ()winstd::handle< HCRYPTKEY, INVAL > inline
- operator* () constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator-> () constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator< (handle_type h) constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator<= (handle_type h) constwinstd::handle< HCRYPTKEY, INVAL > inline
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
+ operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
+ operator< (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< HCRYPTKEY, NULL > inline
- handle< HCRYPTKEY, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< HCRYPTKEY, INVAL > inline
- operator== (handle_type h) constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator> (handle_type h) constwinstd::handle< HCRYPTKEY, INVAL > inline
- operator>= (handle_type h) constwinstd::handle< HCRYPTKEY, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ operator== (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator> (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
~crypt_key ()winstd::crypt_key inline virtual
diff --git a/classwinstd_1_1crypt__key.html b/classwinstd_1_1crypt__key.html
index 546c5d5c..fb80c25e 100644
--- a/classwinstd_1_1crypt__key.html
+++ b/classwinstd_1_1crypt__key.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::crypt_key Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::crypt_key:
-
+
- Public Types inherited from winstd::handle< HCRYPTKEY, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef HCRYPTKEY handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< HCRYPTKEY, INVAL >
-
-static const HCRYPTKEY invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< HCRYPTKEY, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -232,7 +239,7 @@ static const HCRYPTKEY inv
CryptDeriveKey function
-◆ ~crypt_key()
+◆ ~crypt_key()
@@ -261,7 +268,7 @@ static const HCRYPTKEY
inv
-◆ create_exp1()
+◆ create_exp1()
@@ -307,7 +314,7 @@ static const HCRYPTKEY
inv
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -345,7 +352,7 @@ static const HCRYPTKEY
inv
-◆ free_internal()
+◆ free_internal()
@@ -370,7 +377,7 @@ static const HCRYPTKEY
inv
Destroys the key.
See also CryptDestroyKey function
-Implements winstd::handle< HCRYPTKEY, INVAL > .
+Implements winstd::handle< T, INVAL > .
@@ -380,7 +387,7 @@ static const HCRYPTKEY inv
diff --git a/classwinstd_1_1crypt__key.png b/classwinstd_1_1crypt__key.png
index 76cf4b36..d9c1d1e1 100644
Binary files a/classwinstd_1_1crypt__key.png and b/classwinstd_1_1crypt__key.png differ
diff --git a/classwinstd_1_1crypt__prov-members.html b/classwinstd_1_1crypt__prov-members.html
index 7f63f3e6..3d28bc58 100644
--- a/classwinstd_1_1crypt__prov-members.html
+++ b/classwinstd_1_1crypt__prov-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1crypt__prov.html b/classwinstd_1_1crypt__prov.html
index 28a154b3..c630aae2 100644
--- a/classwinstd_1_1crypt__prov.html
+++ b/classwinstd_1_1crypt__prov.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::crypt_prov Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const HCRYPTPROV
in
See also CryptAcquireContext function
-◆ ~crypt_prov()
+◆ ~crypt_prov()
@@ -216,7 +223,7 @@ static const HCRYPTPROV
in
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const HCRYPTPROV
in
diff --git a/classwinstd_1_1crypt__prov.png b/classwinstd_1_1crypt__prov.png
index 68e4d2cc..7ea56f10 100644
Binary files a/classwinstd_1_1crypt__prov.png and b/classwinstd_1_1crypt__prov.png differ
diff --git a/classwinstd_1_1data__blob-members.html b/classwinstd_1_1data__blob-members.html
index d5275ee4..a5999e4f 100644
--- a/classwinstd_1_1data__blob-members.html
+++ b/classwinstd_1_1data__blob-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ $(function() {
diff --git a/classwinstd_1_1data__blob.html b/classwinstd_1_1data__blob.html
index d1ab2b0b..de3759de 100644
--- a/classwinstd_1_1data__blob.html
+++ b/classwinstd_1_1data__blob.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::data_blob Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -136,7 +143,7 @@ BYTE *
data () noexcep
diff --git a/classwinstd_1_1data__blob.png b/classwinstd_1_1data__blob.png
index d46f8d5e..f9343b9b 100644
Binary files a/classwinstd_1_1data__blob.png and b/classwinstd_1_1data__blob.png differ
diff --git a/classwinstd_1_1dc-members.html b/classwinstd_1_1dc-members.html
index 8c1fef40..a07b0a42 100644
--- a/classwinstd_1_1dc-members.html
+++ b/classwinstd_1_1dc-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1dc.html b/classwinstd_1_1dc.html
index 7a3ef745..e3a568a0 100644
--- a/classwinstd_1_1dc.html
+++ b/classwinstd_1_1dc.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::dc Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -186,7 +193,7 @@ static const HDC
invalid
Device context wrapper class.
-◆ ~dc()
+◆ ~dc()
@@ -215,7 +222,7 @@ static const HDC
invalid
-◆ free_internal()
+◆ free_internal()
@@ -250,7 +257,7 @@ static const HDC
invalid
diff --git a/classwinstd_1_1dc.png b/classwinstd_1_1dc.png
index 6f00c53e..cdcbfb87 100644
Binary files a/classwinstd_1_1dc.png and b/classwinstd_1_1dc.png differ
diff --git a/classwinstd_1_1dc__selector-members.html b/classwinstd_1_1dc__selector-members.html
index 37249f0c..f23572af 100644
--- a/classwinstd_1_1dc__selector-members.html
+++ b/classwinstd_1_1dc__selector-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -81,7 +88,7 @@ $(function() {
diff --git a/classwinstd_1_1dc__selector.html b/classwinstd_1_1dc__selector.html
index 55de79cd..acdd7bf0 100644
--- a/classwinstd_1_1dc__selector.html
+++ b/classwinstd_1_1dc__selector.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::dc_selector Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ HGDIOBJ
m_orig Context scope DC object restorer.
-◆ dc_selector()
+◆ dc_selector()
@@ -146,7 +153,7 @@ HGDIOBJ
m_orig
-
◆ ~dc_selector()
+
◆ ~dc_selector()
@@ -175,7 +182,7 @@ HGDIOBJ
m_orig
-
◆ status()
+
◆ status()
@@ -208,7 +215,7 @@ HGDIOBJ
m_orig
diff --git a/classwinstd_1_1dplhandle-members.html b/classwinstd_1_1dplhandle-members.html
index 41a26196..40dada9e 100644
--- a/classwinstd_1_1dplhandle-members.html
+++ b/classwinstd_1_1dplhandle-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -108,7 +115,7 @@ $(function() {
diff --git a/classwinstd_1_1dplhandle.html b/classwinstd_1_1dplhandle.html
index f5dfba9d..7b3f90df 100644
--- a/classwinstd_1_1dplhandle.html
+++ b/classwinstd_1_1dplhandle.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::dplhandle< T, INVAL > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -213,7 +220,7 @@ static const T
invalid
class winstd::dplhandle< T, INVAL >Base abstract template class to support object handle keeping for objects that support trivial handle duplication.
-◆ dplhandle() [1/3]
+◆ dplhandle() [1/3]
@@ -249,7 +256,7 @@ template<class T , T INVAL>
-◆ dplhandle() [2/3]
+◆ dplhandle() [2/3]
@@ -285,7 +292,7 @@ template<class T , T INVAL>
-◆ dplhandle() [3/3]
+◆ dplhandle() [3/3]
@@ -322,7 +329,7 @@ template<class T , T INVAL>
-◆ attach_duplicated()
+◆ attach_duplicated()
@@ -363,7 +370,7 @@ template<class T , T INVAL>
-◆ duplicate()
+◆ duplicate()
@@ -393,7 +400,7 @@ template<class T , T INVAL>
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -432,7 +439,7 @@ template<class T , T INVAL>
-◆ operator=() [1/3]
+◆ operator=() [1/3]
@@ -468,7 +475,7 @@ template<class T , T INVAL>
-◆ operator=() [2/3]
+◆ operator=() [2/3]
@@ -504,7 +511,7 @@ template<class T , T INVAL>
-◆ operator=() [3/3]
+◆ operator=() [3/3]
@@ -545,7 +552,7 @@ template<class T , T INVAL>
diff --git a/classwinstd_1_1dplhandle.png b/classwinstd_1_1dplhandle.png
index 40d267c5..5f36d3c2 100644
Binary files a/classwinstd_1_1dplhandle.png and b/classwinstd_1_1dplhandle.png differ
diff --git a/classwinstd_1_1eap__attr-members.html b/classwinstd_1_1eap__attr-members.html
index 6df54182..49620cf3 100644
--- a/classwinstd_1_1eap__attr-members.html
+++ b/classwinstd_1_1eap__attr-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -83,7 +90,7 @@ $(function() {
diff --git a/classwinstd_1_1eap__attr.html b/classwinstd_1_1eap__attr.html
index 667376b8..82de66b8 100644
--- a/classwinstd_1_1eap__attr.html
+++ b/classwinstd_1_1eap__attr.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::eap_attr Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -119,7 +126,7 @@ Public Member Functions
EAP_ATTRIBUTE wrapper class.
-
◆ create_ms_mppe_key()
+
◆ create_ms_mppe_key()
@@ -173,7 +180,7 @@ Public Member Functions
diff --git a/classwinstd_1_1eap__attr.png b/classwinstd_1_1eap__attr.png
index 46a7fb61..5a3ef49d 100644
Binary files a/classwinstd_1_1eap__attr.png and b/classwinstd_1_1eap__attr.png differ
diff --git a/classwinstd_1_1eap__method__info__array-members.html b/classwinstd_1_1eap__method__info__array-members.html
index 8086cc32..99e40d80 100644
--- a/classwinstd_1_1eap__method__info__array-members.html
+++ b/classwinstd_1_1eap__method__info__array-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/classwinstd_1_1eap__method__info__array.html b/classwinstd_1_1eap__method__info__array.html
index 828baba8..f0547a71 100644
--- a/classwinstd_1_1eap__method__info__array.html
+++ b/classwinstd_1_1eap__method__info__array.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::eap_method_info_array Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -106,7 +113,7 @@ Public Member Functions
EAP_METHOD_INFO_ARRAY wrapper class.
-
◆ eap_method_info_array()
+
◆ eap_method_info_array()
@@ -141,7 +148,7 @@ Public Member Functions
-
◆ operator=()
+
◆ operator=()
@@ -180,7 +187,7 @@ Public Member Functions
diff --git a/classwinstd_1_1eap__method__info__array.png b/classwinstd_1_1eap__method__info__array.png
index 2e235391..e669ad8f 100644
Binary files a/classwinstd_1_1eap__method__info__array.png and b/classwinstd_1_1eap__method__info__array.png differ
diff --git a/classwinstd_1_1eap__method__prop-members.html b/classwinstd_1_1eap__method__prop-members.html
index ca8ee4de..9cf76847 100644
--- a/classwinstd_1_1eap__method__prop-members.html
+++ b/classwinstd_1_1eap__method__prop-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
diff --git a/classwinstd_1_1eap__method__prop.html b/classwinstd_1_1eap__method__prop.html
index 7e2a3327..5d96330d 100644
--- a/classwinstd_1_1eap__method__prop.html
+++ b/classwinstd_1_1eap__method__prop.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::eap_method_prop Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -101,7 +108,7 @@ Public Member Functions
EAP_METHOD_PROPERTY wrapper class.
-
◆ eap_method_prop() [1/3]
+
◆ eap_method_prop() [1/3]
@@ -146,7 +153,7 @@ Public Member Functions
-
◆ eap_method_prop() [2/3]
+
◆ eap_method_prop() [2/3]
@@ -191,7 +198,7 @@ Public Member Functions
-
◆ eap_method_prop() [3/3]
+
◆ eap_method_prop() [3/3]
@@ -241,7 +248,7 @@ Public Member Functions
diff --git a/classwinstd_1_1eap__method__prop.png b/classwinstd_1_1eap__method__prop.png
index 3701e7d0..d134d154 100644
Binary files a/classwinstd_1_1eap__method__prop.png and b/classwinstd_1_1eap__method__prop.png differ
diff --git a/classwinstd_1_1eap__packet-members.html b/classwinstd_1_1eap__packet-members.html
index 3c047d24..d1816eca 100644
--- a/classwinstd_1_1eap__packet-members.html
+++ b/classwinstd_1_1eap__packet-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,45 +80,45 @@ $(function() {
This is the complete list of members for winstd::eap_packet , including all inherited members.
- attach (handle_type h) noexceptwinstd::handle< EapPacket *, INVAL > inline
+ attach (handle_type h) noexceptwinstd::handle< T, INVAL > inline
attach_duplicated (handle_type h)winstd::dplhandle< EapPacket *, NULL > inline
create (EapCode code, BYTE id, WORD size) noexceptwinstd::eap_packet inline
- detach ()winstd::handle< EapPacket *, INVAL > inline
+ detach ()winstd::handle< T, INVAL > inline
dplhandle () noexceptwinstd::dplhandle< EapPacket *, NULL > inline
dplhandle (handle_type h) noexceptwinstd::dplhandle< EapPacket *, NULL > inline
dplhandle (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< EapPacket *, NULL > inline
dplhandle (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< EapPacket *, NULL > inline
duplicate () constwinstd::dplhandle< EapPacket *, NULL > inline
duplicate_internal (handle_type h) const noexcept overridewinstd::eap_packet inline protected virtual
- free ()winstd::handle< EapPacket *, INVAL > inline
+ free ()winstd::handle< T, INVAL > inline
free_internal () noexcept overridewinstd::eap_packet inline protected virtual
- handle () noexceptwinstd::handle< EapPacket *, INVAL > inline
- handle (handle_type h) noexceptwinstd::handle< EapPacket *, INVAL > inline
- handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< EapPacket *, INVAL > inline
- handle_type typedefwinstd::handle< EapPacket *, INVAL >
- invalid winstd::handle< EapPacket *, INVAL > static
- m_h winstd::handle< EapPacket *, INVAL > protected
- operator handle_type () constwinstd::handle< EapPacket *, INVAL > inline
- operator! () constwinstd::handle< EapPacket *, INVAL > inline
- operator!= (handle_type h) constwinstd::handle< EapPacket *, INVAL > inline
- operator& ()winstd::handle< EapPacket *, INVAL > inline
- operator* () constwinstd::handle< EapPacket *, INVAL > inline
- operator-> () constwinstd::handle< EapPacket *, INVAL > inline
- operator< (handle_type h) constwinstd::handle< EapPacket *, INVAL > inline
- operator<= (handle_type h) constwinstd::handle< EapPacket *, INVAL > inline
+ handle () noexceptwinstd::handle< T, INVAL > inline
+ handle (handle_type h) noexceptwinstd::handle< T, INVAL > inline
+ handle (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ handle_type typedefwinstd::handle< T, INVAL >
+ invalid winstd::handle< T, INVAL > static
+ m_h winstd::handle< T, INVAL > protected
+ operator handle_type () constwinstd::handle< T, INVAL > inline
+ operator! () constwinstd::handle< T, INVAL > inline
+ operator!= (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator& ()winstd::handle< T, INVAL > inline
+ operator* () constwinstd::handle< T, INVAL > inline
+ operator-> () constwinstd::handle< T, INVAL > inline
+ operator< (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator<= (handle_type h) constwinstd::handle< T, INVAL > inline
operator= (handle_type h) noexceptwinstd::dplhandle< EapPacket *, NULL > inline
operator= (const dplhandle< handle_type, INVAL > &h) noexceptwinstd::dplhandle< EapPacket *, NULL > inline
operator= (dplhandle< handle_type, INVAL > &&h) noexceptwinstd::dplhandle< EapPacket *, NULL > inline
- handle< EapPacket *, INVAL >::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< EapPacket *, INVAL > inline
- operator== (handle_type h) constwinstd::handle< EapPacket *, INVAL > inline
- operator> (handle_type h) constwinstd::handle< EapPacket *, INVAL > inline
- operator>= (handle_type h) constwinstd::handle< EapPacket *, INVAL > inline
+ winstd::handle::operator= (handle< handle_type, INVAL > &&h) noexceptwinstd::handle< T, INVAL > inline
+ operator== (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator> (handle_type h) constwinstd::handle< T, INVAL > inline
+ operator>= (handle_type h) constwinstd::handle< T, INVAL > inline
size () const noexceptwinstd::eap_packet inline
~eap_packet ()winstd::eap_packet inline virtual
diff --git a/classwinstd_1_1eap__packet.html b/classwinstd_1_1eap__packet.html
index c664efc4..128ddb59 100644
--- a/classwinstd_1_1eap__packet.html
+++ b/classwinstd_1_1eap__packet.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::eap_packet Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ Inheritance diagram for winstd::eap_packet:
-
+
- Public Types inherited from winstd::handle< EapPacket *, INVAL >
+ Public Types inherited from winstd::handle< T, INVAL >
-typedef EapPacket * handle_type
+typedef T handle_type
Datatype of the object handle this template class handles.
- Static Public Attributes inherited from winstd::handle< EapPacket *, INVAL >
-
-static const EapPacket * invalid
+ Static Public Attributes inherited from winstd::handle< T, INVAL >
+
+static const T invalid = INVAL
Invalid handle value.
- Protected Attributes inherited from winstd::handle< EapPacket *, INVAL >
+ Protected Attributes inherited from winstd::handle< T, INVAL >
handle_type m_h
Object handle.
@@ -230,7 +237,7 @@ static const EapPacket * i
-◆ create()
+◆ create()
@@ -288,7 +295,7 @@ static const EapPacket *
i
-◆ duplicate_internal()
+◆ duplicate_internal()
@@ -318,7 +325,7 @@ static const EapPacket *
i
-◆ free_internal()
+◆ free_internal()
@@ -342,7 +349,7 @@ static const EapPacket *
i
Destroys the EAP packet.
-Implements winstd::handle< EapPacket *, INVAL > .
+Implements winstd::handle< T, INVAL > .
@@ -352,7 +359,7 @@ static const EapPacket * i
diff --git a/classwinstd_1_1eap__packet.png b/classwinstd_1_1eap__packet.png
index 77e9a0fe..c1d1750f 100644
Binary files a/classwinstd_1_1eap__packet.png and b/classwinstd_1_1eap__packet.png differ
diff --git a/classwinstd_1_1eap__runtime__error-members.html b/classwinstd_1_1eap__runtime__error-members.html
index 9e741674..9be423b4 100644
--- a/classwinstd_1_1eap__runtime__error-members.html
+++ b/classwinstd_1_1eap__runtime__error-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -102,7 +109,7 @@ $(function() {
diff --git a/classwinstd_1_1eap__runtime__error.html b/classwinstd_1_1eap__runtime__error.html
index c5cf8779..670d4b6c 100644
--- a/classwinstd_1_1eap__runtime__error.html
+++ b/classwinstd_1_1eap__runtime__error.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::eap_runtime_error Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -203,7 +210,7 @@ typedef DWORD
error_type
See also EAP_ERROR structure
-◆ eap_runtime_error() [1/2]
+◆ eap_runtime_error() [1/2]
@@ -248,7 +255,7 @@ typedef DWORD
error_type
-◆ eap_runtime_error() [2/2]
+◆ eap_runtime_error() [2/2]
@@ -298,7 +305,7 @@ typedef DWORD
error_type
diff --git a/classwinstd_1_1eap__runtime__error.png b/classwinstd_1_1eap__runtime__error.png
index 1ab16c4c..ff76756a 100644
Binary files a/classwinstd_1_1eap__runtime__error.png and b/classwinstd_1_1eap__runtime__error.png differ
diff --git a/classwinstd_1_1event__data-members.html b/classwinstd_1_1event__data-members.html
index ebb268ee..ec0cad9f 100644
--- a/classwinstd_1_1event__data-members.html
+++ b/classwinstd_1_1event__data-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -88,7 +95,7 @@ $(function() {
diff --git a/classwinstd_1_1event__data.html b/classwinstd_1_1event__data.html
index a9262255..a8126abf 100644
--- a/classwinstd_1_1event__data.html
+++ b/classwinstd_1_1event__data.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_data Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -130,7 +137,7 @@ Public Member Functions
EVENT_DATA_DESCRIPTOR wrapper.
-
◆ event_data() [1/11]
+
◆ event_data() [1/11]
@@ -165,7 +172,7 @@ Public Member Functions
-
◆ event_data() [2/11]
+
◆ event_data() [2/11]
@@ -200,7 +207,7 @@ Public Member Functions
-
◆ event_data() [3/11]
+
◆ event_data() [3/11]
@@ -235,7 +242,7 @@ Public Member Functions
-
◆ event_data() [4/11]
+
◆ event_data() [4/11]
@@ -270,7 +277,7 @@ Public Member Functions
-
◆ event_data() [5/11]
+
◆ event_data() [5/11]
@@ -305,7 +312,7 @@ Public Member Functions
-
◆ event_data() [6/11]
+
◆ event_data() [6/11]
@@ -340,7 +347,7 @@ Public Member Functions
-
◆ event_data() [7/11]
+
◆ event_data() [7/11]
@@ -375,7 +382,7 @@ Public Member Functions
-
◆ event_data() [8/11]
+
◆ event_data() [8/11]
@@ -410,7 +417,7 @@ Public Member Functions
-
◆ event_data() [9/11]
+
◆ event_data() [9/11]
@@ -445,7 +452,7 @@ Public Member Functions
-
◆ event_data() [10/11]
+
◆ event_data() [10/11]
@@ -482,7 +489,7 @@ template<class _Elem , class _Traits , class _Ax >
-◆ event_data() [11/11]
+◆ event_data() [11/11]
@@ -533,7 +540,7 @@ template<class _Elem , class _Traits , class _Ax >
diff --git a/classwinstd_1_1event__data.png b/classwinstd_1_1event__data.png
index 46140f3c..c683d789 100644
Binary files a/classwinstd_1_1event__data.png and b/classwinstd_1_1event__data.png differ
diff --git a/classwinstd_1_1event__fn__auto-members.html b/classwinstd_1_1event__fn__auto-members.html
index 3555e0d8..065c3d87 100644
--- a/classwinstd_1_1event__fn__auto-members.html
+++ b/classwinstd_1_1event__fn__auto-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -85,7 +92,7 @@ $(function() {
diff --git a/classwinstd_1_1event__fn__auto.html b/classwinstd_1_1event__fn__auto.html
index d87613dc..e7ed97c0 100644
--- a/classwinstd_1_1event__fn__auto.html
+++ b/classwinstd_1_1event__fn__auto.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_fn_auto Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -131,7 +138,7 @@ EVENT_DATA_DESCRIPTOR
m_fn
diff --git a/classwinstd_1_1event__fn__auto__ret-members.html b/classwinstd_1_1event__fn__auto__ret-members.html
index 5fd11bb9..3ab10545 100644
--- a/classwinstd_1_1event__fn__auto__ret-members.html
+++ b/classwinstd_1_1event__fn__auto__ret-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ $(function() {
diff --git a/classwinstd_1_1event__fn__auto__ret.html b/classwinstd_1_1event__fn__auto__ret.html
index a8f8394f..0b6f2d21 100644
--- a/classwinstd_1_1event__fn__auto__ret.html
+++ b/classwinstd_1_1event__fn__auto__ret.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_fn_auto_ret< T > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -136,7 +143,7 @@ class winstd::event_fn_auto_ret< T >
Helper template to write an
diff --git a/classwinstd_1_1event__log-members.html b/classwinstd_1_1event__log-members.html
index 633a00a7..8517f783 100644
--- a/classwinstd_1_1event__log-members.html
+++ b/classwinstd_1_1event__log-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1event__log.html b/classwinstd_1_1event__log.html
index c9c3314f..04802fd1 100644
--- a/classwinstd_1_1event__log.html
+++ b/classwinstd_1_1event__log.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_log Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const HANDLE
invali
See also RegisterEventSource function
-◆ ~event_log()
+◆ ~event_log()
@@ -216,7 +223,7 @@ static const HANDLE
invali
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const HANDLE
invali
diff --git a/classwinstd_1_1event__log.png b/classwinstd_1_1event__log.png
index 33d8d224..28582768 100644
Binary files a/classwinstd_1_1event__log.png and b/classwinstd_1_1event__log.png differ
diff --git a/classwinstd_1_1event__provider-members.html b/classwinstd_1_1event__provider-members.html
index 48511bf7..cebe2f39 100644
--- a/classwinstd_1_1event__provider-members.html
+++ b/classwinstd_1_1event__provider-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -108,7 +115,7 @@ $(function() {
diff --git a/classwinstd_1_1event__provider.html b/classwinstd_1_1event__provider.html
index 45dcc4cc..d6b5b469 100644
--- a/classwinstd_1_1event__provider.html
+++ b/classwinstd_1_1event__provider.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_provider Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -214,7 +221,7 @@ static const REGHANDLE
inv
-◆ ~event_provider()
+◆ ~event_provider()
@@ -243,7 +250,7 @@ static const REGHANDLE
inv
-◆ create()
+◆ create()
@@ -277,7 +284,7 @@ static const REGHANDLE
inv
-◆ enable_callback() [1/2]
+◆ enable_callback() [1/2]
@@ -340,7 +347,7 @@ static const REGHANDLE
inv
-◆ enable_callback() [2/2]
+◆ enable_callback() [2/2]
@@ -409,7 +416,7 @@ static const REGHANDLE
inv
-◆ free_internal()
+◆ free_internal()
@@ -439,7 +446,7 @@ static const REGHANDLE
inv
-◆ write() [1/5]
+◆ write() [1/5]
@@ -473,7 +480,7 @@ static const REGHANDLE
inv
-◆ write() [2/5]
+◆ write() [2/5]
@@ -513,7 +520,7 @@ static const REGHANDLE
inv
Writes an event with one or more parameter.
-
Note The list must be terminated with winstd::blank_event_data
.
+
Note The list must be terminated with winstd::blank_event_data
.
Returns
ERROR_SUCCESS
when write succeeds;
error code otherwise.
@@ -524,7 +531,7 @@ static const REGHANDLE inv
-◆ write() [3/5]
+◆ write() [3/5]
@@ -574,7 +581,7 @@ static const REGHANDLE
inv
-◆ write() [4/5]
+◆ write() [4/5]
@@ -608,7 +615,7 @@ static const REGHANDLE
inv
Writes an event with variable number of parameters.
-
Note The list must be terminated with winstd::blank_event_data
.
+
Note The list must be terminated with winstd::blank_event_data
.
Returns
ERROR_SUCCESS
when write succeeds;
error code otherwise.
@@ -619,7 +626,7 @@ static const REGHANDLE inv
-◆ write() [5/5]
+◆ write() [5/5]
@@ -680,7 +687,7 @@ static const REGHANDLE
inv
diff --git a/classwinstd_1_1event__provider.png b/classwinstd_1_1event__provider.png
index 961dab69..cd8be03e 100644
Binary files a/classwinstd_1_1event__provider.png and b/classwinstd_1_1event__provider.png differ
diff --git a/classwinstd_1_1event__rec-members.html b/classwinstd_1_1event__rec-members.html
index 4bfa6e72..fd91192c 100644
--- a/classwinstd_1_1event__rec-members.html
+++ b/classwinstd_1_1event__rec-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -88,7 +95,7 @@ $(function() {
diff --git a/classwinstd_1_1event__rec.html b/classwinstd_1_1event__rec.html
index c247aced..32173e75 100644
--- a/classwinstd_1_1event__rec.html
+++ b/classwinstd_1_1event__rec.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_rec Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -134,7 +141,7 @@ Protected Member Functions
-
◆ event_rec() [1/3]
+
◆ event_rec() [1/3]
@@ -168,7 +175,7 @@ Protected Member Functions
-
◆ event_rec() [2/3]
+
◆ event_rec() [2/3]
@@ -202,7 +209,7 @@ Protected Member Functions
-
◆ event_rec() [3/3]
+
◆ event_rec() [3/3]
@@ -237,7 +244,7 @@ Protected Member Functions
-
◆ operator=() [1/3]
+
◆ operator=() [1/3]
@@ -271,7 +278,7 @@ Protected Member Functions
-
◆ operator=() [2/3]
+
◆ operator=() [2/3]
@@ -305,7 +312,7 @@ Protected Member Functions
-
◆ operator=() [3/3]
+
◆ operator=() [3/3]
@@ -339,7 +346,7 @@ Protected Member Functions
-
◆ set_extended_data()
+
◆ set_extended_data()
@@ -384,7 +391,7 @@ Protected Member Functions
-
◆ set_extended_data_internal()
+
◆ set_extended_data_internal()
@@ -429,7 +436,7 @@ Protected Member Functions
-
◆ set_user_data()
+
◆ set_user_data()
@@ -474,7 +481,7 @@ Protected Member Functions
-
◆ set_user_data_internal()
+
◆ set_user_data_internal()
@@ -524,7 +531,7 @@ Protected Member Functions
diff --git a/classwinstd_1_1event__rec.png b/classwinstd_1_1event__rec.png
index 3517b69c..6dd3bf0e 100644
Binary files a/classwinstd_1_1event__rec.png and b/classwinstd_1_1event__rec.png differ
diff --git a/classwinstd_1_1event__session-members.html b/classwinstd_1_1event__session-members.html
index 01a06e8e..75c76e07 100644
--- a/classwinstd_1_1event__session-members.html
+++ b/classwinstd_1_1event__session-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -111,7 +118,7 @@ $(function() {
diff --git a/classwinstd_1_1event__session.html b/classwinstd_1_1event__session.html
index 9956a7fa..ac48ca7a 100644
--- a/classwinstd_1_1event__session.html
+++ b/classwinstd_1_1event__session.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_session Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -225,7 +232,7 @@ static const TRACEHANDLE
i
-◆ event_session() [1/2]
+◆ event_session() [1/2]
@@ -270,7 +277,7 @@ static const TRACEHANDLE
i
-◆ event_session() [2/2]
+◆ event_session() [2/2]
@@ -304,7 +311,7 @@ static const TRACEHANDLE
i
-◆ ~event_session()
+◆ ~event_session()
@@ -333,7 +340,7 @@ static const TRACEHANDLE
i
-◆ attach()
+◆ attach()
@@ -379,7 +386,7 @@ static const TRACEHANDLE
i
-◆ create()
+◆ create()
@@ -423,7 +430,7 @@ static const TRACEHANDLE
i
-◆ disable_trace()
+◆ disable_trace()
@@ -491,7 +498,7 @@ static const TRACEHANDLE
i
-◆ enable_trace()
+◆ enable_trace()
@@ -559,7 +566,7 @@ static const TRACEHANDLE
i
-◆ free_internal()
+◆ free_internal()
@@ -589,7 +596,7 @@ static const TRACEHANDLE
i
-◆ name()
+◆ name()
@@ -617,7 +624,7 @@ static const TRACEHANDLE
i
-◆ operator const EVENT_TRACE_PROPERTIES *()
+◆ operator const EVENT_TRACE_PROPERTIES *()
@@ -645,7 +652,7 @@ static const TRACEHANDLE
i
-◆ operator=()
+◆ operator=()
@@ -684,7 +691,7 @@ static const TRACEHANDLE
i
diff --git a/classwinstd_1_1event__session.png b/classwinstd_1_1event__session.png
index cf7fb02f..9aee51a5 100644
Binary files a/classwinstd_1_1event__session.png and b/classwinstd_1_1event__session.png differ
diff --git a/classwinstd_1_1event__trace-members.html b/classwinstd_1_1event__trace-members.html
index 65017d49..1388060f 100644
--- a/classwinstd_1_1event__trace-members.html
+++ b/classwinstd_1_1event__trace-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1event__trace.html b/classwinstd_1_1event__trace.html
index dbfa92df..80d29367 100644
--- a/classwinstd_1_1event__trace.html
+++ b/classwinstd_1_1event__trace.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_trace Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const TRACEHANDLE
i
See also OpenTrace function
-◆ ~event_trace()
+◆ ~event_trace()
@@ -216,7 +223,7 @@ static const TRACEHANDLE
i
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const TRACEHANDLE
i
diff --git a/classwinstd_1_1event__trace.png b/classwinstd_1_1event__trace.png
index 689965b7..dd834418 100644
Binary files a/classwinstd_1_1event__trace.png and b/classwinstd_1_1event__trace.png differ
diff --git a/classwinstd_1_1event__trace__enabler-members.html b/classwinstd_1_1event__trace__enabler-members.html
index c4258a9a..303dfb63 100644
--- a/classwinstd_1_1event__trace__enabler-members.html
+++ b/classwinstd_1_1event__trace__enabler-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -89,7 +96,7 @@ $(function() {
diff --git a/classwinstd_1_1event__trace__enabler.html b/classwinstd_1_1event__trace__enabler.html
index 3782e78e..084271a3 100644
--- a/classwinstd_1_1event__trace__enabler.html
+++ b/classwinstd_1_1event__trace__enabler.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::event_trace_enabler Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -138,7 +145,7 @@ PEVENT_FILTER_DESCRIPTOR
m
Helper class to enable event provider in constructor and disables it in destructor.
-◆ event_trace_enabler() [1/2]
+◆ event_trace_enabler() [1/2]
@@ -213,7 +220,7 @@ PEVENT_FILTER_DESCRIPTOR
m
-◆ event_trace_enabler() [2/2]
+◆ event_trace_enabler() [2/2]
@@ -282,7 +289,7 @@ PEVENT_FILTER_DESCRIPTOR
m
-◆ ~event_trace_enabler()
+◆ ~event_trace_enabler()
@@ -311,7 +318,7 @@ PEVENT_FILTER_DESCRIPTOR
m
-◆ status()
+◆ status()
@@ -344,7 +351,7 @@ PEVENT_FILTER_DESCRIPTOR
m
diff --git a/classwinstd_1_1find__file-members.html b/classwinstd_1_1find__file-members.html
index 8bd30292..6b28ae90 100644
--- a/classwinstd_1_1find__file-members.html
+++ b/classwinstd_1_1find__file-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1find__file.html b/classwinstd_1_1find__file.html
index 75fd915b..82d18002 100644
--- a/classwinstd_1_1find__file.html
+++ b/classwinstd_1_1find__file.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::find_file Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const HANDLE
invali
See also FindFirstFile function
-◆ ~find_file()
+◆ ~find_file()
@@ -216,7 +223,7 @@ static const HANDLE
invali
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const HANDLE
invali
diff --git a/classwinstd_1_1find__file.png b/classwinstd_1_1find__file.png
index 6394efa5..1de8ef8d 100644
Binary files a/classwinstd_1_1find__file.png and b/classwinstd_1_1find__file.png differ
diff --git a/classwinstd_1_1gdi__handle-members.html b/classwinstd_1_1gdi__handle-members.html
index 84eeff09..d9219f6e 100644
--- a/classwinstd_1_1gdi__handle-members.html
+++ b/classwinstd_1_1gdi__handle-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1gdi__handle.html b/classwinstd_1_1gdi__handle.html
index d324a36a..39a6374e 100644
--- a/classwinstd_1_1gdi__handle.html
+++ b/classwinstd_1_1gdi__handle.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::gdi_handle< T > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const T
invalid
class winstd::gdi_handle< T >Windows HGDIOBJ wrapper class.
-◆ ~gdi_handle()
+◆ ~gdi_handle()
@@ -218,7 +225,7 @@ template<class T >
-◆ free_internal()
+◆ free_internal()
@@ -255,7 +262,7 @@ template<class T >
diff --git a/classwinstd_1_1gdi__handle.png b/classwinstd_1_1gdi__handle.png
index 64a3d9fe..198185e5 100644
Binary files a/classwinstd_1_1gdi__handle.png and b/classwinstd_1_1gdi__handle.png differ
diff --git a/classwinstd_1_1handle-members.html b/classwinstd_1_1handle-members.html
index 9940a6a3..37296a05 100644
--- a/classwinstd_1_1handle-members.html
+++ b/classwinstd_1_1handle-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -99,7 +106,7 @@ $(function() {
diff --git a/classwinstd_1_1handle.html b/classwinstd_1_1handle.html
index f4b1ff13..f8340cf0 100644
--- a/classwinstd_1_1handle.html
+++ b/classwinstd_1_1handle.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::handle< T, INVAL > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -88,7 +95,14 @@ Inheritance diagram for winstd::handle< T, INVAL >:
-
+
+
+
+
+
+
+
+
@@ -187,7 +201,7 @@ class winstd::handle< T, INVAL >Base abstract template class to
It provides basic operators and methods common to all descendands of this class establishing a base to ease the replacement of native object handle type with classes in object-oriented approach.
-◆ handle() [1/2]
+◆ handle() [1/2]
@@ -223,7 +237,7 @@ template<class T , const T INVAL>
-◆ handle() [2/2]
+◆ handle() [2/2]
@@ -260,7 +274,7 @@ template<class T , const T INVAL>
-◆ attach()
+◆ attach()
@@ -297,7 +311,7 @@ template<class T , const T INVAL>
-◆ detach()
+◆ detach()
@@ -327,7 +341,7 @@ template<class T , const T INVAL>
-◆ free_internal()
+◆ free_internal()
@@ -358,7 +372,7 @@ template<class T , const T INVAL>
-◆ operator handle_type()
+◆ operator handle_type()
@@ -388,7 +402,7 @@ template<class T , const T INVAL>
-◆ operator!()
+◆ operator!()
@@ -422,7 +436,7 @@ template<class T , const T INVAL>
-◆ operator!=()
+◆ operator!=()
@@ -463,7 +477,7 @@ template<class T , const T INVAL>
-◆ operator&()
+◆ operator&()
@@ -493,7 +507,7 @@ template<class T , const T INVAL>
-◆ operator*()
+◆ operator*()
@@ -523,7 +537,7 @@ template<class T , const T INVAL>
-◆ operator->()
+◆ operator->()
@@ -553,7 +567,7 @@ template<class T , const T INVAL>
-◆ operator<()
+◆ operator<()
@@ -594,7 +608,7 @@ template<class T , const T INVAL>
-◆ operator<=()
+◆ operator<=()
@@ -635,7 +649,7 @@ template<class T , const T INVAL>
-◆ operator=() [1/2]
+◆ operator=() [1/2]
@@ -671,7 +685,7 @@ template<class T , const T INVAL>
-◆ operator=() [2/2]
+◆ operator=() [2/2]
@@ -707,7 +721,7 @@ template<class T , const T INVAL>
-◆ operator==()
+◆ operator==()
@@ -748,7 +762,7 @@ template<class T , const T INVAL>
-◆ operator>()
+◆ operator>()
@@ -789,7 +803,7 @@ template<class T , const T INVAL>
-◆ operator>=()
+◆ operator>=()
@@ -835,7 +849,7 @@ template<class T , const T INVAL>
diff --git a/classwinstd_1_1handle.png b/classwinstd_1_1handle.png
index 7f8fe716..6dd806ba 100644
Binary files a/classwinstd_1_1handle.png and b/classwinstd_1_1handle.png differ
diff --git a/classwinstd_1_1heap-members.html b/classwinstd_1_1heap-members.html
index 30f519c9..36962d7f 100644
--- a/classwinstd_1_1heap-members.html
+++ b/classwinstd_1_1heap-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -101,7 +108,7 @@ $(function() {
diff --git a/classwinstd_1_1heap.html b/classwinstd_1_1heap.html
index 253f79e0..7a346f5a 100644
--- a/classwinstd_1_1heap.html
+++ b/classwinstd_1_1heap.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::heap Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -190,7 +197,7 @@ static const HANDLE
invali
See also HeapCreate function
-◆ ~heap()
+◆ ~heap()
@@ -219,7 +226,7 @@ static const HANDLE
invali
-◆ enumerate()
+◆ enumerate()
@@ -251,7 +258,7 @@ static const HANDLE
invali
-◆ free_internal()
+◆ free_internal()
@@ -286,7 +293,7 @@ static const HANDLE
invali
diff --git a/classwinstd_1_1heap.png b/classwinstd_1_1heap.png
index 82b82fb6..b79b3d8e 100644
Binary files a/classwinstd_1_1heap.png and b/classwinstd_1_1heap.png differ
diff --git a/classwinstd_1_1heap__allocator-members.html b/classwinstd_1_1heap__allocator-members.html
index f8e0f5ae..01494eea 100644
--- a/classwinstd_1_1heap__allocator-members.html
+++ b/classwinstd_1_1heap__allocator-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -92,7 +99,7 @@ $(function() {
diff --git a/classwinstd_1_1heap__allocator.html b/classwinstd_1_1heap__allocator.html
index 5c605d26..9b2a1979 100644
--- a/classwinstd_1_1heap__allocator.html
+++ b/classwinstd_1_1heap__allocator.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::heap_allocator< _Ty > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -160,7 +167,7 @@ HANDLE
m_heap HeapAlloc allocator.
-
◆ heap_allocator() [1/2]
+
◆ heap_allocator() [1/2]
@@ -196,7 +203,7 @@ template<class _Ty >
-◆ heap_allocator() [2/2]
+◆ heap_allocator() [2/2]
@@ -235,7 +242,7 @@ template<class _Other >
-◆ allocate()
+◆ allocate()
@@ -272,7 +279,7 @@ template<class _Ty >
-◆ construct() [1/2]
+◆ construct() [1/2]
@@ -319,7 +326,7 @@ template<class _Ty >
-◆ construct() [2/2]
+◆ construct() [2/2]
@@ -366,7 +373,7 @@ template<class _Ty >
-◆ deallocate()
+◆ deallocate()
@@ -413,7 +420,7 @@ template<class _Ty >
-◆ destroy()
+◆ destroy()
@@ -454,7 +461,7 @@ template<class _Ty >
diff --git a/classwinstd_1_1library-members.html b/classwinstd_1_1library-members.html
index 5f80f73d..471ca9fa 100644
--- a/classwinstd_1_1library-members.html
+++ b/classwinstd_1_1library-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1library.html b/classwinstd_1_1library.html
index af1cb44d..e2813312 100644
--- a/classwinstd_1_1library.html
+++ b/classwinstd_1_1library.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::library Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const HMODULE
inval
See also LoadLibraryEx function
-◆ ~library()
+◆ ~library()
@@ -216,7 +223,7 @@ static const HMODULE
inval
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const HMODULE
inval
diff --git a/classwinstd_1_1library.png b/classwinstd_1_1library.png
index d858d614..1f976eb9 100644
Binary files a/classwinstd_1_1library.png and b/classwinstd_1_1library.png differ
diff --git a/classwinstd_1_1num__runtime__error-members.html b/classwinstd_1_1num__runtime__error-members.html
index 4736229a..50befb49 100644
--- a/classwinstd_1_1num__runtime__error-members.html
+++ b/classwinstd_1_1num__runtime__error-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -81,7 +88,7 @@ $(function() {
diff --git a/classwinstd_1_1num__runtime__error.html b/classwinstd_1_1num__runtime__error.html
index 5f97cdd2..92383c95 100644
--- a/classwinstd_1_1num__runtime__error.html
+++ b/classwinstd_1_1num__runtime__error.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::num_runtime_error< _Tn > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -119,7 +126,7 @@ Protected Attributes
class winstd::num_runtime_error< _Tn >
Numerical runtime error.
-◆ num_runtime_error() [1/2]
+◆ num_runtime_error() [1/2]
@@ -166,7 +173,7 @@ template<typename _Tn >
-◆ num_runtime_error() [2/2]
+◆ num_runtime_error() [2/2]
@@ -218,7 +225,7 @@ template<typename _Tn >
diff --git a/classwinstd_1_1num__runtime__error.png b/classwinstd_1_1num__runtime__error.png
index 951f55a2..c914dc43 100644
Binary files a/classwinstd_1_1num__runtime__error.png and b/classwinstd_1_1num__runtime__error.png differ
diff --git a/classwinstd_1_1process__information-members.html b/classwinstd_1_1process__information-members.html
index 2680820f..a5cb0e74 100644
--- a/classwinstd_1_1process__information-members.html
+++ b/classwinstd_1_1process__information-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/classwinstd_1_1process__information.html b/classwinstd_1_1process__information.html
index 6d83887e..6bcfdb6a 100644
--- a/classwinstd_1_1process__information.html
+++ b/classwinstd_1_1process__information.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::process_information Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -104,7 +111,7 @@ Public Member Functions
diff --git a/classwinstd_1_1process__information.png b/classwinstd_1_1process__information.png
index 0610c0fc..ff542673 100644
Binary files a/classwinstd_1_1process__information.png and b/classwinstd_1_1process__information.png differ
diff --git a/classwinstd_1_1ref__unique__ptr-members.html b/classwinstd_1_1ref__unique__ptr-members.html
index 01cdbe5b..36ade149 100644
--- a/classwinstd_1_1ref__unique__ptr-members.html
+++ b/classwinstd_1_1ref__unique__ptr-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -83,7 +90,7 @@ $(function() {
diff --git a/classwinstd_1_1ref__unique__ptr.html b/classwinstd_1_1ref__unique__ptr.html
index 55d4d763..0f211cef 100644
--- a/classwinstd_1_1ref__unique__ptr.html
+++ b/classwinstd_1_1ref__unique__ptr.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::ref_unique_ptr< _Ty, _Dx > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -115,7 +122,7 @@ _Ty *
m_ptr
class winstd::ref_unique_ptr< _Ty, _Dx >Helper class for returning pointers to std::unique_ptr.
-◆ ref_unique_ptr() [1/2]
+◆ ref_unique_ptr() [1/2]
@@ -151,7 +158,7 @@ template<class _Ty , class _Dx >
-◆ ref_unique_ptr() [2/2]
+◆ ref_unique_ptr() [2/2]
@@ -188,7 +195,7 @@ template<class _Ty , class _Dx >
-◆ operator typename _Ty *&()
+◆ operator typename _Ty *&()
@@ -218,7 +225,7 @@ template<class _Ty , class _Dx >
-◆ operator typename _Ty **()
+◆ operator typename _Ty **()
@@ -253,7 +260,7 @@ template<class _Ty , class _Dx >
diff --git a/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4-members.html b/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4-members.html
index b645eca6..f844d39d 100644
--- a/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4-members.html
+++ b/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,15 +84,13 @@ $(function() {
m_ptr winstd::ref_unique_ptr< _Ty[], _Dx > protected
operator typename _Ty *& ()winstd::ref_unique_ptr< _Ty[], _Dx > inline
operator typename _Ty ** () noexceptwinstd::ref_unique_ptr< _Ty[], _Dx > inline
-
operator= (std::unique_ptr< _Ty[], _Dx > &owner) noexceptwinstd::ref_unique_ptr< _Ty[], _Dx > inline
-
operator= (ref_unique_ptr< _Ty[], _Dx > &&other)winstd::ref_unique_ptr< _Ty[], _Dx > inline
ref_unique_ptr (std::unique_ptr< _Ty[], _Dx > &owner) noexceptwinstd::ref_unique_ptr< _Ty[], _Dx > inline
ref_unique_ptr (ref_unique_ptr< _Ty[], _Dx > &&other)winstd::ref_unique_ptr< _Ty[], _Dx > inline
~ref_unique_ptr ()winstd::ref_unique_ptr< _Ty[], _Dx > inline virtual
diff --git a/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html b/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html
index 77b50727..f438d804 100644
--- a/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html
+++ b/classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::ref_unique_ptr< _Ty[], _Dx > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
Helper class for returning pointers to std::unique_ptr (specialization for arrays)
-◆ ref_unique_ptr() [1/2]
+◆ ref_unique_ptr() [1/2]
@@ -157,7 +158,7 @@ template<class _Ty , class _Dx >
-◆ ref_unique_ptr() [2/2]
+◆ ref_unique_ptr() [2/2]
@@ -194,7 +195,7 @@ template<class _Ty , class _Dx >
-◆ operator typename _Ty *&()
+◆ operator typename _Ty *&()
@@ -224,7 +225,7 @@ template<class _Ty , class _Dx >
-◆ operator typename _Ty **()
+◆ operator typename _Ty **()
@@ -251,80 +252,6 @@ template<class _Ty , class _Dx >
Operator for pointer-to-pointer parameters by value use-cases.
Returns Pointer to the pointer
-
-
-
-◆ operator=() [1/2]
-
-
-
-
-template<class _Ty , class _Dx >
-
-
-
-
Moves object.
-
Parameters
-
- [in,out] other Source object
-
-
-
-
Returns Reference to this object
-
-
-
-
-◆ operator=() [2/2]
-
-
-
-
-template<class _Ty , class _Dx >
-
-
-
-
-
-
-inline noexcept
-
-
-
-
-
Takes ownership of the pointer.
-
Parameters
-
- [in,out] owner Object to attach helper to
-
-
-
-
Returns Reference to this object
-
The documentation for this class was generated from the following file:
@@ -333,7 +260,7 @@ template<class _Ty , class _Dx >
diff --git a/classwinstd_1_1reg__key-members.html b/classwinstd_1_1reg__key-members.html
index 2566dcf1..cd6ebdd6 100644
--- a/classwinstd_1_1reg__key-members.html
+++ b/classwinstd_1_1reg__key-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -101,7 +108,7 @@ $(function() {
diff --git a/classwinstd_1_1reg__key.html b/classwinstd_1_1reg__key.html
index f8b298af..25d59c38 100644
--- a/classwinstd_1_1reg__key.html
+++ b/classwinstd_1_1reg__key.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::reg_key Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -192,7 +199,7 @@ static const HKEY
invalid<
RegOpenKeyEx function
-◆ ~reg_key()
+◆ ~reg_key()
@@ -221,7 +228,7 @@ static const HKEY
invalid<
-◆ delete_subkey()
+◆ delete_subkey()
@@ -260,7 +267,7 @@ static const HKEY
invalid<
-◆ free_internal()
+◆ free_internal()
@@ -295,7 +302,7 @@ static const HKEY
invalid<
diff --git a/classwinstd_1_1reg__key.png b/classwinstd_1_1reg__key.png
index 11297d2c..7ed7b88b 100644
Binary files a/classwinstd_1_1reg__key.png and b/classwinstd_1_1reg__key.png differ
diff --git a/classwinstd_1_1sanitizing__allocator-members.html b/classwinstd_1_1sanitizing__allocator-members.html
index b68a9461..70925b9f 100644
--- a/classwinstd_1_1sanitizing__allocator-members.html
+++ b/classwinstd_1_1sanitizing__allocator-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -81,7 +88,7 @@ $(function() {
diff --git a/classwinstd_1_1sanitizing__allocator.html b/classwinstd_1_1sanitizing__allocator.html
index 990c1757..07006dc5 100644
--- a/classwinstd_1_1sanitizing__allocator.html
+++ b/classwinstd_1_1sanitizing__allocator.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sanitizing_allocator< _Ty > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -130,7 +137,7 @@ class winstd::sanitizing_allocator< _Ty >
An allocator template t
diff --git a/classwinstd_1_1sanitizing__allocator.png b/classwinstd_1_1sanitizing__allocator.png
index 6f7878c9..96730915 100644
Binary files a/classwinstd_1_1sanitizing__allocator.png and b/classwinstd_1_1sanitizing__allocator.png differ
diff --git a/classwinstd_1_1sanitizing__blob-members.html b/classwinstd_1_1sanitizing__blob-members.html
index 06c4720f..7191f1af 100644
--- a/classwinstd_1_1sanitizing__blob-members.html
+++ b/classwinstd_1_1sanitizing__blob-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
diff --git a/classwinstd_1_1sanitizing__blob.html b/classwinstd_1_1sanitizing__blob.html
index fb0bb4b4..b20bde6d 100644
--- a/classwinstd_1_1sanitizing__blob.html
+++ b/classwinstd_1_1sanitizing__blob.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sanitizing_blob< N > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ class winstd::sanitizing_blob< N >
Sanitizing BLOB.
diff --git a/classwinstd_1_1sc__handle-members.html b/classwinstd_1_1sc__handle-members.html
index 22405b23..d7db66bd 100644
--- a/classwinstd_1_1sc__handle-members.html
+++ b/classwinstd_1_1sc__handle-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1sc__handle.html b/classwinstd_1_1sc__handle.html
index f6f515c8..c2cbe6eb 100644
--- a/classwinstd_1_1sc__handle.html
+++ b/classwinstd_1_1sc__handle.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sc_handle Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -186,7 +193,7 @@ static const SC_HANDLE
inv
-◆ ~sc_handle()
+◆ ~sc_handle()
@@ -215,7 +222,7 @@ static const SC_HANDLE
inv
-◆ free_internal()
+◆ free_internal()
@@ -250,7 +257,7 @@ static const SC_HANDLE
inv
diff --git a/classwinstd_1_1sc__handle.png b/classwinstd_1_1sc__handle.png
index 7db0ea7d..b551f67d 100644
Binary files a/classwinstd_1_1sc__handle.png and b/classwinstd_1_1sc__handle.png differ
diff --git a/classwinstd_1_1sec__buffer__desc-members.html b/classwinstd_1_1sec__buffer__desc-members.html
index 3f731e1d..08867ac5 100644
--- a/classwinstd_1_1sec__buffer__desc-members.html
+++ b/classwinstd_1_1sec__buffer__desc-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/classwinstd_1_1sec__buffer__desc.html b/classwinstd_1_1sec__buffer__desc.html
index 3241556f..9ca1735e 100644
--- a/classwinstd_1_1sec__buffer__desc.html
+++ b/classwinstd_1_1sec__buffer__desc.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sec_buffer_desc Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -99,7 +106,7 @@ Public Member Functions
SecBufferDesc wrapper class.
-
◆ ~sec_buffer_desc()
+
◆ ~sec_buffer_desc()
@@ -132,7 +139,7 @@ Public Member Functions
diff --git a/classwinstd_1_1sec__buffer__desc.png b/classwinstd_1_1sec__buffer__desc.png
index ea100128..92f20008 100644
Binary files a/classwinstd_1_1sec__buffer__desc.png and b/classwinstd_1_1sec__buffer__desc.png differ
diff --git a/classwinstd_1_1sec__context-members.html b/classwinstd_1_1sec__context-members.html
index 38c0ab54..014bf139 100644
--- a/classwinstd_1_1sec__context-members.html
+++ b/classwinstd_1_1sec__context-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ $(function() {
diff --git a/classwinstd_1_1sec__context.html b/classwinstd_1_1sec__context.html
index 792a21ed..ab44e60d 100644
--- a/classwinstd_1_1sec__context.html
+++ b/classwinstd_1_1sec__context.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sec_context Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -214,7 +221,7 @@ static const PCtxtHandle
i
PCtxtHandle wrapper class.
-◆ sec_context()
+◆ sec_context()
@@ -248,7 +255,7 @@ static const PCtxtHandle
i
-◆ ~sec_context()
+◆ ~sec_context()
@@ -277,7 +284,7 @@ static const PCtxtHandle
i
-◆ free_internal()
+◆ free_internal()
@@ -307,7 +314,7 @@ static const PCtxtHandle
i
-◆ initialize()
+◆ initialize()
@@ -375,7 +382,7 @@ static const PCtxtHandle
i
-◆ operator=()
+◆ operator=()
@@ -409,7 +416,7 @@ static const PCtxtHandle
i
-◆ process()
+◆ process()
@@ -482,7 +489,7 @@ static const PCtxtHandle
i
diff --git a/classwinstd_1_1sec__context.png b/classwinstd_1_1sec__context.png
index 61ee18b2..2085ce4e 100644
Binary files a/classwinstd_1_1sec__context.png and b/classwinstd_1_1sec__context.png differ
diff --git a/classwinstd_1_1sec__credentials-members.html b/classwinstd_1_1sec__credentials-members.html
index 1f7ec333..71cbd62d 100644
--- a/classwinstd_1_1sec__credentials-members.html
+++ b/classwinstd_1_1sec__credentials-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -106,7 +113,7 @@ $(function() {
diff --git a/classwinstd_1_1sec__credentials.html b/classwinstd_1_1sec__credentials.html
index b5a0e636..2764d031 100644
--- a/classwinstd_1_1sec__credentials.html
+++ b/classwinstd_1_1sec__credentials.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sec_credentials Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -210,7 +217,7 @@ static const PCredHandle
i
PCredHandle wrapper class.
-◆ sec_credentials() [1/2]
+◆ sec_credentials() [1/2]
@@ -255,7 +262,7 @@ static const PCredHandle
i
-◆ sec_credentials() [2/2]
+◆ sec_credentials() [2/2]
@@ -289,7 +296,7 @@ static const PCredHandle
i
-◆ ~sec_credentials()
+◆ ~sec_credentials()
@@ -318,7 +325,7 @@ static const PCredHandle
i
-◆ acquire()
+◆ acquire()
@@ -392,7 +399,7 @@ static const PCredHandle
i
-◆ free_internal()
+◆ free_internal()
@@ -422,7 +429,7 @@ static const PCredHandle
i
-◆ operator=()
+◆ operator=()
@@ -461,7 +468,7 @@ static const PCredHandle
i
diff --git a/classwinstd_1_1sec__credentials.png b/classwinstd_1_1sec__credentials.png
index 5a159f81..526ab40d 100644
Binary files a/classwinstd_1_1sec__credentials.png and b/classwinstd_1_1sec__credentials.png differ
diff --git a/classwinstd_1_1sec__runtime__error-members.html b/classwinstd_1_1sec__runtime__error-members.html
index c61b1e30..c0367b08 100644
--- a/classwinstd_1_1sec__runtime__error-members.html
+++ b/classwinstd_1_1sec__runtime__error-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -84,7 +91,7 @@ $(function() {
diff --git a/classwinstd_1_1sec__runtime__error.html b/classwinstd_1_1sec__runtime__error.html
index c7c06745..75100ddd 100644
--- a/classwinstd_1_1sec__runtime__error.html
+++ b/classwinstd_1_1sec__runtime__error.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sec_runtime_error Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -129,7 +136,7 @@ typedef SECURITY_STATUS
er
Note Must be defined as derived class from num_runtime_error<> to allow correct type info for dynamic typecasting and prevent folding with other derivates of num_runtime_error<>.
-◆ sec_runtime_error() [1/3]
+◆ sec_runtime_error() [1/3]
@@ -174,7 +181,7 @@ typedef SECURITY_STATUS
er
-◆ sec_runtime_error() [2/3]
+◆ sec_runtime_error() [2/3]
@@ -219,7 +226,7 @@ typedef SECURITY_STATUS
er
-◆ sec_runtime_error() [3/3]
+◆ sec_runtime_error() [3/3]
@@ -258,7 +265,7 @@ typedef SECURITY_STATUS
er
diff --git a/classwinstd_1_1sec__runtime__error.png b/classwinstd_1_1sec__runtime__error.png
index 0570a44e..0ff40715 100644
Binary files a/classwinstd_1_1sec__runtime__error.png and b/classwinstd_1_1sec__runtime__error.png differ
diff --git a/classwinstd_1_1security__attributes-members.html b/classwinstd_1_1security__attributes-members.html
index d5de558c..bc9e21fb 100644
--- a/classwinstd_1_1security__attributes-members.html
+++ b/classwinstd_1_1security__attributes-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/classwinstd_1_1security__attributes.html b/classwinstd_1_1security__attributes.html
index 79f66ad1..62a71718 100644
--- a/classwinstd_1_1security__attributes.html
+++ b/classwinstd_1_1security__attributes.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::security_attributes Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -105,7 +112,7 @@ Public Member Functions
diff --git a/classwinstd_1_1security__attributes.png b/classwinstd_1_1security__attributes.png
index 57874196..d928eed0 100644
Binary files a/classwinstd_1_1security__attributes.png and b/classwinstd_1_1security__attributes.png differ
diff --git a/classwinstd_1_1security__id-members.html b/classwinstd_1_1security__id-members.html
index fe178520..1db035ee 100644
--- a/classwinstd_1_1security__id-members.html
+++ b/classwinstd_1_1security__id-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1security__id.html b/classwinstd_1_1security__id.html
index bd8e878d..d6a09b16 100644
--- a/classwinstd_1_1security__id.html
+++ b/classwinstd_1_1security__id.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::security_id Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -186,7 +193,7 @@ static const PSID
invalid<
-◆ ~security_id()
+◆ ~security_id()
@@ -215,7 +222,7 @@ static const PSID
invalid<
-◆ free_internal()
+◆ free_internal()
@@ -250,7 +257,7 @@ static const PSID
invalid<
diff --git a/classwinstd_1_1security__id.png b/classwinstd_1_1security__id.png
index d5822369..12d02df8 100644
Binary files a/classwinstd_1_1security__id.png and b/classwinstd_1_1security__id.png differ
diff --git a/classwinstd_1_1setup__device__info__list-members.html b/classwinstd_1_1setup__device__info__list-members.html
index c7ee7a47..e2499db7 100644
--- a/classwinstd_1_1setup__device__info__list-members.html
+++ b/classwinstd_1_1setup__device__info__list-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1setup__device__info__list.html b/classwinstd_1_1setup__device__info__list.html
index f0acc06a..45282538 100644
--- a/classwinstd_1_1setup__device__info__list.html
+++ b/classwinstd_1_1setup__device__info__list.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::setup_device_info_list Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -189,7 +196,7 @@ static const HDEVINFO
inva
SetupDiGetClassDevsExW function
-◆ ~setup_device_info_list()
+◆ ~setup_device_info_list()
@@ -218,7 +225,7 @@ static const HDEVINFO
inva
-◆ free_internal()
+◆ free_internal()
@@ -253,7 +260,7 @@ static const HDEVINFO
inva
diff --git a/classwinstd_1_1setup__device__info__list.png b/classwinstd_1_1setup__device__info__list.png
index e3988cdb..c9063d4d 100644
Binary files a/classwinstd_1_1setup__device__info__list.png and b/classwinstd_1_1setup__device__info__list.png differ
diff --git a/classwinstd_1_1setup__driver__info__list__builder-members.html b/classwinstd_1_1setup__driver__info__list__builder-members.html
index ecc7dbae..1473d773 100644
--- a/classwinstd_1_1setup__driver__info__list__builder-members.html
+++ b/classwinstd_1_1setup__driver__info__list__builder-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
diff --git a/classwinstd_1_1setup__driver__info__list__builder.html b/classwinstd_1_1setup__driver__info__list__builder.html
index e4a3d7c3..7a9b709e 100644
--- a/classwinstd_1_1setup__driver__info__list__builder.html
+++ b/classwinstd_1_1setup__driver__info__list__builder.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::setup_driver_info_list_builder Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -95,7 +102,7 @@ Public Member Functions
Builds a list of drivers in constructor and deletes it in destructor.
-
◆ setup_driver_info_list_builder()
+
◆ setup_driver_info_list_builder()
@@ -140,7 +147,7 @@ Public Member Functions
-
◆ ~setup_driver_info_list_builder()
+
◆ ~setup_driver_info_list_builder()
@@ -169,7 +176,7 @@ Public Member Functions
-
◆ status()
+
◆ status()
@@ -202,7 +209,7 @@ Public Member Functions
diff --git a/classwinstd_1_1string__guid-members.html b/classwinstd_1_1string__guid-members.html
index 72fd5774..47c070f3 100644
--- a/classwinstd_1_1string__guid-members.html
+++ b/classwinstd_1_1string__guid-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/classwinstd_1_1string__guid.html b/classwinstd_1_1string__guid.html
index 817c74a9..21562cee 100644
--- a/classwinstd_1_1string__guid.html
+++ b/classwinstd_1_1string__guid.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::string_guid Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -102,7 +109,7 @@ Public Member Functions
Single-byte character implementation of a class to support converting GUID to string.
-
◆ string_guid()
+
◆ string_guid()
@@ -141,7 +148,7 @@ Public Member Functions
diff --git a/classwinstd_1_1string__guid.png b/classwinstd_1_1string__guid.png
index b0fdd9ab..5add94a2 100644
Binary files a/classwinstd_1_1string__guid.png and b/classwinstd_1_1string__guid.png differ
diff --git a/classwinstd_1_1user__impersonator-members.html b/classwinstd_1_1user__impersonator-members.html
index bb95c4be..eda1ea18 100644
--- a/classwinstd_1_1user__impersonator-members.html
+++ b/classwinstd_1_1user__impersonator-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
diff --git a/classwinstd_1_1user__impersonator.html b/classwinstd_1_1user__impersonator.html
index 4f63fb5e..cbadd7e1 100644
--- a/classwinstd_1_1user__impersonator.html
+++ b/classwinstd_1_1user__impersonator.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::user_impersonator Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ BOOL
m_cookie Lets the calling thread impersonate the security context of a logged-on user.
-
◆ user_impersonator()
+
◆ user_impersonator()
@@ -135,7 +142,7 @@ BOOL
m_cookie
-
◆ ~user_impersonator()
+
◆ ~user_impersonator()
@@ -168,7 +175,7 @@ BOOL
m_cookie
diff --git a/classwinstd_1_1variant-members.html b/classwinstd_1_1variant-members.html
index 0cdeb019..3bb2b06e 100644
--- a/classwinstd_1_1variant-members.html
+++ b/classwinstd_1_1variant-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -137,7 +144,7 @@ $(function() {
diff --git a/classwinstd_1_1variant.html b/classwinstd_1_1variant.html
index 004c5b8d..3a9c9e2f 100644
--- a/classwinstd_1_1variant.html
+++ b/classwinstd_1_1variant.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::variant Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -329,7 +336,7 @@ virtual
~variant ()VARIANT struct wrapper.
-◆ change_type()
+◆ change_type()
@@ -368,7 +375,7 @@ virtual
~variant ()
-◆ operator!=()
+◆ operator!=()
@@ -407,7 +414,7 @@ virtual
~variant ()
-◆ operator<()
+◆ operator<()
@@ -446,7 +453,7 @@ virtual
~variant ()
-◆ operator<=()
+◆ operator<=()
@@ -485,7 +492,7 @@ virtual
~variant ()
-◆ operator==()
+◆ operator==()
@@ -524,7 +531,7 @@ virtual
~variant ()
-◆ operator>()
+◆ operator>()
@@ -563,7 +570,7 @@ virtual
~variant ()
-◆ operator>=()
+◆ operator>=()
@@ -607,7 +614,7 @@ virtual
~variant ()
diff --git a/classwinstd_1_1variant.png b/classwinstd_1_1variant.png
index 64217887..ab7d4baf 100644
Binary files a/classwinstd_1_1variant.png and b/classwinstd_1_1variant.png differ
diff --git a/classwinstd_1_1vmemory-members.html b/classwinstd_1_1vmemory-members.html
index 1898fc2a..1b07286a 100644
--- a/classwinstd_1_1vmemory-members.html
+++ b/classwinstd_1_1vmemory-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ $(function() {
diff --git a/classwinstd_1_1vmemory.html b/classwinstd_1_1vmemory.html
index 6a700eff..7e2b4fe1 100644
--- a/classwinstd_1_1vmemory.html
+++ b/classwinstd_1_1vmemory.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::vmemory Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -213,7 +220,7 @@ static const LPVOID
invali
Memory in virtual address space of a process handle wrapper.
-◆ vmemory() [1/2]
+◆ vmemory() [1/2]
@@ -258,7 +265,7 @@ static const LPVOID
invali
-◆ vmemory() [2/2]
+◆ vmemory() [2/2]
@@ -292,7 +299,7 @@ static const LPVOID
invali
-◆ ~vmemory()
+◆ ~vmemory()
@@ -321,7 +328,7 @@ static const LPVOID
invali
-◆ alloc()
+◆ alloc()
@@ -383,7 +390,7 @@ static const LPVOID
invali
-◆ attach()
+◆ attach()
@@ -429,7 +436,7 @@ static const LPVOID
invali
-◆ free_internal()
+◆ free_internal()
@@ -459,7 +466,7 @@ static const LPVOID
invali
-◆ operator=()
+◆ operator=()
@@ -498,7 +505,7 @@ static const LPVOID
invali
diff --git a/classwinstd_1_1vmemory.png b/classwinstd_1_1vmemory.png
index f8e5fb0e..ea12ca72 100644
Binary files a/classwinstd_1_1vmemory.png and b/classwinstd_1_1vmemory.png differ
diff --git a/classwinstd_1_1waddrinfo-members.html b/classwinstd_1_1waddrinfo-members.html
index 2b4e4301..1b2f9803 100644
--- a/classwinstd_1_1waddrinfo-members.html
+++ b/classwinstd_1_1waddrinfo-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1waddrinfo.html b/classwinstd_1_1waddrinfo.html
index cccaa757..4fcd91d2 100644
--- a/classwinstd_1_1waddrinfo.html
+++ b/classwinstd_1_1waddrinfo.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::waddrinfo Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const PADDRINFOW
in
See also GetAddrInfoW function
-◆ ~waddrinfo()
+◆ ~waddrinfo()
@@ -216,7 +223,7 @@ static const PADDRINFOW
in
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const PADDRINFOW
in
diff --git a/classwinstd_1_1waddrinfo.png b/classwinstd_1_1waddrinfo.png
index ea41a8e5..27483b6a 100644
Binary files a/classwinstd_1_1waddrinfo.png and b/classwinstd_1_1waddrinfo.png differ
diff --git a/classwinstd_1_1win__handle-members.html b/classwinstd_1_1win__handle-members.html
index b537bac8..7d393359 100644
--- a/classwinstd_1_1win__handle-members.html
+++ b/classwinstd_1_1win__handle-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1win__handle.html b/classwinstd_1_1win__handle.html
index d227a707..a51be8f0 100644
--- a/classwinstd_1_1win__handle.html
+++ b/classwinstd_1_1win__handle.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::win_handle< INVALID > Class Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const HANDLE
invali
class winstd::win_handle< INVALID > Windows HANDLE wrapper class.
-◆ ~win_handle()
+◆ ~win_handle()
@@ -218,7 +225,7 @@ template<HANDLE INVALID>
-◆ free_internal()
+◆ free_internal()
@@ -255,7 +262,7 @@ template<HANDLE INVALID>
diff --git a/classwinstd_1_1win__handle.png b/classwinstd_1_1win__handle.png
index ad2ef112..e7149ec9 100644
Binary files a/classwinstd_1_1win__handle.png and b/classwinstd_1_1win__handle.png differ
diff --git a/classwinstd_1_1win__runtime__error-members.html b/classwinstd_1_1win__runtime__error-members.html
index 876cf685..47426c4e 100644
--- a/classwinstd_1_1win__runtime__error-members.html
+++ b/classwinstd_1_1win__runtime__error-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ $(function() {
diff --git a/classwinstd_1_1win__runtime__error.html b/classwinstd_1_1win__runtime__error.html
index 196afbe8..99e62d3e 100644
--- a/classwinstd_1_1win__runtime__error.html
+++ b/classwinstd_1_1win__runtime__error.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::win_runtime_error Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -135,7 +142,7 @@ typedef DWORD
error_type
-◆ win_runtime_error() [1/4]
+◆ win_runtime_error() [1/4]
@@ -180,7 +187,7 @@ typedef DWORD
error_type
-◆ win_runtime_error() [2/4]
+◆ win_runtime_error() [2/4]
@@ -225,7 +232,7 @@ typedef DWORD
error_type
-◆ win_runtime_error() [3/4]
+◆ win_runtime_error() [3/4]
@@ -259,7 +266,7 @@ typedef DWORD
error_type
-◆ win_runtime_error() [4/4]
+◆ win_runtime_error() [4/4]
@@ -294,7 +301,7 @@ typedef DWORD
error_type
-◆ msg()
+◆ msg()
@@ -328,7 +335,7 @@ typedef DWORD
error_type
diff --git a/classwinstd_1_1win__runtime__error.png b/classwinstd_1_1win__runtime__error.png
index c86989f7..d917d9a6 100644
Binary files a/classwinstd_1_1win__runtime__error.png and b/classwinstd_1_1win__runtime__error.png differ
diff --git a/classwinstd_1_1window__dc-members.html b/classwinstd_1_1window__dc-members.html
index 39a45563..0b486652 100644
--- a/classwinstd_1_1window__dc-members.html
+++ b/classwinstd_1_1window__dc-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -105,7 +112,7 @@ $(function() {
diff --git a/classwinstd_1_1window__dc.html b/classwinstd_1_1window__dc.html
index fe2e7a32..36831521 100644
--- a/classwinstd_1_1window__dc.html
+++ b/classwinstd_1_1window__dc.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::window_dc Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -210,7 +217,7 @@ static const HDC
invalid
Device context wrapper class.
-◆ ~window_dc()
+◆ ~window_dc()
@@ -239,7 +246,7 @@ static const HDC
invalid
-◆ free_internal()
+◆ free_internal()
@@ -274,7 +281,7 @@ static const HDC
invalid
diff --git a/classwinstd_1_1window__dc.png b/classwinstd_1_1window__dc.png
index b4f5a000..d1ce4e6b 100644
Binary files a/classwinstd_1_1window__dc.png and b/classwinstd_1_1window__dc.png differ
diff --git a/classwinstd_1_1wintrust-members.html b/classwinstd_1_1wintrust-members.html
index 91f191a6..d3437e72 100644
--- a/classwinstd_1_1wintrust-members.html
+++ b/classwinstd_1_1wintrust-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/classwinstd_1_1wintrust.html b/classwinstd_1_1wintrust.html
index 0086d3a7..e4a17ca7 100644
--- a/classwinstd_1_1wintrust.html
+++ b/classwinstd_1_1wintrust.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::wintrust Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -98,7 +105,7 @@ virtual
~wintrust ()
diff --git a/classwinstd_1_1wlan__handle-members.html b/classwinstd_1_1wlan__handle-members.html
index 9b1ecf69..691b4744 100644
--- a/classwinstd_1_1wlan__handle-members.html
+++ b/classwinstd_1_1wlan__handle-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/classwinstd_1_1wlan__handle.html b/classwinstd_1_1wlan__handle.html
index eb041d86..0f8653b6 100644
--- a/classwinstd_1_1wlan__handle.html
+++ b/classwinstd_1_1wlan__handle.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::wlan_handle Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -187,7 +194,7 @@ static const HANDLE
invali
See also WlanOpenHandle function
-◆ ~wlan_handle()
+◆ ~wlan_handle()
@@ -216,7 +223,7 @@ static const HANDLE
invali
-◆ free_internal()
+◆ free_internal()
@@ -251,7 +258,7 @@ static const HANDLE
invali
diff --git a/classwinstd_1_1wlan__handle.png b/classwinstd_1_1wlan__handle.png
index 757ef2fa..ff5ff0a3 100644
Binary files a/classwinstd_1_1wlan__handle.png and b/classwinstd_1_1wlan__handle.png differ
diff --git a/classwinstd_1_1ws2__runtime__error-members.html b/classwinstd_1_1ws2__runtime__error-members.html
index 566add80..19a646db 100644
--- a/classwinstd_1_1ws2__runtime__error-members.html
+++ b/classwinstd_1_1ws2__runtime__error-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ $(function() {
diff --git a/classwinstd_1_1ws2__runtime__error.html b/classwinstd_1_1ws2__runtime__error.html
index 97e6169f..2608f3fc 100644
--- a/classwinstd_1_1ws2__runtime__error.html
+++ b/classwinstd_1_1ws2__runtime__error.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::ws2_runtime_error Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -134,7 +141,7 @@ typedef int
error_type
-◆ ws2_runtime_error() [1/4]
+◆ ws2_runtime_error() [1/4]
@@ -179,7 +186,7 @@ typedef int
error_type
-◆ ws2_runtime_error() [2/4]
+◆ ws2_runtime_error() [2/4]
@@ -224,7 +231,7 @@ typedef int
error_type
-◆ ws2_runtime_error() [3/4]
+◆ ws2_runtime_error() [3/4]
@@ -258,7 +265,7 @@ typedef int
error_type
-◆ ws2_runtime_error() [4/4]
+◆ ws2_runtime_error() [4/4]
@@ -293,7 +300,7 @@ typedef int
error_type
-◆ msg()
+◆ msg()
@@ -327,7 +334,7 @@ typedef int
error_type
diff --git a/classwinstd_1_1ws2__runtime__error.png b/classwinstd_1_1ws2__runtime__error.png
index ad4a150a..f3b8755b 100644
Binary files a/classwinstd_1_1ws2__runtime__error.png and b/classwinstd_1_1ws2__runtime__error.png differ
diff --git a/classwinstd_1_1wstring__guid-members.html b/classwinstd_1_1wstring__guid-members.html
index 7fbcf1d4..10a31ad7 100644
--- a/classwinstd_1_1wstring__guid-members.html
+++ b/classwinstd_1_1wstring__guid-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/classwinstd_1_1wstring__guid.html b/classwinstd_1_1wstring__guid.html
index 5a9f3a05..7b10399f 100644
--- a/classwinstd_1_1wstring__guid.html
+++ b/classwinstd_1_1wstring__guid.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::wstring_guid Class Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -102,7 +109,7 @@ Public Member Functions
Wide character implementation of a class to support converting GUID to string.
-
◆ wstring_guid()
+
◆ wstring_guid()
@@ -141,7 +148,7 @@ Public Member Functions
diff --git a/classwinstd_1_1wstring__guid.png b/classwinstd_1_1wstring__guid.png
index 46255fa6..199a48f0 100644
Binary files a/classwinstd_1_1wstring__guid.png and b/classwinstd_1_1wstring__guid.png differ
diff --git a/dir_4be4f7b278e009bf0f1906cf31fb73bd.html b/dir_4be4f7b278e009bf0f1906cf31fb73bd.html
index 430d8bc5..dfa0fd2d 100644
--- a/dir_4be4f7b278e009bf0f1906cf31fb73bd.html
+++ b/dir_4be4f7b278e009bf0f1906cf31fb73bd.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: UnitTests Directory Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ Files
diff --git a/dir_6f50bb204833d887b928571856c82fbe.html b/dir_6f50bb204833d887b928571856c82fbe.html
index 9f5b7321..c7b22f18 100644
--- a/dir_6f50bb204833d887b928571856c82fbe.html
+++ b/dir_6f50bb204833d887b928571856c82fbe.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include/WinStd Directory Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -109,7 +116,7 @@ Files
diff --git a/dir_d44c64559bbebec7f509842c48db8b23.html b/dir_d44c64559bbebec7f509842c48db8b23.html
index 6bb424ca..5ab69d5d 100644
--- a/dir_d44c64559bbebec7f509842c48db8b23.html
+++ b/dir_d44c64559bbebec7f509842c48db8b23.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: include Directory Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ Directories
diff --git a/docd.png b/docd.png
new file mode 100644
index 00000000..d7c94fda
Binary files /dev/null and b/docd.png differ
diff --git a/doxygen.css b/doxygen.css
index 90367372..89dee6c4 100644
--- a/doxygen.css
+++ b/doxygen.css
@@ -1,29 +1,374 @@
-/* The standard CSS for doxygen 1.9.3 */
+/* The standard CSS for doxygen 1.9.5*/
+
+html {
+/* page base colors */
+--page-background-color: white;
+--page-foreground-color: black;
+--page-link-color: #3D578C;
+--page-visited-link-color: #4665A2;
+
+/* index */
+--index-odd-item-bg-color: #F8F9FC;
+--index-even-item-bg-color: white;
+--index-header-color: black;
+--index-separator-color: #A0A0A0;
+
+/* header */
+--header-background-color: #F9FAFC;
+--header-separator-color: #C4CFE5;
+--header-gradient-image: url('nav_h.png');
+--group-header-separator-color: #879ECB;
+--group-header-color: #354C7B;
+--inherit-header-color: gray;
+
+--footer-foreground-color: #2A3D61;
+--footer-logo-width: 104px;
+--citation-label-color: #334975;
+--glow-color: cyan;
+
+--title-background-color: white;
+--title-separator-color: #5373B4;
+--directory-separator-color: #9CAFD4;
+--separator-color: #4A6AAA;
+
+--blockquote-background-color: #F7F8FB;
+--blockquote-border-color: #9CAFD4;
+
+--scrollbar-thumb-color: #9CAFD4;
+--scrollbar-background-color: #F9FAFC;
+
+--icon-background-color: #728DC1;
+--icon-foreground-color: white;
+--icon-doc-image: url('doc.png');
+
+/* brief member declaration list */
+--memdecl-background-color: #F9FAFC;
+--memdecl-separator-color: #DEE4F0;
+--memdecl-foreground-color: #555;
+--memdecl-template-color: #4665A2;
+
+/* detailed member list */
+--memdef-border-color: #A8B8D9;
+--memdef-title-background-color: #E2E8F2;
+--memdef-title-gradient-image: url('nav_f.png');
+--memdef-proto-background-color: #DFE5F1;
+--memdef-proto-text-color: #253555;
+--memdef-proto-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+--memdef-doc-background-color: white;
+--memdef-param-name-color: #602020;
+--memdef-template-color: #4665A2;
+
+/* tables */
+--table-cell-border-color: #2D4068;
+--table-header-background-color: #374F7F;
+--table-header-foreground-color: #FFFFFF;
+
+/* labels */
+--label-background-color: #728DC1;
+--label-left-top-border-color: #5373B4;
+--label-right-bottom-border-color: #C4CFE5;
+--label-foreground-color: white;
+
+/** navigation bar/tree/menu */
+--nav-background-color: #F9FAFC;
+--nav-foreground-color: #364D7C;
+--nav-gradient-image: url('tab_b.png');
+--nav-gradient-hover-image: url('tab_h.png');
+--nav-gradient-active-image: url('tab_a.png');
+--nav-gradient-active-image-parent: url("../tab_a.png");
+--nav-separator-image: url('tab_s.png');
+--nav-breadcrumb-image: url('bc_s.png');
+--nav-breadcrumb-border-color: #C2CDE4;
+--nav-splitbar-image: url('splitbar.png');
+--nav-font-size-level1: 13px;
+--nav-font-size-level2: 10px;
+--nav-font-size-level3: 9px;
+--nav-text-normal-color: #283A5D;
+--nav-text-hover-color: white;
+--nav-text-active-color: white;
+--nav-text-normal-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+--nav-text-hover-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+--nav-text-active-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+--nav-menu-button-color: #364D7C;
+--nav-menu-background-color: white;
+--nav-menu-foreground-color: #555555;
+--nav-menu-toggle-color: rgba(255, 255, 255, 0.5);
+--nav-arrow-color: #9CAFD4;
+--nav-arrow-selected-color: #9CAFD4;
+
+/* table of contents */
+--toc-background-color: #F4F6FA;
+--toc-border-color: #D8DFEE;
+--toc-header-color: #4665A2;
+
+/** search field */
+--search-background-color: white;
+--search-foreground-color: #909090;
+--search-magnification-image: url('mag.svg');
+--search-magnification-select-image: url('mag_sel.svg');
+--search-active-color: black;
+--search-filter-background-color: #F9FAFC;
+--search-filter-foreground-color: black;
+--search-filter-border-color: #90A5CE;
+--search-filter-highlight-text-color: white;
+--search-filter-highlight-bg-color: #3D578C;
+--search-results-foreground-color: #425E97;
+--search-results-background-color: #EEF1F7;
+--search-results-border-color: black;
+--search-box-shadow: inset 0.5px 0.5px 3px 0px #555;
+
+/** code fragments */
+--code-keyword-color: #008000;
+--code-type-keyword-color: #604020;
+--code-flow-keyword-color: #E08000;
+--code-comment-color: #800000;
+--code-preprocessor-color: #806020;
+--code-string-literal-color: #002080;
+--code-char-literal-color: #008080;
+--code-vhdl-digit-color: #FF00FF;
+--code-vhdl-char-color: #000000;
+--code-vhdl-keyword-color: #700070;
+--code-vhdl-logic-color: #FF0000;
+--code-link-color: #4665A2;
+--code-external-link-color: #4665A2;
+--fragment-foreground-color: black;
+--fragment-background-color: #FBFCFD;
+--fragment-border-color: #C4CFE5;
+--fragment-lineno-border-color: #00FF00;
+--fragment-lineno-background-color: #E8E8E8;
+--fragment-lineno-foreground-color: black;
+--fragment-lineno-link-fg-color: #4665A2;
+--fragment-lineno-link-bg-color: #D8D8D8;
+--fragment-lineno-link-hover-fg-color: #4665A2;
+--fragment-lineno-link-hover-bg-color: #C8C8C8;
+--tooltip-foreground-color: black;
+--tooltip-background-color: white;
+--tooltip-border-color: gray;
+--tooltip-doc-color: grey;
+--tooltip-declaration-color: #006318;
+--tooltip-link-color: #4665A2;
+--tooltip-shadow: 1px 1px 7px gray;
+
+/** font-family */
+--font-family-normal: Roboto,sans-serif;
+--font-family-monospace: monospace,fixed;
+--font-family-nav: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+--font-family-title: Tahoma,Arial,sans-serif;
+--font-family-toc: Verdana,'DejaVu Sans',Geneva,sans-serif;
+--font-family-search: Arial,Verdana,sans-serif;
+--font-family-icon: Arial,Helvetica;
+--font-family-tooltip: Roboto,sans-serif;
-body, table, div, p, dl {
- font: 400 14px/22px Roboto,sans-serif;
}
-p.reference, p.definition {
- font: 400 14px/22px Roboto,sans-serif;
+@media (prefers-color-scheme: dark) {
+ html:not(.dark-mode) {
+ color-scheme: dark;
+
+/* page base colors */
+--page-background-color: black;
+--page-foreground-color: #C9D1D9;
+--page-link-color: #90A5CE;
+--page-visited-link-color: #A3B4D7;
+
+/* index */
+--index-odd-item-bg-color: #0B101A;
+--index-even-item-bg-color: black;
+--index-header-color: #C4CFE5;
+--index-separator-color: #334975;
+
+/* header */
+--header-background-color: #070B11;
+--header-separator-color: #141C2E;
+--header-gradient-image: url('nav_hd.png');
+--group-header-separator-color: #283A5D;
+--group-header-color: #90A5CE;
+--inherit-header-color: #A0A0A0;
+
+--footer-foreground-color: #5B7AB7;
+--footer-logo-width: 60px;
+--citation-label-color: #90A5CE;
+--glow-color: cyan;
+
+--title-background-color: #090D16;
+--title-separator-color: #354C79;
+--directory-separator-color: #283A5D;
+--separator-color: #283A5D;
+
+--blockquote-background-color: #101826;
+--blockquote-border-color: #283A5D;
+
+--scrollbar-thumb-color: #283A5D;
+--scrollbar-background-color: #070B11;
+
+--icon-background-color: #334975;
+--icon-foreground-color: #C4CFE5;
+--icon-doc-image: url('docd.png');
+
+/* brief member declaration list */
+--memdecl-background-color: #0B101A;
+--memdecl-separator-color: #2C3F65;
+--memdecl-foreground-color: #BBB;
+--memdecl-template-color: #7C95C6;
+
+/* detailed member list */
+--memdef-border-color: #233250;
+--memdef-title-background-color: #1B2840;
+--memdef-title-gradient-image: url('nav_fd.png');
+--memdef-proto-background-color: #19243A;
+--memdef-proto-text-color: #9DB0D4;
+--memdef-proto-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
+--memdef-doc-background-color: black;
+--memdef-param-name-color: #D28757;
+--memdef-template-color: #7C95C6;
+
+/* tables */
+--table-cell-border-color: #283A5D;
+--table-header-background-color: #283A5D;
+--table-header-foreground-color: #C4CFE5;
+
+/* labels */
+--label-background-color: #354C7B;
+--label-left-top-border-color: #4665A2;
+--label-right-bottom-border-color: #283A5D;
+--label-foreground-color: #CCCCCC;
+
+/** navigation bar/tree/menu */
+--nav-background-color: #101826;
+--nav-foreground-color: #364D7C;
+--nav-gradient-image: url('tab_bd.png');
+--nav-gradient-hover-image: url('tab_hd.png');
+--nav-gradient-active-image: url('tab_ad.png');
+--nav-gradient-active-image-parent: url("../tab_ad.png");
+--nav-separator-image: url('tab_sd.png');
+--nav-breadcrumb-image: url('bc_sd.png');
+--nav-breadcrumb-border-color: #2A3D61;
+--nav-splitbar-image: url('splitbard.png');
+--nav-font-size-level1: 13px;
+--nav-font-size-level2: 10px;
+--nav-font-size-level3: 9px;
+--nav-text-normal-color: #B6C4DF;
+--nav-text-hover-color: #DCE2EF;
+--nav-text-active-color: #DCE2EF;
+--nav-text-normal-shadow: 0px 1px 1px black;
+--nav-text-hover-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+--nav-text-active-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+--nav-menu-button-color: #B6C4DF;
+--nav-menu-background-color: #05070C;
+--nav-menu-foreground-color: #BBBBBB;
+--nav-menu-toggle-color: rgba(255, 255, 255, 0.2);
+--nav-arrow-color: #334975;
+--nav-arrow-selected-color: #90A5CE;
+
+/* table of contents */
+--toc-background-color: #151E30;
+--toc-border-color: #202E4A;
+--toc-header-color: #A3B4D7;
+
+/** search field */
+--search-background-color: black;
+--search-foreground-color: #C5C5C5;
+--search-magnification-image: url('mag_d.svg');
+--search-magnification-select-image: url('mag_seld.svg');
+--search-active-color: #C5C5C5;
+--search-filter-background-color: #101826;
+--search-filter-foreground-color: #90A5CE;
+--search-filter-border-color: #7C95C6;
+--search-filter-highlight-text-color: #BCC9E2;
+--search-filter-highlight-bg-color: #283A5D;
+--search-results-background-color: #101826;
+--search-results-foreground-color: #90A5CE;
+--search-results-border-color: #7C95C6;
+--search-box-shadow: inset 0.5px 0.5px 3px 0px #2F436C;
+
+/** code fragments */
+--code-keyword-color: #CC99CD;
+--code-type-keyword-color: #AB99CD;
+--code-flow-keyword-color: #E08000;
+--code-comment-color: #717790;
+--code-preprocessor-color: #65CABE;
+--code-string-literal-color: #7EC699;
+--code-char-literal-color: #00E0F0;
+--code-vhdl-digit-color: #FF00FF;
+--code-vhdl-char-color: #000000;
+--code-vhdl-keyword-color: #700070;
+--code-vhdl-logic-color: #FF0000;
+--code-link-color: #79C0FF;
+--code-external-link-color: #79C0FF;
+--fragment-foreground-color: #C9D1D9;
+--fragment-background-color: black;
+--fragment-border-color: #30363D;
+--fragment-lineno-border-color: #30363D;
+--fragment-lineno-background-color: black;
+--fragment-lineno-foreground-color: #6E7681;
+--fragment-lineno-link-fg-color: #6E7681;
+--fragment-lineno-link-bg-color: #303030;
+--fragment-lineno-link-hover-fg-color: #8E96A1;
+--fragment-lineno-link-hover-bg-color: #505050;
+--tooltip-foreground-color: #C9D1D9;
+--tooltip-background-color: #202020;
+--tooltip-border-color: #C9D1D9;
+--tooltip-doc-color: #D9E1E9;
+--tooltip-declaration-color: #20C348;
+--tooltip-link-color: #79C0FF;
+--tooltip-shadow: none;
+
+/** font-family */
+--font-family-normal: Roboto,sans-serif;
+--font-family-monospace: monospace,fixed;
+--font-family-nav: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+--font-family-title: Tahoma,Arial,sans-serif;
+--font-family-toc: Verdana,'DejaVu Sans',Geneva,sans-serif;
+--font-family-search: Arial,Verdana,sans-serif;
+--font-family-icon: Arial,Helvetica;
+--font-family-tooltip: Roboto,sans-serif;
+
+}}
+body {
+ background-color: var(--page-background-color);
+ color: var(--page-foreground-color);
+ scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-background-color);
+}
+
+::-webkit-scrollbar {
+ background-color: var(--scrollbar-background-color);
+ height: 10px;
+ width: 10px;
+}
+::-webkit-scrollbar-thumb {
+ background-color: var(--scrollbar-thumb-color);
+ border-radius: 8px;
+}
+::-webkit-scrollbar-corner {
+ background-color: var(--scrollbar-background-color);
+}
+
+body, table, div, p, dl {
+ font-weight: 400;
+ font-size: 14px;
+ font-family: var(--font-family-normal);
+ line-height: 22px;
}
/* @group Heading Levels */
-h1.groupheader {
- font-size: 150%;
-}
-
.title {
- font: 400 14px/28px Roboto,sans-serif;
+ font-weight: 400;
+ font-size: 14px;
+ font-family: var(--font-family-normal);
+ line-height: 28px;
font-size: 150%;
font-weight: bold;
margin: 10px 2px;
}
+h1.groupheader {
+ font-size: 150%;
+}
+
h2.groupheader {
- border-bottom: 1px solid #879ECB;
- color: #354C7B;
+ border-bottom: 1px solid var(--group-header-separator-color);
+ color: var(--group-header-color);
font-size: 150%;
font-weight: normal;
margin-top: 1.75em;
@@ -46,22 +391,13 @@ h1, h2, h3, h4, h5, h6 {
}
h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
- text-shadow: 0 0 15px cyan;
+ text-shadow: 0 0 15px var(--glow-color);
}
dt {
font-weight: bold;
}
-ul.multicol {
- -moz-column-gap: 1em;
- -webkit-column-gap: 1em;
- column-gap: 1em;
- -moz-column-count: 3;
- -webkit-column-count: 3;
- column-count: 3;
-}
-
p.startli, p.startdd {
margin-top: 2px;
}
@@ -113,7 +449,6 @@ h3.version {
}
div.navtab {
- border-right: 1px solid #A3B4D7;
padding-right: 15px;
text-align: right;
line-height: 110%;
@@ -127,16 +462,17 @@ td.navtab {
padding-right: 6px;
padding-left: 6px;
}
+
td.navtabHL {
- background-image: url('tab_a.png');
+ background-image: var(--nav-gradient-active-image);
background-repeat:repeat-x;
padding-right: 6px;
padding-left: 6px;
}
td.navtabHL a, td.navtabHL a:visited {
- color: #fff;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+ color: var(--nav-text-hover-color);
+ text-shadow: var(--nav-text-hover-shadow);
}
a.navtab {
@@ -148,7 +484,7 @@ div.qindex{
width: 100%;
line-height: 140%;
font-size: 130%;
- color: #A0A0A0;
+ color: var(--index-separator-color);
}
dt.alphachar{
@@ -157,7 +493,7 @@ dt.alphachar{
}
.alphachar a{
- color: black;
+ color: var(--index-header-color);
}
.alphachar a:hover, .alphachar a:visited{
@@ -176,8 +512,12 @@ dt.alphachar{
line-height: 1.15em;
}
+.classindex dl.even {
+ background-color: var(--index-even-item-bg-color);
+}
+
.classindex dl.odd {
- background-color: #F8F9FC;
+ background-color: var(--index-odd-item-bg-color);
}
@media(min-width: 1120px) {
@@ -196,23 +536,19 @@ dt.alphachar{
/* @group Link Styling */
a {
- color: #3D578C;
+ color: var(--page-link-color);
font-weight: normal;
text-decoration: none;
}
.contents a:visited {
- color: #4665A2;
+ color: var(--page-visited-link-color);
}
a:hover {
text-decoration: underline;
}
-.contents a.qindexHL:visited {
- color: #FFFFFF;
-}
-
a.el {
font-weight: bold;
}
@@ -221,11 +557,11 @@ a.elRef {
}
a.code, a.code:visited, a.line, a.line:visited {
- color: #4665A2;
+ color: var(--code-link-color);
}
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
- color: #4665A2;
+ color: var(--code-external-link-color);
}
a.code.hl_class { /* style for links to class names in code snippets */ }
@@ -281,27 +617,29 @@ ul {
}
pre.fragment {
- border: 1px solid #C4CFE5;
- background-color: #FBFCFD;
+ border: 1px solid var(--fragment-border-color);
+ background-color: var(--fragment-background-color);
+ color: var(--fragment-foreground-color);
padding: 4px 6px;
margin: 4px 8px 4px 2px;
overflow: auto;
word-wrap: break-word;
font-size: 9pt;
line-height: 125%;
- font-family: monospace, fixed;
+ font-family: var(--font-family-monospace);
font-size: 105%;
}
div.fragment {
- padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
- margin: 4px 8px 4px 2px;
- background-color: #FBFCFD;
- border: 1px solid #C4CFE5;
+ padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
+ margin: 4px 8px 4px 2px;
+ color: var(--fragment-foreground-color);
+ background-color: var(--fragment-background-color);
+ border: 1px solid var(--fragment-border-color);
}
div.line {
- font-family: monospace, fixed;
+ font-family: var(--font-family-monospace);
font-size: 13px;
min-height: 13px;
line-height: 1.0;
@@ -333,8 +671,8 @@ div.line:after {
}
div.line.glow {
- background-color: cyan;
- box-shadow: 0 0 10px cyan;
+ background-color: var(--glow-color);
+ box-shadow: 0 0 10px var(--glow-color);
}
@@ -342,16 +680,19 @@ span.lineno {
padding-right: 4px;
margin-right: 9px;
text-align: right;
- border-right: 2px solid #0F0;
- background-color: #E8E8E8;
+ border-right: 2px solid var(--fragment-lineno-border-color);
+ color: var(--fragment-lineno-foreground-color);
+ background-color: var(--fragment-lineno-background-color);
white-space: pre;
}
-span.lineno a {
- background-color: #D8D8D8;
+span.lineno a, span.lineno a:visited {
+ color: var(--fragment-lineno-link-fg-color);
+ background-color: var(--fragment-lineno-link-bg-color);
}
span.lineno a:hover {
- background-color: #C8C8C8;
+ color: var(--fragment-lineno-link-hover-fg-color);
+ background-color: var(--fragment-lineno-link-hover-bg-color);
}
.lineno {
@@ -363,24 +704,6 @@ span.lineno a:hover {
user-select: none;
}
-div.ah, span.ah {
- background-color: black;
- font-weight: bold;
- color: #FFFFFF;
- margin-bottom: 3px;
- margin-top: 3px;
- padding: 0.2em;
- border: solid thin #333;
- border-radius: 0.5em;
- -webkit-border-radius: .5em;
- -moz-border-radius: .5em;
- box-shadow: 2px 2px 3px #999;
- -webkit-box-shadow: 2px 2px 3px #999;
- -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
- background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
-}
-
div.classindex ul {
list-style: none;
padding-left: 0;
@@ -402,8 +725,7 @@ div.groupText {
}
body {
- background-color: white;
- color: black;
+ color: var(--page-foreground-color);
margin: 0;
}
@@ -413,31 +735,17 @@ div.contents {
margin-right: 8px;
}
-td.indexkey {
- background-color: #EBEFF6;
- font-weight: bold;
- border: 1px solid #C4CFE5;
- margin: 2px 0px 2px 0;
- padding: 2px 10px;
- white-space: nowrap;
- vertical-align: top;
-}
-
-td.indexvalue {
- background-color: #EBEFF6;
- border: 1px solid #C4CFE5;
- padding: 2px 10px;
- margin: 2px 0px;
-}
-
-tr.memlist {
- background-color: #EEF1F7;
-}
-
p.formulaDsp {
text-align: center;
}
+img.dark-mode-visible {
+ display: none;
+}
+img.light-mode-visible {
+ display: none;
+}
+
img.formulaDsp {
}
@@ -465,10 +773,11 @@ address.footer {
img.footer {
border: 0px;
vertical-align: middle;
+ width: var(--footer-logo-width);
}
.compoundTemplParams {
- color: #4665A2;
+ color: var(--memdecl-template-color);
font-size: 80%;
line-height: 120%;
}
@@ -476,84 +785,58 @@ img.footer {
/* @group Code Colorization */
span.keyword {
- color: #008000
+ color: var(--code-keyword-color);
}
span.keywordtype {
- color: #604020
+ color: var(--code-type-keyword-color);
}
span.keywordflow {
- color: #e08000
+ color: var(--code-flow-keyword-color);
}
span.comment {
- color: #800000
+ color: var(--code-comment-color);
}
span.preprocessor {
- color: #806020
+ color: var(--code-preprocessor-color);
}
span.stringliteral {
- color: #002080
+ color: var(--code-string-literal-color);
}
span.charliteral {
- color: #008080
+ color: var(--code-char-literal-color);
}
span.vhdldigit {
- color: #ff00ff
+ color: var(--code-vhdl-digit-color);
}
span.vhdlchar {
- color: #000000
+ color: var(--code-vhdl-char-color);
}
span.vhdlkeyword {
- color: #700070
+ color: var(--code-vhdl-keyword-color);
}
span.vhdllogic {
- color: #ff0000
+ color: var(--code-vhdl-logic-color);
}
blockquote {
- background-color: #F7F8FB;
- border-left: 2px solid #9CAFD4;
+ background-color: var(--blockquote-background-color);
+ border-left: 2px solid var(--blockquote-border-color);
margin: 0 24px 0 4px;
padding: 0 12px 0 16px;
}
-blockquote.DocNodeRTL {
- border-left: 0;
- border-right: 2px solid #9CAFD4;
- margin: 0 4px 0 24px;
- padding: 0 16px 0 12px;
-}
-
/* @end */
-/*
-.search {
- color: #003399;
- font-weight: bold;
-}
-
-form.search {
- margin-bottom: 0px;
- margin-top: 0px;
-}
-
-input.search {
- font-size: 75%;
- color: #000080;
- font-weight: normal;
- background-color: #e8eef2;
-}
-*/
-
td.tiny {
font-size: 75%;
}
@@ -561,18 +844,19 @@ td.tiny {
.dirtab {
padding: 4px;
border-collapse: collapse;
- border: 1px solid #A3B4D7;
+ border: 1px solid var(--table-cell-border-color);
}
th.dirtab {
- background: #EBEFF6;
+ background-color: var(--table-header-background-color);
+ color: var(--table-header-foreground-color);
font-weight: bold;
}
hr {
height: 0px;
border: none;
- border-top: 1px solid #4A6AAA;
+ border-top: 1px solid var(--separator-color);
}
hr.footer {
@@ -600,14 +884,14 @@ table.memberdecls {
}
.memberdecls td.glow, .fieldtable tr.glow {
- background-color: cyan;
- box-shadow: 0 0 15px cyan;
+ background-color: var(--glow-color);
+ box-shadow: 0 0 15px var(--glow-color);
}
.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
- background-color: #F9FAFC;
+ background-color: var(--memdecl-background-color);
border: none;
margin: 4px;
padding: 1px 0 0 8px;
@@ -615,11 +899,11 @@ table.memberdecls {
.mdescLeft, .mdescRight {
padding: 0px 8px 4px 8px;
- color: #555;
+ color: var(--memdecl-foreground-color);
}
.memSeparator {
- border-bottom: 1px solid #DEE4F0;
+ border-bottom: 1px solid var(--memdecl-separator-color);
line-height: 1px;
margin: 0px;
padding: 0px;
@@ -634,7 +918,7 @@ table.memberdecls {
}
.memTemplParams {
- color: #4665A2;
+ color: var(--memdecl-template-color);
white-space: nowrap;
font-size: 80%;
}
@@ -647,15 +931,15 @@ table.memberdecls {
.memtitle {
padding: 8px;
- border-top: 1px solid #A8B8D9;
- border-left: 1px solid #A8B8D9;
- border-right: 1px solid #A8B8D9;
+ border-top: 1px solid var(--memdef-border-color);
+ border-left: 1px solid var(--memdef-border-color);
+ border-right: 1px solid var(--memdef-border-color);
border-top-right-radius: 4px;
border-top-left-radius: 4px;
margin-bottom: -1px;
- background-image: url('nav_f.png');
+ background-image: var(--memdef-title-gradient-image);
background-repeat: repeat-x;
- background-color: #E2E8F2;
+ background-color: var(--memdef-title-background-color);
line-height: 1.25;
font-weight: 300;
float:left;
@@ -670,20 +954,11 @@ table.memberdecls {
.memtemplate {
font-size: 80%;
- color: #4665A2;
+ color: var(--memdef-template-color);
font-weight: normal;
margin-left: 9px;
}
-.memnav {
- background-color: #EBEFF6;
- border: 1px solid #A3B4D7;
- text-align: center;
- margin: 2px;
- margin-right: 15px;
- padding: 2px;
-}
-
.mempage {
width: 100%;
}
@@ -702,7 +977,7 @@ table.memberdecls {
}
.memitem.glow {
- box-shadow: 0 0 15px cyan;
+ box-shadow: 0 0 15px var(--glow-color);
}
.memname {
@@ -715,41 +990,32 @@ table.memberdecls {
}
.memproto, dl.reflist dt {
- border-top: 1px solid #A8B8D9;
- border-left: 1px solid #A8B8D9;
- border-right: 1px solid #A8B8D9;
+ border-top: 1px solid var(--memdef-border-color);
+ border-left: 1px solid var(--memdef-border-color);
+ border-right: 1px solid var(--memdef-border-color);
padding: 6px 0px 6px 0px;
- color: #253555;
+ color: var(--memdef-proto-text-color);
font-weight: bold;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
- background-color: #DFE5F1;
- /* opera specific markup */
+ text-shadow: var(--memdef-proto-text-shadow);
+ background-color: var(--memdef-proto-background-color);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
- /* firefox specific markup */
- -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
- -moz-border-radius-topright: 4px;
- /* webkit specific markup */
- -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
- -webkit-border-top-right-radius: 4px;
-
}
.overload {
- font-family: "courier new",courier,monospace;
+ font-family: var(--font-family-monospace);
font-size: 65%;
}
.memdoc, dl.reflist dd {
- border-bottom: 1px solid #A8B8D9;
- border-left: 1px solid #A8B8D9;
- border-right: 1px solid #A8B8D9;
+ border-bottom: 1px solid var(--memdef-border-color);
+ border-left: 1px solid var(--memdef-border-color);
+ border-right: 1px solid var(--memdef-border-color);
padding: 6px 10px 2px 10px;
- background-color: #FBFCFD;
border-top-width: 0;
background-image:url('nav_g.png');
background-repeat:repeat-x;
- background-color: #FFFFFF;
+ background-color: var(--memdef-doc-background-color);
/* opera specific markup */
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
@@ -782,7 +1048,7 @@ dl.reflist dd {
}
.paramname {
- color: #602020;
+ color: var(--memdef-param-name-color);
white-space: nowrap;
}
.paramname em {
@@ -795,20 +1061,20 @@ dl.reflist dd {
.params, .retval, .exception, .tparams {
margin-left: 0px;
padding-left: 0px;
-}
+}
.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
font-weight: bold;
vertical-align: top;
}
-
+
.params .paramtype, .tparams .paramtype {
font-style: italic;
vertical-align: top;
-}
-
+}
+
.params .paramdir, .tparams .paramdir {
- font-family: "courier new",courier,monospace;
+ font-family: var(--font-family-monospace);
vertical-align: top;
}
@@ -832,13 +1098,13 @@ span.mlabels {
}
span.mlabel {
- background-color: #728DC1;
- border-top:1px solid #5373B4;
- border-left:1px solid #5373B4;
- border-right:1px solid #C4CFE5;
- border-bottom:1px solid #C4CFE5;
+ background-color: var(--label-background-color);
+ border-top:1px solid var(--label-left-top-border-color);
+ border-left:1px solid var(--label-left-top-border-color);
+ border-right:1px solid var(--label-right-bottom-border-color);
+ border-bottom:1px solid var(--label-right-bottom-border-color);
text-shadow: none;
- color: white;
+ color: var(--label-foreground-color);
margin-right: 4px;
padding: 2px 3px;
border-radius: 3px;
@@ -855,8 +1121,8 @@ span.mlabel {
div.directory {
margin: 10px 0px;
- border-top: 1px solid #9CAFD4;
- border-bottom: 1px solid #9CAFD4;
+ border-top: 1px solid var(--directory-separator-color);
+ border-bottom: 1px solid var(--directory-separator-color);
width: 100%;
}
@@ -892,9 +1158,14 @@ div.directory {
border-left: 1px solid rgba(0,0,0,0.05);
}
+.directory tr.odd {
+ padding-left: 6px;
+ background-color: var(--index-odd-item-bg-color);
+}
+
.directory tr.even {
padding-left: 6px;
- background-color: #F7F8FB;
+ background-color: var(--index-even-item-bg-color);
}
.directory img {
@@ -912,11 +1183,11 @@ div.directory {
cursor: pointer;
padding-left: 2px;
padding-right: 2px;
- color: #3D578C;
+ color: var(--page-link-color);
}
.arrow {
- color: #9CAFD4;
+ color: var(--nav-arrow-color);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
@@ -930,14 +1201,15 @@ div.directory {
}
.icon {
- font-family: Arial, Helvetica;
+ font-family: var(--font-family-icon);
+ line-height: normal;
font-weight: bold;
font-size: 12px;
height: 14px;
width: 16px;
display: inline-block;
- background-color: #728DC1;
- color: white;
+ background-color: var(--icon-background-color);
+ color: var(--icon-foreground-color);
text-align: center;
border-radius: 4px;
margin-left: 2px;
@@ -976,17 +1248,13 @@ div.directory {
width: 24px;
height: 18px;
margin-bottom: 4px;
- background-image:url('doc.png');
+ background-image:var(--icon-doc-image);
background-position: 0px -4px;
background-repeat: repeat-y;
vertical-align:top;
display: inline-block;
}
-table.directory {
- font: 400 14px Roboto,sans-serif;
-}
-
/* @end */
div.dynheader {
@@ -1001,7 +1269,7 @@ div.dynheader {
address {
font-style: normal;
- color: #2A3D61;
+ color: var(--footer-foreground-color);
}
table.doxtable caption {
@@ -1015,28 +1283,23 @@ table.doxtable {
}
table.doxtable td, table.doxtable th {
- border: 1px solid #2D4068;
+ border: 1px solid var(--table-cell-border-color);
padding: 3px 7px 2px;
}
table.doxtable th {
- background-color: #374F7F;
- color: #FFFFFF;
+ background-color: var(--table-header-background-color);
+ color: var(--table-header-foreground-color);
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
}
table.fieldtable {
- /*width: 100%;*/
margin-bottom: 10px;
- border: 1px solid #A8B8D9;
+ border: 1px solid var(--memdef-border-color);
border-spacing: 0px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
border-radius: 4px;
- -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
- -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
@@ -1046,8 +1309,8 @@ table.fieldtable {
.fieldtable td.fieldtype, .fieldtable td.fieldname {
white-space: nowrap;
- border-right: 1px solid #A8B8D9;
- border-bottom: 1px solid #A8B8D9;
+ border-right: 1px solid var(--memdef-border-color);
+ border-bottom: 1px solid var(--memdef-border-color);
vertical-align: top;
}
@@ -1056,14 +1319,13 @@ table.fieldtable {
}
.fieldtable td.fielddoc {
- border-bottom: 1px solid #A8B8D9;
- /*width: 100%;*/
+ border-bottom: 1px solid var(--memdef-border-color);
}
.fieldtable td.fielddoc p:first-child {
margin-top: 0px;
-}
-
+}
+
.fieldtable td.fielddoc p:last-child {
margin-bottom: 2px;
}
@@ -1073,22 +1335,18 @@ table.fieldtable {
}
.fieldtable th {
- background-image:url('nav_f.png');
+ background-image: var(--memdef-title-gradient-image);
background-repeat:repeat-x;
- background-color: #E2E8F2;
+ background-color: var(--memdef-title-background-color);
font-size: 90%;
- color: #253555;
+ color: var(--memdef-proto-text-color);
padding-bottom: 4px;
padding-top: 5px;
text-align:left;
font-weight: 400;
- -moz-border-radius-topleft: 4px;
- -moz-border-radius-topright: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
- border-bottom: 1px solid #A8B8D9;
+ border-bottom: 1px solid var(--memdef-border-color);
}
@@ -1096,7 +1354,7 @@ table.fieldtable {
top: 0px;
left: 10px;
height: 36px;
- background-image: url('tab_b.png');
+ background-image: var(--nav-gradient-image);
z-index: 101;
overflow: hidden;
font-size: 13px;
@@ -1105,13 +1363,13 @@ table.fieldtable {
.navpath ul
{
font-size: 11px;
- background-image:url('tab_b.png');
+ background-image: var(--nav-gradient-image);
background-repeat:repeat-x;
background-position: 0 -5px;
height:30px;
line-height:30px;
- color:#8AA0CC;
- border:solid 1px #C2CDE4;
+ color:var(--nav-text-normal-color);
+ border:solid 1px var(--nav-breadcrumb-border-color);
overflow:hidden;
margin:0px;
padding:0px;
@@ -1123,10 +1381,10 @@ table.fieldtable {
float:left;
padding-left:10px;
padding-right:15px;
- background-image:url('bc_s.png');
+ background-image:var(--nav-breadcrumb-image);
background-repeat:no-repeat;
background-position:right;
- color:#364D7C;
+ color: var(--nav-foreground-color);
}
.navpath li.navelem a
@@ -1135,15 +1393,16 @@ table.fieldtable {
display:block;
text-decoration: none;
outline: none;
- color: #283A5D;
- font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
- text-decoration: none;
+ color: var(--nav-text-normal-color);
+ font-family: var(--font-family-nav);
+ text-shadow: var(--nav-text-normal-shadow);
+ text-decoration: none;
}
.navpath li.navelem a:hover
{
- color:#6884BD;
+ color: var(--nav-text-hover-color);
+ text-shadow: var(--nav-text-hover-shadow);
}
.navpath li.footer
@@ -1155,7 +1414,7 @@ table.fieldtable {
background-image:none;
background-repeat:no-repeat;
background-position:right;
- color:#364D7C;
+ color: var(--footer-foreground-color);
font-size: 8pt;
}
@@ -1167,7 +1426,7 @@ div.summary
padding-right: 5px;
width: 50%;
text-align: right;
-}
+}
div.summary a
{
@@ -1182,7 +1441,7 @@ table.classindex
margin-right: 3%;
width: 94%;
border: 0;
- border-spacing: 0;
+ border-spacing: 0;
padding: 0;
}
@@ -1200,11 +1459,11 @@ div.ingroups a
div.header
{
- background-image:url('nav_h.png');
+ background-image: var(--header-gradient-image);
background-repeat:repeat-x;
- background-color: #F9FAFC;
+ background-color: var(--header-background-color);
margin: 0px;
- border-bottom: 1px solid #C4CFE5;
+ border-bottom: 1px solid var(--header-separator-color);
}
div.headertitle
@@ -1227,11 +1486,6 @@ dl.section {
padding-left: 0px;
}
-dl.section.DocNodeRTL {
- margin-right: 0px;
- padding-right: 0px;
-}
-
dl.note {
margin-left: -7px;
padding-left: 3px;
@@ -1239,16 +1493,6 @@ dl.note {
border-color: #D0C000;
}
-dl.note.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #D0C000;
-}
-
dl.warning, dl.attention {
margin-left: -7px;
padding-left: 3px;
@@ -1256,16 +1500,6 @@ dl.warning, dl.attention {
border-color: #FF0000;
}
-dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #FF0000;
-}
-
dl.pre, dl.post, dl.invariant {
margin-left: -7px;
padding-left: 3px;
@@ -1273,16 +1507,6 @@ dl.pre, dl.post, dl.invariant {
border-color: #00D000;
}
-dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #00D000;
-}
-
dl.deprecated {
margin-left: -7px;
padding-left: 3px;
@@ -1290,16 +1514,6 @@ dl.deprecated {
border-color: #505050;
}
-dl.deprecated.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #505050;
-}
-
dl.todo {
margin-left: -7px;
padding-left: 3px;
@@ -1307,16 +1521,6 @@ dl.todo {
border-color: #00C0E0;
}
-dl.todo.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #00C0E0;
-}
-
dl.test {
margin-left: -7px;
padding-left: 3px;
@@ -1324,16 +1528,6 @@ dl.test {
border-color: #3030E0;
}
-dl.test.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #3030E0;
-}
-
dl.bug {
margin-left: -7px;
padding-left: 3px;
@@ -1341,16 +1535,6 @@ dl.bug {
border-color: #C08050;
}
-dl.bug.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #C08050;
-}
-
dl.section dd {
margin-bottom: 6px;
}
@@ -1381,21 +1565,24 @@ dl.section dd {
#projectname
{
- font: 200% Tahoma, Arial,sans-serif;
+ font-size: 200%;
+ font-family: var(--font-family-title);
margin: 0px;
padding: 2px 0px;
}
-
+
#projectbrief
{
- font: 90% Tahoma, Arial,sans-serif;
+ font-size: 90%;
+ font-family: var(--font-family-title);
margin: 0px;
padding: 0px;
}
#projectnumber
{
- font: 50% Tahoma, Arial,sans-serif;
+ font-size: 50%;
+ font-family: 50% var(--font-family-title);
margin: 0px;
padding: 0px;
}
@@ -1405,7 +1592,8 @@ dl.section dd {
padding: 0px;
margin: 0px;
width: 100%;
- border-bottom: 1px solid #5373B4;
+ border-bottom: 1px solid var(--title-separator-color);
+ background-color: var(--title-background-color);
}
.image
@@ -1438,17 +1626,12 @@ dl.section dd {
font-weight: bold;
}
-div.zoom
-{
- border: 1px solid #90A5CE;
-}
-
dl.citelist {
margin-bottom:50px;
}
dl.citelist dt {
- color:#334975;
+ color:var(--citation-label-color);
float:left;
font-weight:bold;
margin-right:10px;
@@ -1464,8 +1647,8 @@ dl.citelist dd {
div.toc {
padding: 14px 25px;
- background-color: #F4F6FA;
- border: 1px solid #D8DFEE;
+ background-color: var(--toc-background-color);
+ border: 1px solid var(--toc-border-color);
border-radius: 7px 7px 7px 7px;
float: right;
height: auto;
@@ -1473,28 +1656,17 @@ div.toc {
width: 200px;
}
-.PageDocRTL-title div.toc {
- float: left !important;
- text-align: right;
-}
-
div.toc li {
background: url("bdwn.png") no-repeat scroll 0 5px transparent;
- font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ font: 10px/1.2 var(--font-family-toc);
margin-top: 5px;
padding-left: 10px;
padding-top: 2px;
}
-.PageDocRTL-title div.toc li {
- background-position-x: right !important;
- padding-left: 0 !important;
- padding-right: 10px;
-}
-
div.toc h3 {
- font: bold 12px/1.2 Arial,FreeSans,sans-serif;
- color: #4665A2;
+ font: bold 12px/1.2 var(--font-family-toc);
+ color: var(--toc-header-color);
border-bottom: 0 none;
margin: 0;
}
@@ -1503,7 +1675,7 @@ div.toc ul {
list-style: none outside none;
border: medium none;
padding: 0px;
-}
+}
div.toc li.level1 {
margin-left: 0px;
@@ -1531,29 +1703,9 @@ span.obfuscator {
display: none;
}
-.PageDocRTL-title div.toc li.level1 {
- margin-left: 0 !important;
- margin-right: 0;
-}
-
-.PageDocRTL-title div.toc li.level2 {
- margin-left: 0 !important;
- margin-right: 15px;
-}
-
-.PageDocRTL-title div.toc li.level3 {
- margin-left: 0 !important;
- margin-right: 30px;
-}
-
-.PageDocRTL-title div.toc li.level4 {
- margin-left: 0 !important;
- margin-right: 45px;
-}
-
.inherit_header {
font-weight: bold;
- color: gray;
+ color: var(--inherit-header-color);
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
@@ -1586,10 +1738,11 @@ tr.heading h2 {
#powerTip {
cursor: default;
/*white-space: nowrap;*/
- background-color: white;
- border: 1px solid gray;
+ color: var(--tooltip-foreground-color);
+ background-color: var(--tooltip-background-color);
+ border: 1px solid var(--tooltip-border-color);
border-radius: 4px 4px 4px 4px;
- box-shadow: 1px 1px 7px gray;
+ box-shadow: var(--tooltip-shadow);
display: none;
font-size: smaller;
max-width: 80%;
@@ -1600,7 +1753,7 @@ tr.heading h2 {
}
#powerTip div.ttdoc {
- color: grey;
+ color: var(--tooltip-doc-color);
font-style: italic;
}
@@ -1608,18 +1761,24 @@ tr.heading h2 {
font-weight: bold;
}
+#powerTip a {
+ color: var(--tooltip-link-color);
+}
+
#powerTip div.ttname {
font-weight: bold;
}
#powerTip div.ttdeci {
- color: #006318;
+ color: var(--tooltip-declaration-color);
}
#powerTip div {
margin: 0px;
padding: 0px;
- font: 12px/16px Roboto,sans-serif;
+ font-size: 12px;
+ font-family: var(--font-family-tooltip);
+ line-height: 16px;
}
#powerTip:before, #powerTip:after {
@@ -1664,12 +1823,12 @@ tr.heading h2 {
}
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
- border-top-color: #FFFFFF;
+ border-top-color: var(--tooltip-background-color);
border-width: 10px;
margin: 0px -10px;
}
-#powerTip.n:before {
- border-top-color: #808080;
+#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
+ border-top-color: var(--tooltip-border-color);
border-width: 11px;
margin: 0px -11px;
}
@@ -1692,13 +1851,13 @@ tr.heading h2 {
}
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
- border-bottom-color: #FFFFFF;
+ border-bottom-color: var(--tooltip-background-color);
border-width: 10px;
margin: 0px -10px;
}
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
- border-bottom-color: #808080;
+ border-bottom-color: var(--tooltip-border-color);
border-width: 11px;
margin: 0px -11px;
}
@@ -1719,13 +1878,13 @@ tr.heading h2 {
left: 100%;
}
#powerTip.e:after {
- border-left-color: #FFFFFF;
+ border-left-color: var(--tooltip-border-color);
border-width: 10px;
top: 50%;
margin-top: -10px;
}
#powerTip.e:before {
- border-left-color: #808080;
+ border-left-color: var(--tooltip-border-color);
border-width: 11px;
top: 50%;
margin-top: -11px;
@@ -1735,13 +1894,13 @@ tr.heading h2 {
right: 100%;
}
#powerTip.w:after {
- border-right-color: #FFFFFF;
+ border-right-color: var(--tooltip-border-color);
border-width: 10px;
top: 50%;
margin-top: -10px;
}
#powerTip.w:before {
- border-right-color: #808080;
+ border-right-color: var(--tooltip-border-color);
border-width: 11px;
top: 50%;
margin-top: -11px;
@@ -1775,7 +1934,7 @@ table.markdownTable {
}
table.markdownTable td, table.markdownTable th {
- border: 1px solid #2D4068;
+ border: 1px solid var(--table-cell-border-color);
padding: 3px 7px 2px;
}
@@ -1783,8 +1942,8 @@ table.markdownTable tr {
}
th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
- background-color: #374F7F;
- color: #FFFFFF;
+ background-color: var(--table-header-background-color);
+ color: var(--table-header-foreground-color);
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
@@ -1802,36 +1961,9 @@ th.markdownTableHeadCenter, td.markdownTableBodyCenter {
text-align: center
}
-.DocNodeRTL {
- text-align: right;
- direction: rtl;
-}
-
-.DocNodeLTR {
- text-align: left;
- direction: ltr;
-}
-
-table.DocNodeRTL {
- width: auto;
- margin-right: 0;
- margin-left: auto;
-}
-
-table.DocNodeLTR {
- width: auto;
- margin-right: auto;
- margin-left: 0;
-}
-
-code.JavaDocCode
- direction:ltr;
-}
-
tt, code, kbd, samp
{
display: inline-block;
- direction:ltr;
}
/* @end */
diff --git a/dynsections.js b/dynsections.js
index 3174bd7b..f579fbf3 100644
--- a/dynsections.js
+++ b/dynsections.js
@@ -47,6 +47,8 @@ function updateStripes()
{
$('table.directory tr').
removeClass('even').filter(':visible:even').addClass('even');
+ $('table.directory tr').
+ removeClass('odd').filter(':visible:odd').addClass('odd');
}
function toggleLevel(level)
diff --git a/files.html b/files.html
index 3a361977..04015e8d 100644
--- a/files.html
+++ b/files.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: File List
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/functions.html b/functions.html
index 676195ca..7a3b8ec3 100644
--- a/functions.html
+++ b/functions.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_a.html b/functions_a.html
index 6f792ab1..407f55d4 100644
--- a/functions_a.html
+++ b/functions_a.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -76,7 +83,7 @@ $(function() {
diff --git a/functions_b.html b/functions_b.html
index 495022a3..2750392c 100644
--- a/functions_b.html
+++ b/functions_b.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -74,7 +81,7 @@ $(function() {
diff --git a/functions_c.html b/functions_c.html
index 43bdffb8..1e7547f0 100644
--- a/functions_c.html
+++ b/functions_c.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -84,7 +91,7 @@ $(function() {
diff --git a/functions_d.html b/functions_d.html
index e82150e8..cd5eec20 100644
--- a/functions_d.html
+++ b/functions_d.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -82,7 +89,7 @@ $(function() {
diff --git a/functions_e.html b/functions_e.html
index bb1b664f..2a5d04f7 100644
--- a/functions_e.html
+++ b/functions_e.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -88,7 +95,7 @@ $(function() {
diff --git a/functions_f.html b/functions_f.html
index dca2341b..856569c3 100644
--- a/functions_f.html
+++ b/functions_f.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func.html b/functions_func.html
index a0eadf6a..0d6d4cc7 100644
--- a/functions_func.html
+++ b/functions_func.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -76,7 +83,7 @@ $(function() {
diff --git a/functions_func_b.html b/functions_func_b.html
index dfed6312..a5eff21e 100644
--- a/functions_func_b.html
+++ b/functions_func_b.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -74,7 +81,7 @@ $(function() {
diff --git a/functions_func_c.html b/functions_func_c.html
index f15563b0..833543df 100644
--- a/functions_func_c.html
+++ b/functions_func_c.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -82,7 +89,7 @@ $(function() {
diff --git a/functions_func_d.html b/functions_func_d.html
index bc542dd5..c5c0833a 100644
--- a/functions_func_d.html
+++ b/functions_func_d.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -81,7 +88,7 @@ $(function() {
diff --git a/functions_func_e.html b/functions_func_e.html
index 4ab23d53..d0dfcc3e 100644
--- a/functions_func_e.html
+++ b/functions_func_e.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -87,7 +94,7 @@ $(function() {
diff --git a/functions_func_f.html b/functions_func_f.html
index 5e6b5df2..3be471b3 100644
--- a/functions_func_f.html
+++ b/functions_func_f.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func_h.html b/functions_func_h.html
index f9071fe5..69b5fc08 100644
--- a/functions_func_h.html
+++ b/functions_func_h.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,7 +80,7 @@ $(function() {
diff --git a/functions_func_i.html b/functions_func_i.html
index 1b86bce6..69012253 100644
--- a/functions_func_i.html
+++ b/functions_func_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -71,7 +78,7 @@ $(function() {
diff --git a/functions_func_l.html b/functions_func_l.html
index dab0abed..85ccec20 100644
--- a/functions_func_l.html
+++ b/functions_func_l.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func_m.html b/functions_func_m.html
index b9c77874..a1be2eb6 100644
--- a/functions_func_m.html
+++ b/functions_func_m.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func_n.html b/functions_func_n.html
index 8506bad9..62ef0816 100644
--- a/functions_func_n.html
+++ b/functions_func_n.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,7 +80,7 @@ $(function() {
diff --git a/functions_func_o.html b/functions_func_o.html
index de60bf1a..c2a27f8c 100644
--- a/functions_func_o.html
+++ b/functions_func_o.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
operator->() : winstd::handle< T, INVAL >
operator<() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
operator<=() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
-
operator=() : winstd::data_blob , winstd::dplhandle< T, INVAL > , winstd::eap_attr , winstd::eap_method_info_array , winstd::event_fn_auto , winstd::event_fn_auto_ret< T > , winstd::event_rec , winstd::event_session , winstd::handle< T, INVAL > , winstd::ref_unique_ptr< _Ty[], _Dx > , winstd::sec_context , winstd::sec_credentials , winstd::security_attributes , winstd::variant , winstd::vmemory , winstd::window_dc
+
operator=() : winstd::data_blob , winstd::dplhandle< T, INVAL > , winstd::eap_attr , winstd::eap_method_info_array , winstd::event_fn_auto , winstd::event_fn_auto_ret< T > , winstd::event_rec , winstd::event_session , winstd::handle< T, INVAL > , winstd::sec_context , winstd::sec_credentials , winstd::security_attributes , winstd::variant , winstd::vmemory , winstd::window_dc
operator==() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
operator>() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
operator>=() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
@@ -87,7 +94,7 @@ $(function() {
diff --git a/functions_func_p.html b/functions_func_p.html
index 4f92cfb2..f7b37a5c 100644
--- a/functions_func_p.html
+++ b/functions_func_p.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func_q.html b/functions_func_q.html
index 6f69b3ac..82597dcc 100644
--- a/functions_func_q.html
+++ b/functions_func_q.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -71,7 +78,7 @@ $(function() {
diff --git a/functions_func_r.html b/functions_func_r.html
index 7b0391ec..868e0f14 100644
--- a/functions_func_r.html
+++ b/functions_func_r.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -76,7 +83,7 @@ $(function() {
diff --git a/functions_func_s.html b/functions_func_s.html
index 772cafa1..ebd1f676 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -85,7 +92,7 @@ $(function() {
diff --git a/functions_func_t.html b/functions_func_t.html
index 3d6b21be..5261ceee 100644
--- a/functions_func_t.html
+++ b/functions_func_t.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -71,7 +78,7 @@ $(function() {
diff --git a/functions_func_u.html b/functions_func_u.html
index ba26cb35..efadf984 100644
--- a/functions_func_u.html
+++ b/functions_func_u.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func_v.html b/functions_func_v.html
index f0c278f6..529679c7 100644
--- a/functions_func_v.html
+++ b/functions_func_v.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_func_w.html b/functions_func_w.html
index 63e93b0f..cc248c58 100644
--- a/functions_func_w.html
+++ b/functions_func_w.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,7 +84,7 @@ $(function() {
diff --git a/functions_func_~.html b/functions_func_~.html
index a09edf20..48a3a5bf 100644
--- a/functions_func_~.html
+++ b/functions_func_~.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Functions
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -121,7 +128,7 @@ $(function() {
diff --git a/functions_h.html b/functions_h.html
index e56aa794..cf2afdda 100644
--- a/functions_h.html
+++ b/functions_h.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -74,7 +81,7 @@ $(function() {
diff --git a/functions_i.html b/functions_i.html
index 7610dc61..0aaf84a3 100644
--- a/functions_i.html
+++ b/functions_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_l.html b/functions_l.html
index f0de41c4..23551092 100644
--- a/functions_l.html
+++ b/functions_l.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_m.html b/functions_m.html
index 0393665f..acfb9fa0 100644
--- a/functions_m.html
+++ b/functions_m.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -108,7 +115,7 @@ $(function() {
diff --git a/functions_n.html b/functions_n.html
index 41c18b5e..42363f6f 100644
--- a/functions_n.html
+++ b/functions_n.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,7 +80,7 @@ $(function() {
diff --git a/functions_o.html b/functions_o.html
index bce93fe8..d1de925f 100644
--- a/functions_o.html
+++ b/functions_o.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -79,7 +86,7 @@ $(function() {
operator->() : winstd::handle< T, INVAL >
operator<() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
operator<=() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
-
operator=() : winstd::data_blob , winstd::dplhandle< T, INVAL > , winstd::eap_attr , winstd::eap_method_info_array , winstd::event_fn_auto , winstd::event_fn_auto_ret< T > , winstd::event_rec , winstd::event_session , winstd::handle< T, INVAL > , winstd::ref_unique_ptr< _Ty[], _Dx > , winstd::sec_context , winstd::sec_credentials , winstd::security_attributes , winstd::variant , winstd::vmemory , winstd::window_dc
+
operator=() : winstd::data_blob , winstd::dplhandle< T, INVAL > , winstd::eap_attr , winstd::eap_method_info_array , winstd::event_fn_auto , winstd::event_fn_auto_ret< T > , winstd::event_rec , winstd::event_session , winstd::handle< T, INVAL > , winstd::sec_context , winstd::sec_credentials , winstd::security_attributes , winstd::variant , winstd::vmemory , winstd::window_dc
operator==() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
operator>() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
operator>=() : winstd::cert_context , winstd::handle< T, INVAL > , winstd::variant
@@ -88,7 +95,7 @@ $(function() {
diff --git a/functions_p.html b/functions_p.html
index 07d7814d..396c5d68 100644
--- a/functions_p.html
+++ b/functions_p.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,7 +80,7 @@ $(function() {
diff --git a/functions_q.html b/functions_q.html
index 34b16b25..b1b0e19b 100644
--- a/functions_q.html
+++ b/functions_q.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -71,7 +78,7 @@ $(function() {
diff --git a/functions_r.html b/functions_r.html
index aa3a8832..09164471 100644
--- a/functions_r.html
+++ b/functions_r.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,7 +84,7 @@ $(function() {
diff --git a/functions_s.html b/functions_s.html
index 23159253..6dfe0fb6 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -86,7 +93,7 @@ $(function() {
diff --git a/functions_t.html b/functions_t.html
index 3dc8d9b3..d13a9d8a 100644
--- a/functions_t.html
+++ b/functions_t.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -71,7 +78,7 @@ $(function() {
diff --git a/functions_type.html b/functions_type.html
index 935a0c94..a5027174 100644
--- a/functions_type.html
+++ b/functions_type.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Typedefs
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/functions_u.html b/functions_u.html
index 676766ae..1e92b6f7 100644
--- a/functions_u.html
+++ b/functions_u.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -72,7 +79,7 @@ $(function() {
diff --git a/functions_v.html b/functions_v.html
index e71b8240..22d749ea 100644
--- a/functions_v.html
+++ b/functions_v.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -73,7 +80,7 @@ $(function() {
diff --git a/functions_vars.html b/functions_vars.html
index b3eb8e64..90aabcb5 100644
--- a/functions_vars.html
+++ b/functions_vars.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members - Variables
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -111,7 +118,7 @@ $(function() {
diff --git a/functions_w.html b/functions_w.html
index 57c730e5..e059dbd5 100644
--- a/functions_w.html
+++ b/functions_w.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,7 +84,7 @@ $(function() {
diff --git a/functions_~.html b/functions_~.html
index b8a8e781..4d707aa5 100644
--- a/functions_~.html
+++ b/functions_~.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Members
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -121,7 +128,7 @@ $(function() {
diff --git a/group___setup_a_p_i.html b/group___setup_a_p_i.html
index 76468c4a..a99fdec0 100644
--- a/group___setup_a_p_i.html
+++ b/group___setup_a_p_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Setup API
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/group___win_sock2_a_p_i.html b/group___win_sock2_a_p_i.html
index 3e60f58f..3b4d31fc 100644
--- a/group___win_sock2_a_p_i.html
+++ b/group___win_sock2_a_p_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: WinSock2 API
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-◆ CredUnprotectA()
+◆ CredUnprotectA()
@@ -374,13 +381,13 @@ template<class _Traits , class _Ax >
-
Decrypts credentials that were previously encrypted by using the CredProtect function.
-
See also CredUnprotect function
+
Decrypts credentials that were previously encrypted by using the CredProtect function.
+
See also CredUnprotect function
-◆ CredUnprotectW()
+◆ CredUnprotectW()
@@ -435,7 +442,7 @@ template<class _Traits , class _Ax >
diff --git a/group___win_std_crypto_a_p_i.html b/group___win_std_crypto_a_p_i.html
index 086cb964..746b2d3c 100644
--- a/group___win_std_crypto_a_p_i.html
+++ b/group___win_std_crypto_a_p_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Cryptography API
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-◆ CertGetNameStringA()
+◆ CertGetNameStringA()
@@ -339,13 +346,13 @@ template<class _Traits , class _Ax >
-◆ CertGetNameStringW()
+◆ CertGetNameStringW()
@@ -404,7 +411,7 @@ template<class _Traits , class _Ax >
-◆ CryptAcquireContextA()
+◆ CryptAcquireContextA()
@@ -455,13 +462,13 @@ template<class _Traits , class _Ax >
-◆ CryptAcquireContextW()
+◆ CryptAcquireContextW()
@@ -518,7 +525,7 @@ template<class _Traits , class _Ax >
-◆ CryptCreateHash()
+◆ CryptCreateHash()
@@ -575,7 +582,7 @@ template<class _Traits , class _Ax >
-◆ CryptDecrypt()
+◆ CryptDecrypt()
@@ -634,7 +641,7 @@ template<class _Ty , class _Ax >
-◆ CryptDeriveKey()
+◆ CryptDeriveKey()
@@ -691,7 +698,7 @@ template<class _Ty , class _Ax >
-◆ CryptEncrypt()
+◆ CryptEncrypt()
@@ -750,7 +757,7 @@ template<class _Ty , class _Ax >
-◆ CryptExportKey()
+◆ CryptExportKey()
@@ -809,7 +816,7 @@ template<class _Ty , class _Ax >
-◆ CryptGenKey()
+◆ CryptGenKey()
@@ -860,7 +867,7 @@ template<class _Ty , class _Ax >
-◆ CryptGetHashParam() [1/2]
+◆ CryptGetHashParam() [1/2]
@@ -913,7 +920,7 @@ template<class _Ty , class _Ax >
-◆ CryptGetHashParam() [2/2]
+◆ CryptGetHashParam() [2/2]
@@ -966,7 +973,7 @@ template<class T >
-◆ CryptGetKeyParam() [1/2]
+◆ CryptGetKeyParam() [1/2]
@@ -1019,7 +1026,7 @@ template<class _Ty , class _Ax >
-◆ CryptGetKeyParam() [2/2]
+◆ CryptGetKeyParam() [2/2]
@@ -1072,7 +1079,7 @@ template<class T >
-◆ CryptImportKey()
+◆ CryptImportKey()
@@ -1135,7 +1142,7 @@ template<class T >
-◆ CryptImportPublicKeyInfo()
+◆ CryptImportPublicKeyInfo()
@@ -1188,7 +1195,7 @@ template<class T >
diff --git a/group___win_std_e_a_p_a_p_i.html b/group___win_std_e_a_p_a_p_i.html
index a383a232..af0b6542 100644
--- a/group___win_std_e_a_p_a_p_i.html
+++ b/group___win_std_e_a_p_a_p_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Extensible Authentication Protocol API
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/group___win_std_gdi_a_p_i.html b/group___win_std_gdi_a_p_i.html
index 9baf2ec2..016efb97 100644
--- a/group___win_std_gdi_a_p_i.html
+++ b/group___win_std_gdi_a_p_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: GDI API
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/group___win_std_general.html b/group___win_std_general.html
index 033c8715..c06b4222 100644
--- a/group___win_std_general.html
+++ b/group___win_std_general.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: General
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-◆ MsiFormatRecordW()
+◆ MsiFormatRecordW()
@@ -213,7 +220,7 @@ template<class _Traits , class _Ax >
-◆ MsiGetComponentPathA()
+◆ MsiGetComponentPathA()
@@ -254,13 +261,13 @@ template<class _Traits , class _Ax >
-
Returns the full path to an installed component. If the key path for the component is a registry key then the registry key is returned.
-
See also MsiGetComponentPath function
+
Returns the full path to an installed component. If the key path for the component is a registry key then the registry key is returned.
+
See also MsiGetComponentPath function
-◆ MsiGetComponentPathW()
+◆ MsiGetComponentPathW()
@@ -307,7 +314,7 @@ template<class _Traits , class _Ax >
-◆ MsiGetPropertyA()
+◆ MsiGetPropertyA()
@@ -348,13 +355,13 @@ template<class _Traits , class _Ax >
-◆ MsiGetPropertyW()
+◆ MsiGetPropertyW()
@@ -401,7 +408,7 @@ template<class _Traits , class _Ax >
-◆ MsiGetTargetPathA()
+◆ MsiGetTargetPathA()
@@ -442,13 +449,13 @@ template<class _Traits , class _Ax >
-
Returns the full target path for a folder in the Directory table and stores it in a std::wstring string.
-
See also MsiGetTargetPath function
+
Returns the full target path for a folder in the Directory table and stores it in a std::wstring string.
+
See also MsiGetTargetPath function
-◆ MsiGetTargetPathW()
+◆ MsiGetTargetPathW()
@@ -495,7 +502,7 @@ template<class _Traits , class _Ax >
-◆ MsiRecordGetStringA()
+◆ MsiRecordGetStringA()
@@ -536,13 +543,13 @@ template<class _Traits , class _Ax >
-◆ MsiRecordGetStringW()
+◆ MsiRecordGetStringW()
@@ -589,7 +596,7 @@ template<class _Traits , class _Ax >
-◆ MsiRecordReadStream()
+◆ MsiRecordReadStream()
@@ -638,7 +645,7 @@ template<class _Ty , class _Ax >
diff --git a/group___win_std_mem_sanitize.html b/group___win_std_mem_sanitize.html
index d3894e73..9d3b44cd 100644
--- a/group___win_std_mem_sanitize.html
+++ b/group___win_std_mem_sanitize.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Auto-sanitize Memory Management
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-◆ vsprintf()
+◆ vsprintf()
@@ -559,7 +566,7 @@ template<class _Elem , class _Traits , class _Ax >
diff --git a/group___win_std_sys_handles.html b/group___win_std_sys_handles.html
index 7e9eef8a..70e4221b 100644
--- a/group___win_std_sys_handles.html
+++ b/group___win_std_sys_handles.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: System Handles
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
-
Formats GUID and stores it in a std::wstring string.
+
Formats GUID and stores it in a std::wstring string.
Parameters
[in] lpGuid Pointer to GUID
- [out] str String to store the result to
+ [out] str String to store the result to
@@ -371,7 +378,7 @@ Functions
-◆ StringToGuid
+◆ StringToGuid
@@ -382,7 +389,7 @@ Functions
-
Parses string with GUID and stores it to GUID.
+
Parses string with GUID and stores it to GUID.
Parameters
[in] lpszGuid String with GUID
@@ -393,7 +400,7 @@ Functions
Returns
TRUE
if GUID successfuly parsed;
-FALSE
otherwise.
+FALSE
otherwise.
@@ -401,7 +408,7 @@ Functions
-◆ event
+◆ event
@@ -420,7 +427,7 @@ Functions
-◆ file
+◆ file
@@ -439,7 +446,7 @@ Functions
-◆ file_mapping
+◆ file_mapping
@@ -456,7 +463,7 @@ Functions
-◆ process
+◆ process
@@ -473,7 +480,7 @@ Functions
-◆ process_snapshot
+◆ process_snapshot
@@ -490,7 +497,7 @@ Functions
-◆ thread
+◆ thread
@@ -508,7 +515,7 @@ Functions
-
◆ ExpandEnvironmentStringsA()
+
◆ ExpandEnvironmentStringsA()
@@ -543,13 +550,13 @@ template<class _Traits , class _Ax >
-
Expands environment-variable strings, replaces them with the values defined for the current user, and stores it in a std::wstring string.
-
See also ExpandEnvironmentStrings function
+
Expands environment-variable strings, replaces them with the values defined for the current user, and stores it in a std::wstring string.
+
See also ExpandEnvironmentStrings function
-◆ ExpandEnvironmentStringsW()
+◆ ExpandEnvironmentStringsW()
@@ -590,7 +597,7 @@ template<class _Traits , class _Ax >
-◆ GetDateFormatA()
+◆ GetDateFormatA()
@@ -643,13 +650,13 @@ template<class _Traits , class _Ax >
-
Formats a date as a date string for a locale specified by the locale identifier. The function formats either a specified date or the local system date.
-
See also GetDateFormat function
+
Formats a date as a date string for a locale specified by the locale identifier. The function formats either a specified date or the local system date.
+
See also GetDateFormat function
-◆ GetDateFormatW()
+◆ GetDateFormatW()
@@ -708,7 +715,7 @@ template<class _Traits , class _Ax >
-◆ GetFileVersionInfoA()
+◆ GetFileVersionInfoA()
@@ -749,13 +756,13 @@ template<class _Ty , class _Ax >
-◆ GetFileVersionInfoW()
+◆ GetFileVersionInfoW()
@@ -802,7 +809,7 @@ template<class _Ty , class _Ax >
-◆ GetModuleFileNameA()
+◆ GetModuleFileNameA()
@@ -837,13 +844,13 @@ template<class _Traits , class _Ax >
-
Retrieves the fully qualified path for the file that contains the specified module and stores it in a std::wstring string.
-
See also GetModuleFileName function
+
Retrieves the fully qualified path for the file that contains the specified module and stores it in a std::wstring string.
+
See also GetModuleFileName function
-◆ GetModuleFileNameW()
+◆ GetModuleFileNameW()
@@ -884,7 +891,7 @@ template<class _Traits , class _Ax >
-◆ GetTokenInformation()
+◆ GetTokenInformation()
@@ -931,7 +938,7 @@ template<class _Ty >
-◆ GetWindowTextA()
+◆ GetWindowTextA()
@@ -966,13 +973,13 @@ template<class _Traits , class _Ax >
-
Copies the text of the specified window's title bar (if it has one) into a std::wstring string.
-
See also GetWindowText function
+
Copies the text of the specified window's title bar (if it has one) into a std::wstring string.
+
See also GetWindowText function
-◆ GetWindowTextW()
+◆ GetWindowTextW()
@@ -1013,7 +1020,7 @@ template<class _Traits , class _Ax >
-◆ GuidToStringA()
+◆ GuidToStringA()
@@ -1048,11 +1055,11 @@ template<class _Traits , class _Ax >
-
Formats GUID and stores it in a std::wstring string.
+
Formats GUID and stores it in a std::wstring string.
Parameters
[in] lpGuid Pointer to GUID
- [out] str String to store the result to
+ [out] str String to store the result to
@@ -1060,7 +1067,7 @@ template<class _Traits , class _Ax >
-◆ GuidToStringW()
+◆ GuidToStringW()
@@ -1107,7 +1114,7 @@ template<class _Traits , class _Ax >
-◆ LoadStringA()
+◆ LoadStringA()
@@ -1148,13 +1155,13 @@ template<class _Traits , class _Ax >
-
Loads a string resource from the executable file associated with a specified module.
-
See also LoadString function
+
Loads a string resource from the executable file associated with a specified module.
+
See also LoadString function
-◆ LoadStringW()
+◆ LoadStringW()
@@ -1201,7 +1208,7 @@ template<class _Traits , class _Ax >
-◆ LookupAccountSidA()
+◆ LookupAccountSidA()
@@ -1254,13 +1261,13 @@ template<class _Traits , class _Ax >
-
Retrieves the name of the account for this SID and the name of the first domain on which this SID is found.
-
See also LookupAccountSid function
+
Retrieves the name of the account for this SID and the name of the first domain on which this SID is found.
+
See also LookupAccountSid function
-◆ LookupAccountSidW()
+◆ LookupAccountSidW()
@@ -1319,7 +1326,7 @@ template<class _Traits , class _Ax >
-◆ MultiByteToWideChar() [1/3]
+◆ MultiByteToWideChar() [1/3]
@@ -1372,7 +1379,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
-◆ MultiByteToWideChar() [2/3]
+◆ MultiByteToWideChar() [2/3]
@@ -1431,7 +1438,7 @@ template<class _Traits , class _Ax >
-◆ MultiByteToWideChar() [3/3]
+◆ MultiByteToWideChar() [3/3]
@@ -1490,7 +1497,7 @@ template<class _Ax >
-◆ NormalizeString() [1/2]
+◆ NormalizeString() [1/2]
@@ -1537,7 +1544,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
-◆ NormalizeString() [2/2]
+◆ NormalizeString() [2/2]
@@ -1590,7 +1597,7 @@ template<class _Traits , class _Ax >
-◆ OutputDebugStr() [1/2]
+◆ OutputDebugStr() [1/2]
@@ -1629,7 +1636,7 @@ template<class _Traits , class _Ax >
-◆ OutputDebugStr() [2/2]
+◆ OutputDebugStr() [2/2]
@@ -1668,7 +1675,7 @@ template<class _Traits , class _Ax >
-◆ OutputDebugStrV() [1/2]
+◆ OutputDebugStrV() [1/2]
@@ -1707,7 +1714,7 @@ template<class _Traits , class _Ax >
-◆ OutputDebugStrV() [2/2]
+◆ OutputDebugStrV() [2/2]
@@ -1746,7 +1753,7 @@ template<class _Traits , class _Ax >
-◆ QueryFullProcessImageNameA()
+◆ QueryFullProcessImageNameA()
@@ -1793,7 +1800,7 @@ template<class _Traits , class _Ax >
-◆ QueryFullProcessImageNameW()
+◆ QueryFullProcessImageNameW()
@@ -1840,7 +1847,7 @@ template<class _Traits , class _Ax >
-◆ RegCreateKeyExA()
+◆ RegCreateKeyExA()
@@ -1915,13 +1922,13 @@ template<class _Traits , class _Ax >
-
Creates the specified registry key. If the key already exists, the function opens it.
-
See also RegCreateKeyEx function
+
Creates the specified registry key. If the key already exists, the function opens it.
+
See also RegCreateKeyEx function
-◆ RegCreateKeyExW()
+◆ RegCreateKeyExW()
@@ -2002,7 +2009,7 @@ template<class _Traits , class _Ax >
-◆ RegLoadMUIStringA()
+◆ RegLoadMUIStringA()
@@ -2055,13 +2062,13 @@ template<class _Traits , class _Ax >
-
Loads the specified string from the specified key and subkey, and stores it in a std::wstring string.
-
See also RegLoadMUIString function
+
Loads the specified string from the specified key and subkey, and stores it in a std::wstring string.
+
See also RegLoadMUIString function
-◆ RegLoadMUIStringW()
+◆ RegLoadMUIStringW()
@@ -2120,7 +2127,7 @@ template<class _Traits , class _Ax >
-◆ RegOpenKeyExA()
+◆ RegOpenKeyExA()
@@ -2171,13 +2178,13 @@ template<class _Traits , class _Ax >
-◆ RegOpenKeyExW()
+◆ RegOpenKeyExW()
@@ -2234,7 +2241,7 @@ template<class _Traits , class _Ax >
-◆ RegQueryStringValue() [1/2]
+◆ RegQueryStringValue() [1/2]
@@ -2299,7 +2306,7 @@ template<class _Traits , class _Ax >
-◆ RegQueryStringValue() [2/2]
+◆ RegQueryStringValue() [2/2]
@@ -2364,7 +2371,7 @@ template<class _Traits , class _Ax >
-◆ RegQueryValueExA()
+◆ RegQueryValueExA()
@@ -2417,13 +2424,13 @@ template<class _Ty , class _Ax >
-
Retrieves the type and data for the specified value name associated with an open registry key and stores the data in a std::vector buffer.
-
See also RegQueryValueEx function
+
Retrieves the type and data for the specified value name associated with an open registry key and stores the data in a std::vector buffer.
+
See also RegQueryValueEx function
-◆ RegQueryValueExW()
+◆ RegQueryValueExW()
@@ -2482,7 +2489,7 @@ template<class _Ty , class _Ax >
-◆ SecureMultiByteToWideChar() [1/3]
+◆ SecureMultiByteToWideChar() [1/3]
@@ -2536,7 +2543,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
-◆ SecureMultiByteToWideChar() [2/3]
+◆ SecureMultiByteToWideChar() [2/3]
@@ -2596,7 +2603,7 @@ template<class _Traits , class _Ax >
-◆ SecureMultiByteToWideChar() [3/3]
+◆ SecureMultiByteToWideChar() [3/3]
@@ -2656,7 +2663,7 @@ template<class _Ax >
-◆ SecureWideCharToMultiByte() [1/3]
+◆ SecureWideCharToMultiByte() [1/3]
@@ -2728,7 +2735,7 @@ template<class _Traits , class _Ax >
-◆ SecureWideCharToMultiByte() [2/3]
+◆ SecureWideCharToMultiByte() [2/3]
@@ -2800,7 +2807,7 @@ template<class _Ax >
-◆ SecureWideCharToMultiByte() [3/3]
+◆ SecureWideCharToMultiByte() [3/3]
@@ -2866,7 +2873,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
-◆ StringToGuidA()
+◆ StringToGuidA()
@@ -2905,7 +2912,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
-
Parses string with GUID and stores it to GUID.
+
Parses string with GUID and stores it to GUID.
Parameters
[in] lpszGuid String with GUID
@@ -2916,14 +2923,14 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
Returns
TRUE
if GUID successfuly parsed;
-FALSE
otherwise.
+FALSE
otherwise.
-◆ StringToGuidW()
+◆ StringToGuidW()
@@ -2980,7 +2987,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
-◆ WideCharToMultiByte() [1/3]
+◆ WideCharToMultiByte() [1/3]
@@ -3051,7 +3058,7 @@ template<class _Traits , class _Ax >
-◆ WideCharToMultiByte() [2/3]
+◆ WideCharToMultiByte() [2/3]
@@ -3122,7 +3129,7 @@ template<class _Ax >
-◆ WideCharToMultiByte() [3/3]
+◆ WideCharToMultiByte() [3/3]
@@ -3189,7 +3196,7 @@ template<class _Traits1 , class _Ax1 , class _Traits2 , class _Ax2 >
diff --git a/group___win_trust_a_p_i.html b/group___win_trust_a_p_i.html
index af8ded91..f527a8e5 100644
--- a/group___win_trust_a_p_i.html
+++ b/group___win_trust_a_p_i.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: WinTrust API
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/hierarchy.html b/hierarchy.html
index ab023afa..30364f13 100644
--- a/hierarchy.html
+++ b/hierarchy.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Class Hierarchy
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/index.html b/index.html
index 2835df75..4cabaf4e 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: WinStd
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/jquery.js b/jquery.js
index c9ed3d99..1dffb65b 100644
--- a/jquery.js
+++ b/jquery.js
@@ -1,12 +1,11 @@
/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0
+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML=" ",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML=" ";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML=" ",y.option=!!ce.lastChild;var ge={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0a;a++)for(i in o[a])n=o[a][i],o[a].hasOwnProperty(i)&&void 0!==n&&(e[i]=t.isPlainObject(n)?t.isPlainObject(e[i])?t.widget.extend({},e[i],n):t.widget.extend({},n):n);return e},t.widget.bridge=function(e,i){var n=i.prototype.widgetFullName||e;t.fn[e]=function(o){var a="string"==typeof o,r=s.call(arguments,1),h=this;return a?this.length||"instance"!==o?this.each(function(){var i,s=t.data(this,n);return"instance"===o?(h=s,!1):s?t.isFunction(s[o])&&"_"!==o.charAt(0)?(i=s[o].apply(s,r),i!==s&&void 0!==i?(h=i&&i.jquery?h.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+o+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+o+"'")}):h=void 0:(r.length&&(o=t.widget.extend.apply(null,[o].concat(r))),this.each(function(){var e=t.data(this,n);e?(e.option(o||{}),e._init&&e._init()):t.data(this,n,new i(o,this))})),h}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width
i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,m=-2*e.offset[1];0>c?(s=t.top+p+f+m+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+m)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+m-h,(i>0||u>a(i))&&(t.top+=p+f+m))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}}),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var n=!1;t(document).on("mouseup",function(){n=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!n){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,o="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!o&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),n=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,n=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("
").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t(""),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth
t.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("
"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element
-},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,m=s.maxWidth&&p>s.maxWidth,g=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),m&&(p-=l),g&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable});/**
+!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(y){"use strict";y.ui=y.ui||{};y.ui.version="1.13.2";var n,i=0,h=Array.prototype.hasOwnProperty,a=Array.prototype.slice;y.cleanData=(n=y.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=y._data(i,"events"))&&e.remove&&y(i).triggerHandler("remove");n(t)}),y.widget=function(t,i,e){var s,n,o,h={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=y.Widget),Array.isArray(e)&&(e=y.extend.apply(null,[{}].concat(e))),y.expr.pseudos[r.toLowerCase()]=function(t){return!!y.data(t,r)},y[a]=y[a]||{},s=y[a][t],n=y[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},y.extend(n,s,{version:e.version,_proto:y.extend({},e),_childConstructors:[]}),(o=new i).options=y.widget.extend({},o.options),y.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}h[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=y.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},h,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(y.each(s._childConstructors,function(t,e){var i=e.prototype;y.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),y.widget.bridge(t,n),n},y.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=y(e||this.defaultElement||this)[0],this.element=y(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=y(),this.hoverable=y(),this.focusable=y(),this.classesElementLookup={},e!==this&&(y.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=y(e.style?e.ownerDocument:e.document||e),this.window=y(this.document[0].defaultView||this.document[0].parentWindow)),this.options=y.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:y.noop,_create:y.noop,_init:y.noop,destroy:function(){var i=this;this._destroy(),y.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:y.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return y.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=y.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return y("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthx(D(s),D(n))?o.important="horizontal":o.important="vertical",p.using.call(this,t,o)}),h.offset(y.extend(l,{using:t}))})},y.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,h=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),y.ui.plugin={add:function(t,e,i){var s,n=y.ui[t].prototype;for(s in i)n.plugins[s]=n.plugins[s]||[],n.plugins[s].push([e,i[s]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;n ").css({overflow:"hidden",position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,t={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(t),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(t),this._proportionallyResize()),this._setupHandles(),e.autoHide&&y(this.element).on("mouseenter",function(){e.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())}).on("mouseleave",function(){e.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy(),this._addedHandles.remove();function t(t){y(t).removeData("resizable").removeData("ui-resizable").off(".resizable")}var e;return this.elementIsWrapper&&(t(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),t(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;case"aspectRatio":this._aspectRatio=!!e}},_setupHandles:function(){var t,e,i,s,n,o=this.options,h=this;if(this.handles=o.handles||(y(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=y(),this._addedHandles=y(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},e=0;e"),this._addClass(n,"ui-resizable-handle "+s),n.css({zIndex:o.zIndex}),this.handles[t]=".ui-resizable-"+t,this.element.children(this.handles[t]).length||(this.element.append(n),this._addedHandles=this._addedHandles.add(n));this._renderAxis=function(t){var e,i,s;for(e in t=t||this.element,this.handles)this.handles[e].constructor===String?this.handles[e]=this.element.children(this.handles[e]).first().show():(this.handles[e].jquery||this.handles[e].nodeType)&&(this.handles[e]=y(this.handles[e]),this._on(this.handles[e],{mousedown:h._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=y(this.handles[e],this.element),s=/sw|ne|nw|se|n|s/.test(e)?i.outerHeight():i.outerWidth(),i=["padding",/ne|nw|n/.test(e)?"Top":/se|sw|s/.test(e)?"Bottom":/^e$/.test(e)?"Right":"Left"].join(""),t.css(i,s),this._proportionallyResize()),this._handles=this._handles.add(this.handles[e])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){h.resizing||(this.className&&(n=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),h.axis=n&&n[1]?n[1]:"se")}),o.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._addedHandles.remove()},_mouseCapture:function(t){var e,i,s=!1;for(e in this.handles)(i=y(this.handles[e])[0])!==t.target&&!y.contains(i,t.target)||(s=!0);return!this.options.disabled&&s},_mouseStart:function(t){var e,i,s=this.options,n=this.element;return this.resizing=!0,this._renderProxy(),e=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),s.containment&&(e+=y(s.containment).scrollLeft()||0,i+=y(s.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:e,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:n.width(),height:n.height()},this.originalSize=this._helper?{width:n.outerWidth(),height:n.outerHeight()}:{width:n.width(),height:n.height()},this.sizeDiff={width:n.outerWidth()-n.width(),height:n.outerHeight()-n.height()},this.originalPosition={left:e,top:i},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof s.aspectRatio?s.aspectRatio:this.originalSize.width/this.originalSize.height||1,s=y(".ui-resizable-"+this.axis).css("cursor"),y("body").css("cursor","auto"===s?this.axis+"-resize":s),this._addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var e=this.originalMousePosition,i=this.axis,s=t.pageX-e.left||0,e=t.pageY-e.top||0,i=this._change[i];return this._updatePrevProperties(),i&&(e=i.apply(this,[t,s,e]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(e=this._updateRatio(e,t)),e=this._respectSize(e,t),this._updateCache(e),this._propagate("resize",t),e=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),y.isEmptyObject(e)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges())),!1},_mouseStop:function(t){this.resizing=!1;var e,i,s,n=this.options,o=this;return this._helper&&(s=(e=(i=this._proportionallyResizeElements).length&&/textarea/i.test(i[0].nodeName))&&this._hasScroll(i[0],"left")?0:o.sizeDiff.height,i=e?0:o.sizeDiff.width,e={width:o.helper.width()-i,height:o.helper.height()-s},i=parseFloat(o.element.css("left"))+(o.position.left-o.originalPosition.left)||null,s=parseFloat(o.element.css("top"))+(o.position.top-o.originalPosition.top)||null,n.animate||this.element.css(y.extend(e,{top:s,left:i})),o.helper.height(o.size.height),o.helper.width(o.size.width),this._helper&&!n.animate&&this._proportionallyResize()),y("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s=this.options,n={minWidth:this._isNumber(s.minWidth)?s.minWidth:0,maxWidth:this._isNumber(s.maxWidth)?s.maxWidth:1/0,minHeight:this._isNumber(s.minHeight)?s.minHeight:0,maxHeight:this._isNumber(s.maxHeight)?s.maxHeight:1/0};(this._aspectRatio||t)&&(e=n.minHeight*this.aspectRatio,i=n.minWidth/this.aspectRatio,s=n.maxHeight*this.aspectRatio,t=n.maxWidth/this.aspectRatio,e>n.minWidth&&(n.minWidth=e),i>n.minHeight&&(n.minHeight=i),st.width,h=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,a=this.originalPosition.left+this.originalSize.width,r=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),i=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),h&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=a-e.minWidth),s&&l&&(t.left=a-e.maxWidth),h&&i&&(t.top=r-e.minHeight),n&&i&&(t.top=r-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];e<4;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;e ").css({overflow:"hidden"}),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++e.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize;return{left:this.originalPosition.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize;return{top:this.originalPosition.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(t,e,i){return y.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,e,i]))},sw:function(t,e,i){return y.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,e,i]))},ne:function(t,e,i){return y.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,e,i]))},nw:function(t,e,i){return y.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,e,i]))}},_propagate:function(t,e){y.ui.plugin.call(this,t,[e,this.ui()]),"resize"!==t&&this._trigger(t,e,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),y.ui.plugin.add("resizable","animate",{stop:function(e){var i=y(this).resizable("instance"),t=i.options,s=i._proportionallyResizeElements,n=s.length&&/textarea/i.test(s[0].nodeName),o=n&&i._hasScroll(s[0],"left")?0:i.sizeDiff.height,h=n?0:i.sizeDiff.width,n={width:i.size.width-h,height:i.size.height-o},h=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,o=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(y.extend(n,o&&h?{top:o,left:h}:{}),{duration:t.animateDuration,easing:t.animateEasing,step:function(){var t={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};s&&s.length&&y(s[0]).css({width:t.width,height:t.height}),i._updateCache(t),i._propagate("resize",e)}})}}),y.ui.plugin.add("resizable","containment",{start:function(){var i,s,n=y(this).resizable("instance"),t=n.options,e=n.element,o=t.containment,h=o instanceof y?o.get(0):/parent/.test(o)?e.parent().get(0):o;h&&(n.containerElement=y(h),/document/.test(o)||o===document?(n.containerOffset={left:0,top:0},n.containerPosition={left:0,top:0},n.parentData={element:y(document),left:0,top:0,width:y(document).width(),height:y(document).height()||document.body.parentNode.scrollHeight}):(i=y(h),s=[],y(["Top","Right","Left","Bottom"]).each(function(t,e){s[t]=n._num(i.css("padding"+e))}),n.containerOffset=i.offset(),n.containerPosition=i.position(),n.containerSize={height:i.innerHeight()-s[3],width:i.innerWidth()-s[1]},t=n.containerOffset,e=n.containerSize.height,o=n.containerSize.width,o=n._hasScroll(h,"left")?h.scrollWidth:o,e=n._hasScroll(h)?h.scrollHeight:e,n.parentData={element:h,left:t.left,top:t.top,width:o,height:e}))},resize:function(t){var e=y(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.position,o=e._aspectRatio||t.shiftKey,h={top:0,left:0},a=e.containerElement,t=!0;a[0]!==document&&/static/.test(a.css("position"))&&(h=s),n.left<(e._helper?s.left:0)&&(e.size.width=e.size.width+(e._helper?e.position.left-s.left:e.position.left-h.left),o&&(e.size.height=e.size.width/e.aspectRatio,t=!1),e.position.left=i.helper?s.left:0),n.top<(e._helper?s.top:0)&&(e.size.height=e.size.height+(e._helper?e.position.top-s.top:e.position.top),o&&(e.size.width=e.size.height*e.aspectRatio,t=!1),e.position.top=e._helper?s.top:0),i=e.containerElement.get(0)===e.element.parent().get(0),n=/relative|absolute/.test(e.containerElement.css("position")),i&&n?(e.offset.left=e.parentData.left+e.position.left,e.offset.top=e.parentData.top+e.position.top):(e.offset.left=e.element.offset().left,e.offset.top=e.element.offset().top),n=Math.abs(e.sizeDiff.width+(e._helper?e.offset.left-h.left:e.offset.left-s.left)),s=Math.abs(e.sizeDiff.height+(e._helper?e.offset.top-h.top:e.offset.top-s.top)),n+e.size.width>=e.parentData.width&&(e.size.width=e.parentData.width-n,o&&(e.size.height=e.size.width/e.aspectRatio,t=!1)),s+e.size.height>=e.parentData.height&&(e.size.height=e.parentData.height-s,o&&(e.size.width=e.size.height*e.aspectRatio,t=!1)),t||(e.position.left=e.prevPosition.left,e.position.top=e.prevPosition.top,e.size.width=e.prevSize.width,e.size.height=e.prevSize.height)},stop:function(){var t=y(this).resizable("instance"),e=t.options,i=t.containerOffset,s=t.containerPosition,n=t.containerElement,o=y(t.helper),h=o.offset(),a=o.outerWidth()-t.sizeDiff.width,o=o.outerHeight()-t.sizeDiff.height;t._helper&&!e.animate&&/relative/.test(n.css("position"))&&y(this).css({left:h.left-s.left-i.left,width:a,height:o}),t._helper&&!e.animate&&/static/.test(n.css("position"))&&y(this).css({left:h.left-s.left-i.left,width:a,height:o})}}),y.ui.plugin.add("resizable","alsoResize",{start:function(){var t=y(this).resizable("instance").options;y(t.alsoResize).each(function(){var t=y(this);t.data("ui-resizable-alsoresize",{width:parseFloat(t.width()),height:parseFloat(t.height()),left:parseFloat(t.css("left")),top:parseFloat(t.css("top"))})})},resize:function(t,i){var e=y(this).resizable("instance"),s=e.options,n=e.originalSize,o=e.originalPosition,h={height:e.size.height-n.height||0,width:e.size.width-n.width||0,top:e.position.top-o.top||0,left:e.position.left-o.left||0};y(s.alsoResize).each(function(){var t=y(this),s=y(this).data("ui-resizable-alsoresize"),n={},e=t.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];y.each(e,function(t,e){var i=(s[e]||0)+(h[e]||0);i&&0<=i&&(n[e]=i||null)}),t.css(n)})},stop:function(){y(this).removeData("ui-resizable-alsoresize")}}),y.ui.plugin.add("resizable","ghost",{start:function(){var t=y(this).resizable("instance"),e=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}),t._addClass(t.ghost,"ui-resizable-ghost"),!1!==y.uiBackCompat&&"string"==typeof t.options.ghost&&t.ghost.addClass(this.options.ghost),t.ghost.appendTo(t.helper)},resize:function(){var t=y(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=y(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),y.ui.plugin.add("resizable","grid",{resize:function(){var t,e=y(this).resizable("instance"),i=e.options,s=e.size,n=e.originalSize,o=e.originalPosition,h=e.axis,a="number"==typeof i.grid?[i.grid,i.grid]:i.grid,r=a[0]||1,l=a[1]||1,u=Math.round((s.width-n.width)/r)*r,p=Math.round((s.height-n.height)/l)*l,d=n.width+u,c=n.height+p,f=i.maxWidth&&i.maxWidthd,s=i.minHeight&&i.minHeight>c;i.grid=a,m&&(d+=r),s&&(c+=l),f&&(d-=r),g&&(c-=l),/^(se|s|e)$/.test(h)?(e.size.width=d,e.size.height=c):/^(ne)$/.test(h)?(e.size.width=d,e.size.height=c,e.position.top=o.top-p):/^(sw)$/.test(h)?(e.size.width=d,e.size.height=c,e.position.left=o.left-u):((c-l<=0||d-r<=0)&&(t=e._getPaddingPlusBorderDimensions(this)),0
-
+
-
+
WinStd: Security Policy
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -82,7 +89,7 @@ Reporting a Vulnerability
diff --git a/menu.js b/menu.js
index 54e81cf1..b0b26936 100644
--- a/menu.js
+++ b/menu.js
@@ -28,7 +28,15 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
if ('children' in data) {
result+='';
for (var i in data.children) {
- result+=''+
+ var url;
+ var link;
+ link = data.children[i].url;
+ if (link.substring(0,1)=='^') {
+ url = link.substring(1);
+ } else {
+ url = relPath+link;
+ }
+ result+=''+
data.children[i].text+' '+
makeTree(data.children[i],relPath)+' ';
}
@@ -36,28 +44,26 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
}
return result;
}
- var searchBox;
+ var searchBoxHtml;
if (searchEnabled) {
if (serverSide) {
- searchBox=''+
+ searchBoxHtml='
';
} else {
- searchBox='
'+
+ searchBoxHtml='
';
}
}
@@ -79,7 +85,7 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
'
');
$('#main-nav').append(makeTree(menudata,relPath));
$('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
- if (searchBox) {
+ if (searchBoxHtml) {
$('#main-menu').append('
');
}
var $mainMenuState = $('#main-menu-state');
@@ -108,14 +114,17 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
if (newWidth!=prevWidth) {
if ($(window).outerWidth()<768) {
$mainMenuState.prop('checked',false); $menu.hide();
- $('#searchBoxPos1').html(searchBox);
+ $('#searchBoxPos1').html(searchBoxHtml);
$('#searchBoxPos2').hide();
} else {
$menu.show();
$('#searchBoxPos1').empty();
- $('#searchBoxPos2').html(searchBox);
+ $('#searchBoxPos2').html(searchBoxHtml);
$('#searchBoxPos2').show();
}
+ if (typeof searchBox!=='undefined') {
+ searchBox.CloseResultsWindow();
+ }
prevWidth = newWidth;
}
}
diff --git a/modules.html b/modules.html
index ac322e64..b401fe2c 100644
--- a/modules.html
+++ b/modules.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Modules
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/nav_fd.png b/nav_fd.png
new file mode 100644
index 00000000..032fbdd4
Binary files /dev/null and b/nav_fd.png differ
diff --git a/nav_hd.png b/nav_hd.png
new file mode 100644
index 00000000..de80f18a
Binary files /dev/null and b/nav_hd.png differ
diff --git a/pages.html b/pages.html
index 5bbfb248..e70b2487 100644
--- a/pages.html
+++ b/pages.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Related Pages
@@ -30,10 +30,10 @@
-
+
@@ -57,9 +57,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
diff --git a/pch_8h_source.html b/pch_8h_source.html
index b6c64208..b2422775 100644
--- a/pch_8h_source.html
+++ b/pch_8h_source.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: UnitTests/pch.h Source File
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -100,7 +107,7 @@ $(function() {
diff --git a/search/all_0.html b/search/all_0.html
deleted file mode 100644
index c36c9af5..00000000
--- a/search/all_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_1.html b/search/all_1.html
deleted file mode 100644
index 91cfe8ac..00000000
--- a/search/all_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_10.html b/search/all_10.html
deleted file mode 100644
index 765f5848..00000000
--- a/search/all_10.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_11.html b/search/all_11.html
deleted file mode 100644
index e2183ee4..00000000
--- a/search/all_11.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_12.html b/search/all_12.html
deleted file mode 100644
index 9b9621cc..00000000
--- a/search/all_12.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_13.html b/search/all_13.html
deleted file mode 100644
index 4acb7f91..00000000
--- a/search/all_13.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_14.html b/search/all_14.html
deleted file mode 100644
index abb790c0..00000000
--- a/search/all_14.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_15.html b/search/all_15.html
deleted file mode 100644
index 33e250bb..00000000
--- a/search/all_15.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_16.html b/search/all_16.html
deleted file mode 100644
index de305d99..00000000
--- a/search/all_16.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_2.html b/search/all_2.html
deleted file mode 100644
index 259dde4f..00000000
--- a/search/all_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_3.html b/search/all_3.html
deleted file mode 100644
index 1e60c949..00000000
--- a/search/all_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_4.html b/search/all_4.html
deleted file mode 100644
index 08f1aede..00000000
--- a/search/all_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_5.html b/search/all_5.html
deleted file mode 100644
index 0d85fcc8..00000000
--- a/search/all_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_6.html b/search/all_6.html
deleted file mode 100644
index 7e088b86..00000000
--- a/search/all_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_7.html b/search/all_7.html
deleted file mode 100644
index d2b18254..00000000
--- a/search/all_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_8.html b/search/all_8.html
deleted file mode 100644
index f4e3a2aa..00000000
--- a/search/all_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_9.html b/search/all_9.html
deleted file mode 100644
index 89177a82..00000000
--- a/search/all_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_a.html b/search/all_a.html
deleted file mode 100644
index 1f90b7a7..00000000
--- a/search/all_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_b.html b/search/all_b.html
deleted file mode 100644
index b7ad6e6d..00000000
--- a/search/all_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_c.html b/search/all_c.html
deleted file mode 100644
index 829c9170..00000000
--- a/search/all_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_d.html b/search/all_d.html
deleted file mode 100644
index d32b28eb..00000000
--- a/search/all_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_d.js b/search/all_d.js
index 7544b76c..9f6319f5 100644
--- a/search/all_d.js
+++ b/search/all_d.js
@@ -11,11 +11,11 @@ var searchData=
['operator_28_29_8',['operator()',['../structwinstd_1_1_eap_host_peer_free_error_memory__delete.html#a5dd9a56b7344ef66c378041a97fdb307',1,'winstd::EapHostPeerFreeErrorMemory_delete::operator()()'],['../structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html#a3b0a5a8db35677a63c3583a45658df1b',1,'winstd::WlanFreeMemory_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html#a60d22784612a4cfd16ca8ad6629a77e4',1,'winstd::WlanFreeMemory_delete< _Ty[]>::operator()(_Ty *_Ptr) const'],['../structwinstd_1_1_wlan_free_memory__delete.html#a5013eb2213d92798d755cbb9fa24e26b',1,'winstd::WlanFreeMemory_delete::operator()()'],['../structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html#a8a44a95dd279b699a8f3ff2c5f8dd31a',1,'winstd::UnmapViewOfFile_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html#aa9bfce548f756da75283fb781ea2da75',1,'winstd::UnmapViewOfFile_delete< _Ty[]>::operator()(_Ty *_Ptr) const'],['../structwinstd_1_1_unmap_view_of_file__delete.html#aa3611bebc2deaf9acaed4e09e193032d',1,'winstd::UnmapViewOfFile_delete::operator()()'],['../structwinstd_1_1_eap_host_peer_free_eap_error__delete.html#ae6aa071d5b9824f6062746360478a683',1,'winstd::EapHostPeerFreeEapError_delete::operator()()'],['../structwinstd_1_1_eap_host_peer_free_runtime_memory__delete.html#a4c573463394fc3ea6781f796d29fe26e',1,'winstd::EapHostPeerFreeRuntimeMemory_delete::operator()()'],['../structwinstd_1_1_eap_host_peer_free_memory__delete.html#a20b97a65abb2063a31fc8fd7a9cb0f1f',1,'winstd::EapHostPeerFreeMemory_delete::operator()()'],['../structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html#acc62d6419d7dea72f237ab2788171f48',1,'winstd::CredFree_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html#aea662a4ce3e32723646313a9a56c4c9a',1,'winstd::CredFree_delete< _Ty[]>::operator()(_Ty *_Ptr) const noexcept'],['../structwinstd_1_1_cred_free__delete.html#a247d6f53f119468b6ccb08ff01338465',1,'winstd::CredFree_delete::operator()()'],['../structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html#abd0fd61b2b66c5e514755f84a655384b',1,'winstd::LocalFree_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html#abf0ecfcfbb58493103f7e0905272d8d8',1,'winstd::LocalFree_delete< _Ty[]>::operator()(_Ty *_Ptr) const noexcept'],['../structwinstd_1_1_local_free__delete.html#ad96c48c15a2dea2704073d8db5b72542',1,'winstd::LocalFree_delete::operator()()'],['../structwinstd_1_1_co_task_mem_free__delete.html#a66d6fbd417d9073624387c4664db782f',1,'winstd::CoTaskMemFree_delete::operator()()']]],
['operator_2a_9',['operator*',['../classwinstd_1_1handle.html#a0f1ac60cf62e41c24394bf0e3457fbd9',1,'winstd::handle']]],
['operator_2d_3e_10',['operator->',['../classwinstd_1_1handle.html#a285ada5936fe7afdd12eed70b38c2084',1,'winstd::handle']]],
- ['operator_3c_11',['operator<',['../classwinstd_1_1cert__context.html#a92881d07b0b41b81c4119ed8d8868c3b',1,'winstd::cert_context::operator<()'],['../classwinstd_1_1handle.html#a4c4515d0d1071cab5c675e926aa2dc92',1,'winstd::handle::operator<()'],['../classwinstd_1_1variant.html#ac03c0c14bb91f7511425946ef7f3e725',1,'winstd::variant::operator<(const VARIANT &varSrc) const noexcept']]],
+ ['operator_3c_11',['operator<',['../classwinstd_1_1handle.html#a4c4515d0d1071cab5c675e926aa2dc92',1,'winstd::handle::operator<()'],['../classwinstd_1_1cert__context.html#a92881d07b0b41b81c4119ed8d8868c3b',1,'winstd::cert_context::operator<()'],['../classwinstd_1_1variant.html#ac03c0c14bb91f7511425946ef7f3e725',1,'winstd::variant::operator<(const VARIANT &varSrc) const noexcept']]],
['operator_3c_3d_12',['operator<=',['../classwinstd_1_1variant.html#a02366b97c9a937f57806640dc942ecaf',1,'winstd::variant::operator<=()'],['../classwinstd_1_1handle.html#af9e9538d58b952799db4a1c68b0184b9',1,'winstd::handle::operator<=()'],['../classwinstd_1_1cert__context.html#a042240321d22636cddc379b198c7fd84',1,'winstd::cert_context::operator<=()']]],
- ['operator_3d_13',['operator=',['../classwinstd_1_1eap__attr.html#a242766666ce3cbb83429ddd0eaeb9cc6',1,'winstd::eap_attr::operator=()'],['../classwinstd_1_1variant.html#a2ea74c1b7a770188f7f59d7eb6923dbe',1,'winstd::variant::operator=()'],['../classwinstd_1_1eap__attr.html#aa5909d52c15557908ff584f4712eea05',1,'winstd::eap_attr::operator=()'],['../classwinstd_1_1data__blob.html#a637b625d29bacc0875d543c69da351c2',1,'winstd::data_blob::operator=(data_blob &&other) noexcept'],['../classwinstd_1_1data__blob.html#ac818a3116ab5fc0af960f82aa505b6ae',1,'winstd::data_blob::operator=(const DATA_BLOB &other)'],['../classwinstd_1_1dplhandle.html#a546f1f737bc3da0c9b19967d849776d3',1,'winstd::dplhandle::operator=(dplhandle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1dplhandle.html#abcccb97671b96da3623f700a93bb5c39',1,'winstd::dplhandle::operator=(const dplhandle< handle_type, INVAL > &h) noexcept'],['../classwinstd_1_1dplhandle.html#a31cec3cdf4ee749b1aef4b4cd7652fb7',1,'winstd::dplhandle::operator=(handle_type h) noexcept'],['../classwinstd_1_1handle.html#a6326bbc54ec3441e41f30bc1ec4d6a6c',1,'winstd::handle::operator=(handle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1handle.html#a591e006af92e4d088fb9c1ed974c0923',1,'winstd::handle::operator=(handle_type h) noexcept'],['../classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html#acfb43bdf589d00763538f35ac5893641',1,'winstd::ref_unique_ptr< _Ty[], _Dx >::operator=(ref_unique_ptr< _Ty[], _Dx > &&other)'],['../classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html#a55590736d435041213af5b54ffe722bf',1,'winstd::ref_unique_ptr< _Ty[], _Dx >::operator=(std::unique_ptr< _Ty[], _Dx > &owner) noexcept'],['../classwinstd_1_1variant.html#a39d9e97b57c37f3d876574cc2fd6e0a5',1,'winstd::variant::operator=(const SAFEARRAY *pSrc) noexcept'],['../classwinstd_1_1variant.html#a55f962bb7a077f87aaa4a6bec03c10da',1,'winstd::variant::operator=(IUnknown *pSrc)'],['../classwinstd_1_1eap__method__info__array.html#aea48aefd91b676cdbeb9511640108f2a',1,'winstd::eap_method_info_array::operator=()'],['../classwinstd_1_1event__rec.html#aa5287b5572575d440f881c1d8c17bac3',1,'winstd::event_rec::operator=(const event_rec &other)'],['../classwinstd_1_1event__rec.html#a41f64986df27cea4fdaa8ee8ce2d3875',1,'winstd::event_rec::operator=(const EVENT_RECORD &other)'],['../classwinstd_1_1event__rec.html#a22ab332b9c7e3c21e6107e909703da0f',1,'winstd::event_rec::operator=(event_rec &&other) noexcept'],['../classwinstd_1_1event__session.html#a4e436a74c83a75aab21800bc9d954228',1,'winstd::event_session::operator=()'],['../classwinstd_1_1event__fn__auto.html#acb8dddbdd22399d26d4c5db2998afc1d',1,'winstd::event_fn_auto::operator=(const event_fn_auto &other)'],['../classwinstd_1_1event__fn__auto.html#ab64dd267c58d816b4ef5549e704a8949',1,'winstd::event_fn_auto::operator=(event_fn_auto &&other) noexcept'],['../classwinstd_1_1event__fn__auto__ret.html#a6bb69bf1ac97231ef47c2aed99921bc9',1,'winstd::event_fn_auto_ret::operator=(const event_fn_auto_ret< T > &other)'],['../classwinstd_1_1event__fn__auto__ret.html#ade4fd767e5e743649480b93cd0a5ba69',1,'winstd::event_fn_auto_ret::operator=(event_fn_auto_ret< T > &&other)'],['../classwinstd_1_1window__dc.html#ad5d431027a698fef783407ba9e9d167b',1,'winstd::window_dc::operator=()'],['../classwinstd_1_1security__attributes.html#a85cc5cc2ce94a8876e888ee6646779d7',1,'winstd::security_attributes::operator=()'],['../classwinstd_1_1sec__credentials.html#af0c3ec1f8e1b060cd4dd99b4d34d4623',1,'winstd::sec_credentials::operator=()'],['../classwinstd_1_1sec__context.html#aba957329771358ef9ca65c5e1176fc52',1,'winstd::sec_context::operator=()'],['../classwinstd_1_1vmemory.html#a17a902c8f0ce17d3f06b69ec3e01a331',1,'winstd::vmemory::operator=()'],['../classwinstd_1_1variant.html#ad4a0fd8999d8d526bb232ebf70c18887',1,'winstd::variant::operator=(unsigned long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aff536ecc3c3a074fea648b7c60522a83',1,'winstd::variant::operator=(const VARIANT &varSrc)'],['../classwinstd_1_1variant.html#aeec12d33002777506b59d73f2c43421c',1,'winstd::variant::operator=(VARIANT &&varSrc) noexcept'],['../classwinstd_1_1variant.html#a355fecf0ce80d31377c9395f2ed1aada',1,'winstd::variant::operator=(bool bSrc) noexcept'],['../classwinstd_1_1variant.html#a63e75ec57af2d8f59830b029afeb3b68',1,'winstd::variant::operator=(char cSrc) noexcept'],['../classwinstd_1_1variant.html#a602751a752d5a7442ade0f4437646231',1,'winstd::variant::operator=(unsigned char nSrc) noexcept'],['../classwinstd_1_1variant.html#a5886220d7a2ff006d29cd4448a2a33ac',1,'winstd::variant::operator=(short nSrc) noexcept'],['../classwinstd_1_1variant.html#a5c2733a19c37248f69a07771b8e939f1',1,'winstd::variant::operator=(unsigned short nSrc) noexcept'],['../classwinstd_1_1variant.html#a71fb3ee2710ad470329e0b5c4f7f5ba4',1,'winstd::variant::operator=(int nSrc) noexcept'],['../classwinstd_1_1variant.html#a05ad6d2f51763b24d7528078a2c30e49',1,'winstd::variant::operator=(unsigned int nSrc) noexcept'],['../classwinstd_1_1variant.html#a360da15526269bd64a2fb670e9e280ff',1,'winstd::variant::operator=(long nSrc) noexcept'],['../classwinstd_1_1variant.html#a07980ff84773ac25807d0713dd05090a',1,'winstd::variant::operator=(unsigned long nSrc) noexcept'],['../classwinstd_1_1variant.html#af1898a82e4199d1f34924d448867f68f',1,'winstd::variant::operator=(long long nSrc) noexcept'],['../classwinstd_1_1variant.html#aebabfcb503a43abecc9f3c07629f591f',1,'winstd::variant::operator=(unsigned long long nSrc) noexcept'],['../classwinstd_1_1variant.html#a6fa877e7a098dba125c6342bd5e1c896',1,'winstd::variant::operator=(double dblSrc) noexcept'],['../classwinstd_1_1variant.html#a935f6cff8004781f60d66b04a01c2330',1,'winstd::variant::operator=(CY cySrc) noexcept'],['../classwinstd_1_1variant.html#a984b2e054639678f06a40e3f57abf4d7',1,'winstd::variant::operator=(LPCOLESTR lpszSrc) noexcept'],['../classwinstd_1_1variant.html#af5e22f4158921eb49c2207335d7c7593',1,'winstd::variant::operator=(IDispatch *pSrc)'],['../classwinstd_1_1variant.html#a5bc092e989de74c42d92de5647248a57',1,'winstd::variant::operator=(unsigned char *pbSrc) noexcept'],['../classwinstd_1_1variant.html#aa8c701dc6deac688a83d04ed9afdd4b5',1,'winstd::variant::operator=(short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#accf863f76609d78946f51ec07a52690e',1,'winstd::variant::operator=(unsigned short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a30ba85931db8557713e5ee32d48ceecc',1,'winstd::variant::operator=(int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa01c928f87788c505b818b7930c0f3a0',1,'winstd::variant::operator=(unsigned int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa321e1785731055f02abcf7789383912',1,'winstd::variant::operator=(long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#af86e9a10fd9dbe6e18b33a59d04f3b44',1,'winstd::variant::operator=(unsigned long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#ad0ef65b5a3f40b1a812ac78ca5e5eb50',1,'winstd::variant::operator=(long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a1df6086270e7799b83ee2889e2b88d9e',1,'winstd::variant::operator=(float *pfSrc) noexcept'],['../classwinstd_1_1variant.html#a1786d099ef012c301c0774f98af0f13a',1,'winstd::variant::operator=(float fltSrc) noexcept']]],
- ['operator_3d_3d_14',['operator==',['../classwinstd_1_1cert__context.html#a2f3ad38a637fce69d8c2a5ee3460a296',1,'winstd::cert_context::operator==()'],['../group___win_std_e_a_p_a_p_i.html#ga4fac0d35e8ca3fa63c53f85a9d10fa80',1,'operator==(): EAP.h'],['../classwinstd_1_1handle.html#ab6021e9c11accef6b813948dc4601ddc',1,'winstd::handle::operator==()'],['../classwinstd_1_1variant.html#a7e4c402b1b8d459aa2d73fb5b5e83853',1,'winstd::variant::operator==(const VARIANT &varSrc) const noexcept']]],
- ['operator_3e_15',['operator>',['../classwinstd_1_1variant.html#a323955b7123424305aed08eea20f9381',1,'winstd::variant::operator>()'],['../classwinstd_1_1handle.html#ae7361f6159006e3f87cbe10ba2a76329',1,'winstd::handle::operator>()'],['../classwinstd_1_1cert__context.html#a7224d1fe6c57bfe903fa8a6df32d2466',1,'winstd::cert_context::operator>()']]],
+ ['operator_3d_13',['operator=',['../classwinstd_1_1eap__method__info__array.html#aea48aefd91b676cdbeb9511640108f2a',1,'winstd::eap_method_info_array::operator=()'],['../classwinstd_1_1variant.html#a1df6086270e7799b83ee2889e2b88d9e',1,'winstd::variant::operator=()'],['../classwinstd_1_1eap__attr.html#a242766666ce3cbb83429ddd0eaeb9cc6',1,'winstd::eap_attr::operator=(eap_attr &&a) noexcept'],['../classwinstd_1_1eap__attr.html#aa5909d52c15557908ff584f4712eea05',1,'winstd::eap_attr::operator=(const EAP_ATTRIBUTE &a)'],['../classwinstd_1_1data__blob.html#a637b625d29bacc0875d543c69da351c2',1,'winstd::data_blob::operator=(data_blob &&other) noexcept'],['../classwinstd_1_1data__blob.html#ac818a3116ab5fc0af960f82aa505b6ae',1,'winstd::data_blob::operator=(const DATA_BLOB &other)'],['../classwinstd_1_1dplhandle.html#a546f1f737bc3da0c9b19967d849776d3',1,'winstd::dplhandle::operator=(dplhandle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1dplhandle.html#abcccb97671b96da3623f700a93bb5c39',1,'winstd::dplhandle::operator=(const dplhandle< handle_type, INVAL > &h) noexcept'],['../classwinstd_1_1dplhandle.html#a31cec3cdf4ee749b1aef4b4cd7652fb7',1,'winstd::dplhandle::operator=(handle_type h) noexcept'],['../classwinstd_1_1handle.html#a6326bbc54ec3441e41f30bc1ec4d6a6c',1,'winstd::handle::operator=(handle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1handle.html#a591e006af92e4d088fb9c1ed974c0923',1,'winstd::handle::operator=(handle_type h) noexcept'],['../classwinstd_1_1variant.html#a39d9e97b57c37f3d876574cc2fd6e0a5',1,'winstd::variant::operator=(const SAFEARRAY *pSrc) noexcept'],['../classwinstd_1_1variant.html#a2ea74c1b7a770188f7f59d7eb6923dbe',1,'winstd::variant::operator=(double *pfSrc) noexcept'],['../classwinstd_1_1event__rec.html#aa5287b5572575d440f881c1d8c17bac3',1,'winstd::event_rec::operator=(const event_rec &other)'],['../classwinstd_1_1event__rec.html#a41f64986df27cea4fdaa8ee8ce2d3875',1,'winstd::event_rec::operator=(const EVENT_RECORD &other)'],['../classwinstd_1_1event__rec.html#a22ab332b9c7e3c21e6107e909703da0f',1,'winstd::event_rec::operator=(event_rec &&other) noexcept'],['../classwinstd_1_1event__session.html#a4e436a74c83a75aab21800bc9d954228',1,'winstd::event_session::operator=()'],['../classwinstd_1_1event__fn__auto.html#acb8dddbdd22399d26d4c5db2998afc1d',1,'winstd::event_fn_auto::operator=(const event_fn_auto &other)'],['../classwinstd_1_1event__fn__auto.html#ab64dd267c58d816b4ef5549e704a8949',1,'winstd::event_fn_auto::operator=(event_fn_auto &&other) noexcept'],['../classwinstd_1_1event__fn__auto__ret.html#a6bb69bf1ac97231ef47c2aed99921bc9',1,'winstd::event_fn_auto_ret::operator=(const event_fn_auto_ret< T > &other)'],['../classwinstd_1_1event__fn__auto__ret.html#ade4fd767e5e743649480b93cd0a5ba69',1,'winstd::event_fn_auto_ret::operator=(event_fn_auto_ret< T > &&other)'],['../classwinstd_1_1window__dc.html#ad5d431027a698fef783407ba9e9d167b',1,'winstd::window_dc::operator=()'],['../classwinstd_1_1security__attributes.html#a85cc5cc2ce94a8876e888ee6646779d7',1,'winstd::security_attributes::operator=()'],['../classwinstd_1_1sec__credentials.html#af0c3ec1f8e1b060cd4dd99b4d34d4623',1,'winstd::sec_credentials::operator=()'],['../classwinstd_1_1sec__context.html#aba957329771358ef9ca65c5e1176fc52',1,'winstd::sec_context::operator=()'],['../classwinstd_1_1vmemory.html#a17a902c8f0ce17d3f06b69ec3e01a331',1,'winstd::vmemory::operator=()'],['../classwinstd_1_1variant.html#af5e22f4158921eb49c2207335d7c7593',1,'winstd::variant::operator=(IDispatch *pSrc)'],['../classwinstd_1_1variant.html#ad0ef65b5a3f40b1a812ac78ca5e5eb50',1,'winstd::variant::operator=(long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aff536ecc3c3a074fea648b7c60522a83',1,'winstd::variant::operator=(const VARIANT &varSrc)'],['../classwinstd_1_1variant.html#aeec12d33002777506b59d73f2c43421c',1,'winstd::variant::operator=(VARIANT &&varSrc) noexcept'],['../classwinstd_1_1variant.html#a355fecf0ce80d31377c9395f2ed1aada',1,'winstd::variant::operator=(bool bSrc) noexcept'],['../classwinstd_1_1variant.html#a63e75ec57af2d8f59830b029afeb3b68',1,'winstd::variant::operator=(char cSrc) noexcept'],['../classwinstd_1_1variant.html#a602751a752d5a7442ade0f4437646231',1,'winstd::variant::operator=(unsigned char nSrc) noexcept'],['../classwinstd_1_1variant.html#a5886220d7a2ff006d29cd4448a2a33ac',1,'winstd::variant::operator=(short nSrc) noexcept'],['../classwinstd_1_1variant.html#a5c2733a19c37248f69a07771b8e939f1',1,'winstd::variant::operator=(unsigned short nSrc) noexcept'],['../classwinstd_1_1variant.html#a71fb3ee2710ad470329e0b5c4f7f5ba4',1,'winstd::variant::operator=(int nSrc) noexcept'],['../classwinstd_1_1variant.html#a05ad6d2f51763b24d7528078a2c30e49',1,'winstd::variant::operator=(unsigned int nSrc) noexcept'],['../classwinstd_1_1variant.html#a360da15526269bd64a2fb670e9e280ff',1,'winstd::variant::operator=(long nSrc) noexcept'],['../classwinstd_1_1variant.html#a07980ff84773ac25807d0713dd05090a',1,'winstd::variant::operator=(unsigned long nSrc) noexcept'],['../classwinstd_1_1variant.html#af1898a82e4199d1f34924d448867f68f',1,'winstd::variant::operator=(long long nSrc) noexcept'],['../classwinstd_1_1variant.html#aebabfcb503a43abecc9f3c07629f591f',1,'winstd::variant::operator=(unsigned long long nSrc) noexcept'],['../classwinstd_1_1variant.html#aa01c928f87788c505b818b7930c0f3a0',1,'winstd::variant::operator=(unsigned int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#ad4a0fd8999d8d526bb232ebf70c18887',1,'winstd::variant::operator=(unsigned long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a1786d099ef012c301c0774f98af0f13a',1,'winstd::variant::operator=(float fltSrc) noexcept'],['../classwinstd_1_1variant.html#af86e9a10fd9dbe6e18b33a59d04f3b44',1,'winstd::variant::operator=(unsigned long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa321e1785731055f02abcf7789383912',1,'winstd::variant::operator=(long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a30ba85931db8557713e5ee32d48ceecc',1,'winstd::variant::operator=(int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#accf863f76609d78946f51ec07a52690e',1,'winstd::variant::operator=(unsigned short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa8c701dc6deac688a83d04ed9afdd4b5',1,'winstd::variant::operator=(short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a5bc092e989de74c42d92de5647248a57',1,'winstd::variant::operator=(unsigned char *pbSrc) noexcept'],['../classwinstd_1_1variant.html#a55f962bb7a077f87aaa4a6bec03c10da',1,'winstd::variant::operator=(IUnknown *pSrc)'],['../classwinstd_1_1variant.html#a984b2e054639678f06a40e3f57abf4d7',1,'winstd::variant::operator=(LPCOLESTR lpszSrc) noexcept'],['../classwinstd_1_1variant.html#a935f6cff8004781f60d66b04a01c2330',1,'winstd::variant::operator=(CY cySrc) noexcept'],['../classwinstd_1_1variant.html#a6fa877e7a098dba125c6342bd5e1c896',1,'winstd::variant::operator=(double dblSrc) noexcept']]],
+ ['operator_3d_3d_14',['operator==',['../classwinstd_1_1variant.html#a7e4c402b1b8d459aa2d73fb5b5e83853',1,'winstd::variant::operator==()'],['../classwinstd_1_1handle.html#ab6021e9c11accef6b813948dc4601ddc',1,'winstd::handle::operator==()'],['../classwinstd_1_1cert__context.html#a2f3ad38a637fce69d8c2a5ee3460a296',1,'winstd::cert_context::operator==()'],['../group___win_std_e_a_p_a_p_i.html#ga4fac0d35e8ca3fa63c53f85a9d10fa80',1,'operator==(): EAP.h']]],
+ ['operator_3e_15',['operator>',['../classwinstd_1_1variant.html#a323955b7123424305aed08eea20f9381',1,'winstd::variant::operator>()'],['../classwinstd_1_1cert__context.html#a7224d1fe6c57bfe903fa8a6df32d2466',1,'winstd::cert_context::operator>()'],['../classwinstd_1_1handle.html#ae7361f6159006e3f87cbe10ba2a76329',1,'winstd::handle::operator>()']]],
['operator_3e_3d_16',['operator>=',['../classwinstd_1_1variant.html#aa7ea26592a0d6b6c529eb87130ebd820',1,'winstd::variant::operator>=()'],['../classwinstd_1_1handle.html#a20e325dde8a25d1e3a7efb50b431641b',1,'winstd::handle::operator>=()'],['../classwinstd_1_1cert__context.html#a6c9f09455ef40e581accc6499222040c',1,'winstd::cert_context::operator>=()']]],
['other_17',['other',['../structwinstd_1_1sanitizing__allocator_1_1rebind.html#a6a195ba8f7b42d8e82304efb08e18679',1,'winstd::sanitizing_allocator::rebind::other()'],['../structwinstd_1_1heap__allocator_1_1rebind.html#a7916519ada01914c23461a64334ff331',1,'winstd::heap_allocator::rebind::other()']]],
['otp_18',['otp',['../group___win_std_e_a_p_a_p_i.html#gga50f5584ca708165f43cec42c42243315ad2270e7120a93c8b0a6a34760e654c7d',1,'winstd']]],
diff --git a/search/all_e.html b/search/all_e.html
deleted file mode 100644
index ce450a29..00000000
--- a/search/all_e.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/all_f.html b/search/all_f.html
deleted file mode 100644
index 59cfe49c..00000000
--- a/search/all_f.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_0.html b/search/classes_0.html
deleted file mode 100644
index 8361bcdc..00000000
--- a/search/classes_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_1.html b/search/classes_1.html
deleted file mode 100644
index 3c668dea..00000000
--- a/search/classes_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_2.html b/search/classes_2.html
deleted file mode 100644
index 868c1727..00000000
--- a/search/classes_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_3.html b/search/classes_3.html
deleted file mode 100644
index 995d5d23..00000000
--- a/search/classes_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_4.html b/search/classes_4.html
deleted file mode 100644
index b61a53a8..00000000
--- a/search/classes_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_5.html b/search/classes_5.html
deleted file mode 100644
index 004dd4b7..00000000
--- a/search/classes_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_6.html b/search/classes_6.html
deleted file mode 100644
index 21bf0198..00000000
--- a/search/classes_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_7.html b/search/classes_7.html
deleted file mode 100644
index 0e944515..00000000
--- a/search/classes_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_8.html b/search/classes_8.html
deleted file mode 100644
index 4dfdb1c4..00000000
--- a/search/classes_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_9.html b/search/classes_9.html
deleted file mode 100644
index 1cd66a9b..00000000
--- a/search/classes_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_a.html b/search/classes_a.html
deleted file mode 100644
index f4608c0b..00000000
--- a/search/classes_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_b.html b/search/classes_b.html
deleted file mode 100644
index d9949ca9..00000000
--- a/search/classes_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_c.html b/search/classes_c.html
deleted file mode 100644
index 026513b6..00000000
--- a/search/classes_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_d.html b/search/classes_d.html
deleted file mode 100644
index ddb9256b..00000000
--- a/search/classes_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_e.html b/search/classes_e.html
deleted file mode 100644
index 68ae15ef..00000000
--- a/search/classes_e.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/classes_f.html b/search/classes_f.html
deleted file mode 100644
index 73b281bd..00000000
--- a/search/classes_f.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enums_0.html b/search/enums_0.html
deleted file mode 100644
index eb1f873f..00000000
--- a/search/enums_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_0.html b/search/enumvalues_0.html
deleted file mode 100644
index 7a520ff8..00000000
--- a/search/enumvalues_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_1.html b/search/enumvalues_1.html
deleted file mode 100644
index d2e2ce04..00000000
--- a/search/enumvalues_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_2.html b/search/enumvalues_2.html
deleted file mode 100644
index 9ecc4d3c..00000000
--- a/search/enumvalues_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_3.html b/search/enumvalues_3.html
deleted file mode 100644
index ceb76af1..00000000
--- a/search/enumvalues_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_4.html b/search/enumvalues_4.html
deleted file mode 100644
index 940d7784..00000000
--- a/search/enumvalues_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_5.html b/search/enumvalues_5.html
deleted file mode 100644
index f52f5703..00000000
--- a/search/enumvalues_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_6.html b/search/enumvalues_6.html
deleted file mode 100644
index dc9659da..00000000
--- a/search/enumvalues_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_7.html b/search/enumvalues_7.html
deleted file mode 100644
index 195ddfe6..00000000
--- a/search/enumvalues_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_8.html b/search/enumvalues_8.html
deleted file mode 100644
index 1238a8c2..00000000
--- a/search/enumvalues_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_9.html b/search/enumvalues_9.html
deleted file mode 100644
index 644bf37c..00000000
--- a/search/enumvalues_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/enumvalues_a.html b/search/enumvalues_a.html
deleted file mode 100644
index 83a47c88..00000000
--- a/search/enumvalues_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_0.html b/search/functions_0.html
deleted file mode 100644
index 2d2d9501..00000000
--- a/search/functions_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_1.html b/search/functions_1.html
deleted file mode 100644
index 3b96b900..00000000
--- a/search/functions_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_10.html b/search/functions_10.html
deleted file mode 100644
index f0fe4893..00000000
--- a/search/functions_10.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_11.html b/search/functions_11.html
deleted file mode 100644
index fb95b058..00000000
--- a/search/functions_11.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_12.html b/search/functions_12.html
deleted file mode 100644
index 292fd4a7..00000000
--- a/search/functions_12.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_13.html b/search/functions_13.html
deleted file mode 100644
index 5fcdf9c9..00000000
--- a/search/functions_13.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_14.html b/search/functions_14.html
deleted file mode 100644
index 82c70b0a..00000000
--- a/search/functions_14.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_15.html b/search/functions_15.html
deleted file mode 100644
index 050aa251..00000000
--- a/search/functions_15.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_2.html b/search/functions_2.html
deleted file mode 100644
index 1f16d2ae..00000000
--- a/search/functions_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_3.html b/search/functions_3.html
deleted file mode 100644
index 0b37ee2f..00000000
--- a/search/functions_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_4.html b/search/functions_4.html
deleted file mode 100644
index 0eaf2b4a..00000000
--- a/search/functions_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_5.html b/search/functions_5.html
deleted file mode 100644
index eaa27697..00000000
--- a/search/functions_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_6.html b/search/functions_6.html
deleted file mode 100644
index 25d1cc81..00000000
--- a/search/functions_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_7.html b/search/functions_7.html
deleted file mode 100644
index b6392eaa..00000000
--- a/search/functions_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_8.html b/search/functions_8.html
deleted file mode 100644
index ecf6a892..00000000
--- a/search/functions_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_9.html b/search/functions_9.html
deleted file mode 100644
index cd70e2b7..00000000
--- a/search/functions_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_a.html b/search/functions_a.html
deleted file mode 100644
index d2a3de90..00000000
--- a/search/functions_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_b.html b/search/functions_b.html
deleted file mode 100644
index e6f34bb2..00000000
--- a/search/functions_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_c.html b/search/functions_c.html
deleted file mode 100644
index 87b4ce26..00000000
--- a/search/functions_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_c.js b/search/functions_c.js
index add40d03..69b8614c 100644
--- a/search/functions_c.js
+++ b/search/functions_c.js
@@ -11,9 +11,9 @@ var searchData=
['operator_28_29_8',['operator()',['../structwinstd_1_1_eap_host_peer_free_error_memory__delete.html#a5dd9a56b7344ef66c378041a97fdb307',1,'winstd::EapHostPeerFreeErrorMemory_delete::operator()()'],['../structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html#a3b0a5a8db35677a63c3583a45658df1b',1,'winstd::WlanFreeMemory_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html#a60d22784612a4cfd16ca8ad6629a77e4',1,'winstd::WlanFreeMemory_delete< _Ty[]>::operator()(_Ty *_Ptr) const'],['../structwinstd_1_1_wlan_free_memory__delete.html#a5013eb2213d92798d755cbb9fa24e26b',1,'winstd::WlanFreeMemory_delete::operator()()'],['../structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html#a8a44a95dd279b699a8f3ff2c5f8dd31a',1,'winstd::UnmapViewOfFile_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html#aa9bfce548f756da75283fb781ea2da75',1,'winstd::UnmapViewOfFile_delete< _Ty[]>::operator()(_Ty *_Ptr) const'],['../structwinstd_1_1_unmap_view_of_file__delete.html#aa3611bebc2deaf9acaed4e09e193032d',1,'winstd::UnmapViewOfFile_delete::operator()()'],['../structwinstd_1_1_eap_host_peer_free_eap_error__delete.html#ae6aa071d5b9824f6062746360478a683',1,'winstd::EapHostPeerFreeEapError_delete::operator()()'],['../structwinstd_1_1_eap_host_peer_free_runtime_memory__delete.html#a4c573463394fc3ea6781f796d29fe26e',1,'winstd::EapHostPeerFreeRuntimeMemory_delete::operator()()'],['../structwinstd_1_1_eap_host_peer_free_memory__delete.html#a20b97a65abb2063a31fc8fd7a9cb0f1f',1,'winstd::EapHostPeerFreeMemory_delete::operator()()'],['../structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html#acc62d6419d7dea72f237ab2788171f48',1,'winstd::CredFree_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html#aea662a4ce3e32723646313a9a56c4c9a',1,'winstd::CredFree_delete< _Ty[]>::operator()(_Ty *_Ptr) const noexcept'],['../structwinstd_1_1_cred_free__delete.html#a247d6f53f119468b6ccb08ff01338465',1,'winstd::CredFree_delete::operator()()'],['../structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html#abd0fd61b2b66c5e514755f84a655384b',1,'winstd::LocalFree_delete< _Ty[]>::operator()(_Other *) const'],['../structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html#abf0ecfcfbb58493103f7e0905272d8d8',1,'winstd::LocalFree_delete< _Ty[]>::operator()(_Ty *_Ptr) const noexcept'],['../structwinstd_1_1_local_free__delete.html#ad96c48c15a2dea2704073d8db5b72542',1,'winstd::LocalFree_delete::operator()()'],['../structwinstd_1_1_co_task_mem_free__delete.html#a66d6fbd417d9073624387c4664db782f',1,'winstd::CoTaskMemFree_delete::operator()()']]],
['operator_2a_9',['operator*',['../classwinstd_1_1handle.html#a0f1ac60cf62e41c24394bf0e3457fbd9',1,'winstd::handle']]],
['operator_2d_3e_10',['operator->',['../classwinstd_1_1handle.html#a285ada5936fe7afdd12eed70b38c2084',1,'winstd::handle']]],
- ['operator_3c_11',['operator<',['../classwinstd_1_1cert__context.html#a92881d07b0b41b81c4119ed8d8868c3b',1,'winstd::cert_context::operator<()'],['../classwinstd_1_1handle.html#a4c4515d0d1071cab5c675e926aa2dc92',1,'winstd::handle::operator<()'],['../classwinstd_1_1variant.html#ac03c0c14bb91f7511425946ef7f3e725',1,'winstd::variant::operator<(const VARIANT &varSrc) const noexcept']]],
+ ['operator_3c_11',['operator<',['../classwinstd_1_1handle.html#a4c4515d0d1071cab5c675e926aa2dc92',1,'winstd::handle::operator<()'],['../classwinstd_1_1cert__context.html#a92881d07b0b41b81c4119ed8d8868c3b',1,'winstd::cert_context::operator<()'],['../classwinstd_1_1variant.html#ac03c0c14bb91f7511425946ef7f3e725',1,'winstd::variant::operator<(const VARIANT &varSrc) const noexcept']]],
['operator_3c_3d_12',['operator<=',['../classwinstd_1_1variant.html#a02366b97c9a937f57806640dc942ecaf',1,'winstd::variant::operator<=()'],['../classwinstd_1_1handle.html#af9e9538d58b952799db4a1c68b0184b9',1,'winstd::handle::operator<=()'],['../classwinstd_1_1cert__context.html#a042240321d22636cddc379b198c7fd84',1,'winstd::cert_context::operator<=()']]],
- ['operator_3d_13',['operator=',['../classwinstd_1_1eap__attr.html#a242766666ce3cbb83429ddd0eaeb9cc6',1,'winstd::eap_attr::operator=()'],['../classwinstd_1_1variant.html#a2ea74c1b7a770188f7f59d7eb6923dbe',1,'winstd::variant::operator=()'],['../classwinstd_1_1eap__attr.html#aa5909d52c15557908ff584f4712eea05',1,'winstd::eap_attr::operator=()'],['../classwinstd_1_1data__blob.html#a637b625d29bacc0875d543c69da351c2',1,'winstd::data_blob::operator=(data_blob &&other) noexcept'],['../classwinstd_1_1data__blob.html#ac818a3116ab5fc0af960f82aa505b6ae',1,'winstd::data_blob::operator=(const DATA_BLOB &other)'],['../classwinstd_1_1dplhandle.html#a546f1f737bc3da0c9b19967d849776d3',1,'winstd::dplhandle::operator=(dplhandle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1dplhandle.html#abcccb97671b96da3623f700a93bb5c39',1,'winstd::dplhandle::operator=(const dplhandle< handle_type, INVAL > &h) noexcept'],['../classwinstd_1_1dplhandle.html#a31cec3cdf4ee749b1aef4b4cd7652fb7',1,'winstd::dplhandle::operator=(handle_type h) noexcept'],['../classwinstd_1_1handle.html#a6326bbc54ec3441e41f30bc1ec4d6a6c',1,'winstd::handle::operator=(handle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1handle.html#a591e006af92e4d088fb9c1ed974c0923',1,'winstd::handle::operator=(handle_type h) noexcept'],['../classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html#acfb43bdf589d00763538f35ac5893641',1,'winstd::ref_unique_ptr< _Ty[], _Dx >::operator=(ref_unique_ptr< _Ty[], _Dx > &&other)'],['../classwinstd_1_1ref__unique__ptr_3_01___ty_0f_0e_00_01___dx_01_4.html#a55590736d435041213af5b54ffe722bf',1,'winstd::ref_unique_ptr< _Ty[], _Dx >::operator=(std::unique_ptr< _Ty[], _Dx > &owner) noexcept'],['../classwinstd_1_1variant.html#a39d9e97b57c37f3d876574cc2fd6e0a5',1,'winstd::variant::operator=(const SAFEARRAY *pSrc) noexcept'],['../classwinstd_1_1variant.html#af5e22f4158921eb49c2207335d7c7593',1,'winstd::variant::operator=(IDispatch *pSrc)'],['../classwinstd_1_1eap__method__info__array.html#aea48aefd91b676cdbeb9511640108f2a',1,'winstd::eap_method_info_array::operator=()'],['../classwinstd_1_1event__rec.html#aa5287b5572575d440f881c1d8c17bac3',1,'winstd::event_rec::operator=(const event_rec &other)'],['../classwinstd_1_1event__rec.html#a41f64986df27cea4fdaa8ee8ce2d3875',1,'winstd::event_rec::operator=(const EVENT_RECORD &other)'],['../classwinstd_1_1event__rec.html#a22ab332b9c7e3c21e6107e909703da0f',1,'winstd::event_rec::operator=(event_rec &&other) noexcept'],['../classwinstd_1_1event__session.html#a4e436a74c83a75aab21800bc9d954228',1,'winstd::event_session::operator=()'],['../classwinstd_1_1event__fn__auto.html#acb8dddbdd22399d26d4c5db2998afc1d',1,'winstd::event_fn_auto::operator=(const event_fn_auto &other)'],['../classwinstd_1_1event__fn__auto.html#ab64dd267c58d816b4ef5549e704a8949',1,'winstd::event_fn_auto::operator=(event_fn_auto &&other) noexcept'],['../classwinstd_1_1event__fn__auto__ret.html#a6bb69bf1ac97231ef47c2aed99921bc9',1,'winstd::event_fn_auto_ret::operator=(const event_fn_auto_ret< T > &other)'],['../classwinstd_1_1event__fn__auto__ret.html#ade4fd767e5e743649480b93cd0a5ba69',1,'winstd::event_fn_auto_ret::operator=(event_fn_auto_ret< T > &&other)'],['../classwinstd_1_1window__dc.html#ad5d431027a698fef783407ba9e9d167b',1,'winstd::window_dc::operator=()'],['../classwinstd_1_1security__attributes.html#a85cc5cc2ce94a8876e888ee6646779d7',1,'winstd::security_attributes::operator=()'],['../classwinstd_1_1sec__credentials.html#af0c3ec1f8e1b060cd4dd99b4d34d4623',1,'winstd::sec_credentials::operator=()'],['../classwinstd_1_1sec__context.html#aba957329771358ef9ca65c5e1176fc52',1,'winstd::sec_context::operator=()'],['../classwinstd_1_1vmemory.html#a17a902c8f0ce17d3f06b69ec3e01a331',1,'winstd::vmemory::operator=()'],['../classwinstd_1_1variant.html#ad4a0fd8999d8d526bb232ebf70c18887',1,'winstd::variant::operator=(unsigned long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aff536ecc3c3a074fea648b7c60522a83',1,'winstd::variant::operator=(const VARIANT &varSrc)'],['../classwinstd_1_1variant.html#aeec12d33002777506b59d73f2c43421c',1,'winstd::variant::operator=(VARIANT &&varSrc) noexcept'],['../classwinstd_1_1variant.html#a355fecf0ce80d31377c9395f2ed1aada',1,'winstd::variant::operator=(bool bSrc) noexcept'],['../classwinstd_1_1variant.html#a63e75ec57af2d8f59830b029afeb3b68',1,'winstd::variant::operator=(char cSrc) noexcept'],['../classwinstd_1_1variant.html#a602751a752d5a7442ade0f4437646231',1,'winstd::variant::operator=(unsigned char nSrc) noexcept'],['../classwinstd_1_1variant.html#a5886220d7a2ff006d29cd4448a2a33ac',1,'winstd::variant::operator=(short nSrc) noexcept'],['../classwinstd_1_1variant.html#a5c2733a19c37248f69a07771b8e939f1',1,'winstd::variant::operator=(unsigned short nSrc) noexcept'],['../classwinstd_1_1variant.html#a71fb3ee2710ad470329e0b5c4f7f5ba4',1,'winstd::variant::operator=(int nSrc) noexcept'],['../classwinstd_1_1variant.html#a05ad6d2f51763b24d7528078a2c30e49',1,'winstd::variant::operator=(unsigned int nSrc) noexcept'],['../classwinstd_1_1variant.html#a360da15526269bd64a2fb670e9e280ff',1,'winstd::variant::operator=(long nSrc) noexcept'],['../classwinstd_1_1variant.html#a07980ff84773ac25807d0713dd05090a',1,'winstd::variant::operator=(unsigned long nSrc) noexcept'],['../classwinstd_1_1variant.html#af1898a82e4199d1f34924d448867f68f',1,'winstd::variant::operator=(long long nSrc) noexcept'],['../classwinstd_1_1variant.html#aebabfcb503a43abecc9f3c07629f591f',1,'winstd::variant::operator=(unsigned long long nSrc) noexcept'],['../classwinstd_1_1variant.html#a6fa877e7a098dba125c6342bd5e1c896',1,'winstd::variant::operator=(double dblSrc) noexcept'],['../classwinstd_1_1variant.html#a935f6cff8004781f60d66b04a01c2330',1,'winstd::variant::operator=(CY cySrc) noexcept'],['../classwinstd_1_1variant.html#a984b2e054639678f06a40e3f57abf4d7',1,'winstd::variant::operator=(LPCOLESTR lpszSrc) noexcept'],['../classwinstd_1_1variant.html#a55f962bb7a077f87aaa4a6bec03c10da',1,'winstd::variant::operator=(IUnknown *pSrc)'],['../classwinstd_1_1variant.html#a5bc092e989de74c42d92de5647248a57',1,'winstd::variant::operator=(unsigned char *pbSrc) noexcept'],['../classwinstd_1_1variant.html#aa8c701dc6deac688a83d04ed9afdd4b5',1,'winstd::variant::operator=(short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#accf863f76609d78946f51ec07a52690e',1,'winstd::variant::operator=(unsigned short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a30ba85931db8557713e5ee32d48ceecc',1,'winstd::variant::operator=(int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa01c928f87788c505b818b7930c0f3a0',1,'winstd::variant::operator=(unsigned int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa321e1785731055f02abcf7789383912',1,'winstd::variant::operator=(long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#af86e9a10fd9dbe6e18b33a59d04f3b44',1,'winstd::variant::operator=(unsigned long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#ad0ef65b5a3f40b1a812ac78ca5e5eb50',1,'winstd::variant::operator=(long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a1786d099ef012c301c0774f98af0f13a',1,'winstd::variant::operator=(float fltSrc) noexcept'],['../classwinstd_1_1variant.html#a1df6086270e7799b83ee2889e2b88d9e',1,'winstd::variant::operator=(float *pfSrc) noexcept']]],
+ ['operator_3d_13',['operator=',['../classwinstd_1_1eap__method__info__array.html#aea48aefd91b676cdbeb9511640108f2a',1,'winstd::eap_method_info_array::operator=()'],['../classwinstd_1_1variant.html#a1df6086270e7799b83ee2889e2b88d9e',1,'winstd::variant::operator=()'],['../classwinstd_1_1eap__attr.html#a242766666ce3cbb83429ddd0eaeb9cc6',1,'winstd::eap_attr::operator=(eap_attr &&a) noexcept'],['../classwinstd_1_1eap__attr.html#aa5909d52c15557908ff584f4712eea05',1,'winstd::eap_attr::operator=(const EAP_ATTRIBUTE &a)'],['../classwinstd_1_1data__blob.html#a637b625d29bacc0875d543c69da351c2',1,'winstd::data_blob::operator=(data_blob &&other) noexcept'],['../classwinstd_1_1data__blob.html#ac818a3116ab5fc0af960f82aa505b6ae',1,'winstd::data_blob::operator=(const DATA_BLOB &other)'],['../classwinstd_1_1dplhandle.html#a546f1f737bc3da0c9b19967d849776d3',1,'winstd::dplhandle::operator=(dplhandle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1dplhandle.html#abcccb97671b96da3623f700a93bb5c39',1,'winstd::dplhandle::operator=(const dplhandle< handle_type, INVAL > &h) noexcept'],['../classwinstd_1_1dplhandle.html#a31cec3cdf4ee749b1aef4b4cd7652fb7',1,'winstd::dplhandle::operator=(handle_type h) noexcept'],['../classwinstd_1_1handle.html#a6326bbc54ec3441e41f30bc1ec4d6a6c',1,'winstd::handle::operator=(handle< handle_type, INVAL > &&h) noexcept'],['../classwinstd_1_1handle.html#a591e006af92e4d088fb9c1ed974c0923',1,'winstd::handle::operator=(handle_type h) noexcept'],['../classwinstd_1_1variant.html#a39d9e97b57c37f3d876574cc2fd6e0a5',1,'winstd::variant::operator=(const SAFEARRAY *pSrc) noexcept'],['../classwinstd_1_1variant.html#a2ea74c1b7a770188f7f59d7eb6923dbe',1,'winstd::variant::operator=(double *pfSrc) noexcept'],['../classwinstd_1_1event__rec.html#aa5287b5572575d440f881c1d8c17bac3',1,'winstd::event_rec::operator=(const event_rec &other)'],['../classwinstd_1_1event__rec.html#a41f64986df27cea4fdaa8ee8ce2d3875',1,'winstd::event_rec::operator=(const EVENT_RECORD &other)'],['../classwinstd_1_1event__rec.html#a22ab332b9c7e3c21e6107e909703da0f',1,'winstd::event_rec::operator=(event_rec &&other) noexcept'],['../classwinstd_1_1event__session.html#a4e436a74c83a75aab21800bc9d954228',1,'winstd::event_session::operator=()'],['../classwinstd_1_1event__fn__auto.html#acb8dddbdd22399d26d4c5db2998afc1d',1,'winstd::event_fn_auto::operator=(const event_fn_auto &other)'],['../classwinstd_1_1event__fn__auto.html#ab64dd267c58d816b4ef5549e704a8949',1,'winstd::event_fn_auto::operator=(event_fn_auto &&other) noexcept'],['../classwinstd_1_1event__fn__auto__ret.html#a6bb69bf1ac97231ef47c2aed99921bc9',1,'winstd::event_fn_auto_ret::operator=(const event_fn_auto_ret< T > &other)'],['../classwinstd_1_1event__fn__auto__ret.html#ade4fd767e5e743649480b93cd0a5ba69',1,'winstd::event_fn_auto_ret::operator=(event_fn_auto_ret< T > &&other)'],['../classwinstd_1_1window__dc.html#ad5d431027a698fef783407ba9e9d167b',1,'winstd::window_dc::operator=()'],['../classwinstd_1_1security__attributes.html#a85cc5cc2ce94a8876e888ee6646779d7',1,'winstd::security_attributes::operator=()'],['../classwinstd_1_1sec__credentials.html#af0c3ec1f8e1b060cd4dd99b4d34d4623',1,'winstd::sec_credentials::operator=()'],['../classwinstd_1_1sec__context.html#aba957329771358ef9ca65c5e1176fc52',1,'winstd::sec_context::operator=()'],['../classwinstd_1_1vmemory.html#a17a902c8f0ce17d3f06b69ec3e01a331',1,'winstd::vmemory::operator=()'],['../classwinstd_1_1variant.html#a984b2e054639678f06a40e3f57abf4d7',1,'winstd::variant::operator=(LPCOLESTR lpszSrc) noexcept'],['../classwinstd_1_1variant.html#ad0ef65b5a3f40b1a812ac78ca5e5eb50',1,'winstd::variant::operator=(long long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aff536ecc3c3a074fea648b7c60522a83',1,'winstd::variant::operator=(const VARIANT &varSrc)'],['../classwinstd_1_1variant.html#aeec12d33002777506b59d73f2c43421c',1,'winstd::variant::operator=(VARIANT &&varSrc) noexcept'],['../classwinstd_1_1variant.html#a355fecf0ce80d31377c9395f2ed1aada',1,'winstd::variant::operator=(bool bSrc) noexcept'],['../classwinstd_1_1variant.html#a63e75ec57af2d8f59830b029afeb3b68',1,'winstd::variant::operator=(char cSrc) noexcept'],['../classwinstd_1_1variant.html#a602751a752d5a7442ade0f4437646231',1,'winstd::variant::operator=(unsigned char nSrc) noexcept'],['../classwinstd_1_1variant.html#a5886220d7a2ff006d29cd4448a2a33ac',1,'winstd::variant::operator=(short nSrc) noexcept'],['../classwinstd_1_1variant.html#a5c2733a19c37248f69a07771b8e939f1',1,'winstd::variant::operator=(unsigned short nSrc) noexcept'],['../classwinstd_1_1variant.html#a71fb3ee2710ad470329e0b5c4f7f5ba4',1,'winstd::variant::operator=(int nSrc) noexcept'],['../classwinstd_1_1variant.html#a05ad6d2f51763b24d7528078a2c30e49',1,'winstd::variant::operator=(unsigned int nSrc) noexcept'],['../classwinstd_1_1variant.html#a360da15526269bd64a2fb670e9e280ff',1,'winstd::variant::operator=(long nSrc) noexcept'],['../classwinstd_1_1variant.html#a07980ff84773ac25807d0713dd05090a',1,'winstd::variant::operator=(unsigned long nSrc) noexcept'],['../classwinstd_1_1variant.html#af1898a82e4199d1f34924d448867f68f',1,'winstd::variant::operator=(long long nSrc) noexcept'],['../classwinstd_1_1variant.html#aebabfcb503a43abecc9f3c07629f591f',1,'winstd::variant::operator=(unsigned long long nSrc) noexcept'],['../classwinstd_1_1variant.html#a6fa877e7a098dba125c6342bd5e1c896',1,'winstd::variant::operator=(double dblSrc) noexcept'],['../classwinstd_1_1variant.html#a935f6cff8004781f60d66b04a01c2330',1,'winstd::variant::operator=(CY cySrc) noexcept'],['../classwinstd_1_1variant.html#af5e22f4158921eb49c2207335d7c7593',1,'winstd::variant::operator=(IDispatch *pSrc)'],['../classwinstd_1_1variant.html#a55f962bb7a077f87aaa4a6bec03c10da',1,'winstd::variant::operator=(IUnknown *pSrc)'],['../classwinstd_1_1variant.html#a5bc092e989de74c42d92de5647248a57',1,'winstd::variant::operator=(unsigned char *pbSrc) noexcept'],['../classwinstd_1_1variant.html#aa8c701dc6deac688a83d04ed9afdd4b5',1,'winstd::variant::operator=(short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#accf863f76609d78946f51ec07a52690e',1,'winstd::variant::operator=(unsigned short *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a30ba85931db8557713e5ee32d48ceecc',1,'winstd::variant::operator=(int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa01c928f87788c505b818b7930c0f3a0',1,'winstd::variant::operator=(unsigned int *pnSrc) noexcept'],['../classwinstd_1_1variant.html#aa321e1785731055f02abcf7789383912',1,'winstd::variant::operator=(long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#af86e9a10fd9dbe6e18b33a59d04f3b44',1,'winstd::variant::operator=(unsigned long *pnSrc) noexcept'],['../classwinstd_1_1variant.html#a1786d099ef012c301c0774f98af0f13a',1,'winstd::variant::operator=(float fltSrc) noexcept'],['../classwinstd_1_1variant.html#ad4a0fd8999d8d526bb232ebf70c18887',1,'winstd::variant::operator=(unsigned long long *pnSrc) noexcept']]],
['operator_3d_3d_14',['operator==',['../classwinstd_1_1handle.html#ab6021e9c11accef6b813948dc4601ddc',1,'winstd::handle::operator==()'],['../group___win_std_e_a_p_a_p_i.html#ga4fac0d35e8ca3fa63c53f85a9d10fa80',1,'operator==(): EAP.h'],['../classwinstd_1_1cert__context.html#a2f3ad38a637fce69d8c2a5ee3460a296',1,'winstd::cert_context::operator==()'],['../classwinstd_1_1variant.html#a7e4c402b1b8d459aa2d73fb5b5e83853',1,'winstd::variant::operator==(const VARIANT &varSrc) const noexcept']]],
['operator_3e_15',['operator>',['../classwinstd_1_1variant.html#a323955b7123424305aed08eea20f9381',1,'winstd::variant::operator>()'],['../classwinstd_1_1handle.html#ae7361f6159006e3f87cbe10ba2a76329',1,'winstd::handle::operator>()'],['../classwinstd_1_1cert__context.html#a7224d1fe6c57bfe903fa8a6df32d2466',1,'winstd::cert_context::operator>()']]],
['operator_3e_3d_16',['operator>=',['../classwinstd_1_1variant.html#aa7ea26592a0d6b6c529eb87130ebd820',1,'winstd::variant::operator>=()'],['../classwinstd_1_1handle.html#a20e325dde8a25d1e3a7efb50b431641b',1,'winstd::handle::operator>=()'],['../classwinstd_1_1cert__context.html#a6c9f09455ef40e581accc6499222040c',1,'winstd::cert_context::operator>=()']]],
diff --git a/search/functions_d.html b/search/functions_d.html
deleted file mode 100644
index ada2b817..00000000
--- a/search/functions_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_e.html b/search/functions_e.html
deleted file mode 100644
index 12977150..00000000
--- a/search/functions_e.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/functions_f.html b/search/functions_f.html
deleted file mode 100644
index d2ae3cf5..00000000
--- a/search/functions_f.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_0.html b/search/groups_0.html
deleted file mode 100644
index c8654e6f..00000000
--- a/search/groups_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_1.html b/search/groups_1.html
deleted file mode 100644
index a2089f4b..00000000
--- a/search/groups_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_2.html b/search/groups_2.html
deleted file mode 100644
index 5608e063..00000000
--- a/search/groups_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_3.html b/search/groups_3.html
deleted file mode 100644
index ab26f1fe..00000000
--- a/search/groups_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_4.html b/search/groups_4.html
deleted file mode 100644
index 9cff75ce..00000000
--- a/search/groups_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_5.html b/search/groups_5.html
deleted file mode 100644
index 4aa3f9d1..00000000
--- a/search/groups_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/groups_6.html b/search/groups_6.html
deleted file mode 100644
index 03970d92..00000000
--- a/search/groups_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/mag.svg b/search/mag.svg
new file mode 100644
index 00000000..9f46b301
--- /dev/null
+++ b/search/mag.svg
@@ -0,0 +1,37 @@
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
diff --git a/search/mag_d.svg b/search/mag_d.svg
new file mode 100644
index 00000000..b9a814c7
--- /dev/null
+++ b/search/mag_d.svg
@@ -0,0 +1,37 @@
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
diff --git a/search/mag_seld.svg b/search/mag_seld.svg
new file mode 100644
index 00000000..6e720dcc
--- /dev/null
+++ b/search/mag_seld.svg
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
diff --git a/search/nomatches.html b/search/nomatches.html
deleted file mode 100644
index 2b9360b6..00000000
--- a/search/nomatches.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/search/pages_0.html b/search/pages_0.html
deleted file mode 100644
index e53c280e..00000000
--- a/search/pages_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/pages_1.html b/search/pages_1.html
deleted file mode 100644
index 73d9bb19..00000000
--- a/search/pages_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/search.css b/search/search.css
index 648a792f..19f76f9d 100644
--- a/search/search.css
+++ b/search/search.css
@@ -1,10 +1,33 @@
-/*---------------- Search Box */
+/*---------------- Search Box positioning */
+
+#main-menu > li:last-child {
+ /* This object is the parent of the search bar */
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 36px;
+ margin-right: 1em;
+}
+
+/*---------------- Search box styling */
+
+.SRPage * {
+ font-weight: normal;
+ line-height: normal;
+}
+
+dark-mode-toggle {
+ margin-left: 5px;
+ display: flex;
+ float: right;
+}
#MSearchBox {
+ display: inline-block;
white-space : nowrap;
- background: white;
+ background: var(--search-background-color);
border-radius: 0.65em;
- box-shadow: inset 0.5px 0.5px 3px 0px #555;
+ box-shadow: var(--search-box-shadow);
z-index: 102;
}
@@ -17,11 +40,24 @@
#MSearchSelect {
display: inline-block;
vertical-align: middle;
+ width: 20px;
height: 19px;
- padding: 0 0 0 0.3em;
- margin: 0;
+ background-image: var(--search-magnification-select-image);
+ margin: 0 0 0 0.3em;
+ padding: 0;
}
+#MSearchSelectExt {
+ display: inline-block;
+ vertical-align: middle;
+ width: 10px;
+ height: 19px;
+ background-image: var(--search-magnification-image);
+ margin: 0 0 0 0.5em;
+ padding: 0;
+}
+
+
#MSearchField {
display: inline-block;
vertical-align: middle;
@@ -31,9 +67,9 @@
padding: 0;
line-height: 1em;
border:none;
- color: #909090;
+ color: var(--search-foreground-color);
outline: none;
- font-family: Arial, Verdana, sans-serif;
+ font-family: var(--font-family-search);
-webkit-border-radius: 0px;
border-radius: 0px;
background: none;
@@ -65,23 +101,15 @@
}
#MSearchCloseImg {
- height: 1.4em;
padding: 0.3em;
margin: 0;
}
.MSearchBoxActive #MSearchField {
- color: #000000;
+ color: var(--search-active-color);
}
-#main-menu > li:last-child {
- /* This object is the parent of the search bar */
- display: flex;
- justify-content: center;
- align-items: center;
- height: 36px;
- margin-right: 1em;
-}
+
/*---------------- Search filter selection */
@@ -89,8 +117,8 @@
display: none;
position: absolute;
left: 0; top: 0;
- border: 1px solid #90A5CE;
- background-color: #F9FAFC;
+ border: 1px solid var(--search-filter-border-color);
+ background-color: var(--search-filter-background-color);
z-index: 10001;
padding-top: 4px;
padding-bottom: 4px;
@@ -103,7 +131,7 @@
}
.SelectItem {
- font: 8pt Arial, Verdana, sans-serif;
+ font: 8pt var(--font-family-search);
padding-left: 2px;
padding-right: 12px;
border: 0px;
@@ -111,7 +139,7 @@
span.SelectionMark {
margin-right: 4px;
- font-family: monospace;
+ font-family: var(--font-family-monospace);
outline-style: none;
text-decoration: none;
}
@@ -119,7 +147,7 @@ span.SelectionMark {
a.SelectItem {
display: block;
outline-style: none;
- color: #000000;
+ color: var(--search-filter-foreground-color);
text-decoration: none;
padding-left: 6px;
padding-right: 12px;
@@ -127,14 +155,14 @@ a.SelectItem {
a.SelectItem:focus,
a.SelectItem:active {
- color: #000000;
+ color: var(--search-filter-foreground-color);
outline-style: none;
text-decoration: none;
}
a.SelectItem:hover {
- color: #FFFFFF;
- background-color: #3D578C;
+ color: var(--search-filter-highlight-text-color);
+ background-color: var(--search-filter-highlight-bg-color);
outline-style: none;
text-decoration: none;
cursor: pointer;
@@ -152,9 +180,12 @@ iframe#MSearchResults {
display: none;
position: absolute;
left: 0; top: 0;
- border: 1px solid #000;
- background-color: #EEF1F7;
+ border: 1px solid var(--search-results-border-color);
+ background-color: var(--search-results-background-color);
z-index:10000;
+ width: 300px;
+ height: 400px;
+ overflow: auto;
}
/* ----------------------------------- */
@@ -162,7 +193,6 @@ iframe#MSearchResults {
#SRIndex {
clear:both;
- padding-bottom: 15px;
}
.SREntry {
@@ -175,8 +205,9 @@ iframe#MSearchResults {
padding: 1px 5px;
}
-body.SRPage {
+div.SRPage {
margin: 5px 2px;
+ background-color: var(--search-results-background-color);
}
.SRChildren {
@@ -188,17 +219,18 @@ body.SRPage {
}
.SRSymbol {
- font-weight: bold;
- color: #425E97;
- font-family: Arial, Verdana, sans-serif;
+ font-weight: bold;
+ color: var(--search-results-foreground-color);
+ font-family: var(--font-family-search);
text-decoration: none;
outline: none;
}
a.SRScope {
display: block;
- color: #425E97;
- font-family: Arial, Verdana, sans-serif;
+ color: var(--search-results-foreground-color);
+ font-family: var(--font-family-search);
+ font-size: 8pt;
text-decoration: none;
outline: none;
}
@@ -210,14 +242,14 @@ a.SRScope:focus, a.SRScope:active {
span.SRScope {
padding-left: 4px;
- font-family: Arial, Verdana, sans-serif;
+ font-family: var(--font-family-search);
}
.SRPage .SRStatus {
padding: 2px 5px;
font-size: 8pt;
font-style: italic;
- font-family: Arial, Verdana, sans-serif;
+ font-family: var(--font-family-search);
}
.SRResult {
@@ -231,14 +263,10 @@ div.searchresults {
/*---------------- External search page results */
-.searchresult {
- background-color: #F0F3F8;
-}
-
.pages b {
color: white;
padding: 5px 5px 3px 5px;
- background-image: url("../tab_a.png");
+ background-image: var(--nav-gradient-active-image-parent);
background-repeat: repeat-x;
text-shadow: 0 1px 1px #000000;
}
diff --git a/search/search.js b/search/search.js
index ac8055d1..e103a262 100644
--- a/search/search.js
+++ b/search/search.js
@@ -73,6 +73,8 @@ function getYPos(item)
return y;
}
+var searchResults = new SearchResults("searchResults");
+
/* A class handling everything associated with the search panel.
Parameters:
@@ -80,7 +82,7 @@ function getYPos(item)
storing this instance. Is needed to be able to set timeouts.
resultPath - path to use for external files
*/
-function SearchBox(name, resultsPath, label, extension)
+function SearchBox(name, resultsPath, extension)
{
if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); }
if (!extension || extension == "") { extension = ".html"; }
@@ -96,7 +98,6 @@ function SearchBox(name, resultsPath, label, extension)
this.hideTimeout = 0;
this.searchIndex = 0;
this.searchActive = false;
- this.searchLabel = label;
this.extension = extension;
// ----------- DOM Elements
@@ -188,7 +189,8 @@ function SearchBox(name, resultsPath, label, extension)
}
else
{
- window.frames.MSearchResults.postMessage("take_focus", "*");
+ var elem = searchResults.NavNext(0);
+ if (elem) elem.focus();
}
}
else if (e.keyCode==27) // Escape out of the search field
@@ -324,48 +326,66 @@ function SearchBox(name, resultsPath, label, extension)
idxChar = searchValue.substr(0, 2);
}
- var resultsPage;
- var resultsPageWithSearch;
- var hasResultsPage;
+ var jsFile;
var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
if (idx!=-1)
{
var hexCode=idx.toString(16);
- resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + this.extension;
- resultsPageWithSearch = resultsPage+'?'+escape(searchValue);
- hasResultsPage = true;
- }
- else // nothing available for this search term
- {
- resultsPage = this.resultsPath + '/nomatches' + this.extension;
- resultsPageWithSearch = resultsPage;
- hasResultsPage = false;
+ jsFile = this.resultsPath + indexSectionNames[this.searchIndex] + '_' + hexCode + '.js';
+ }
+
+ var loadJS = function(url, impl, loc){
+ var scriptTag = document.createElement('script');
+ scriptTag.src = url;
+ scriptTag.onload = impl;
+ scriptTag.onreadystatechange = impl;
+ loc.appendChild(scriptTag);
}
- window.frames.MSearchResults.location = resultsPageWithSearch;
var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();
+ var domSearchBox = this.DOMSearchBox();
+ var domPopupSearchResults = this.DOMPopupSearchResults();
+ var domSearchClose = this.DOMSearchClose();
+ var resultsPath = this.resultsPath;
- if (domPopupSearchResultsWindow.style.display!='block')
- {
- var domSearchBox = this.DOMSearchBox();
- this.DOMSearchClose().style.display = 'inline-block';
- var domPopupSearchResults = this.DOMPopupSearchResults();
- var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
- var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
- domPopupSearchResultsWindow.style.display = 'block';
- left -= domPopupSearchResults.offsetWidth;
- var maxWidth = document.body.clientWidth;
- var width = 400;
- if (left<10) left=10;
- if (width+left+8>maxWidth) width=maxWidth-left-8;
- domPopupSearchResultsWindow.style.top = top + 'px';
- domPopupSearchResultsWindow.style.left = left + 'px';
- domPopupSearchResultsWindow.style.width = width + 'px';
+ var handleResults = function() {
+ document.getElementById("Loading").style.display="none";
+ if (typeof searchData !== 'undefined') {
+ createResults(resultsPath);
+ document.getElementById("NoMatches").style.display="none";
+ }
+
+ searchResults.Search(searchValue);
+
+ if (domPopupSearchResultsWindow.style.display!='block')
+ {
+ domSearchClose.style.display = 'inline-block';
+ var left = getXPos(domSearchBox) + 150;
+ var top = getYPos(domSearchBox) + 20;
+ domPopupSearchResultsWindow.style.display = 'block';
+ left -= domPopupSearchResults.offsetWidth;
+ var maxWidth = document.body.clientWidth;
+ var maxHeight = document.body.clientHeight;
+ var width = 300;
+ if (left<10) left=10;
+ if (width+left+8>maxWidth) width=maxWidth-left-8;
+ var height = 400;
+ if (height+top+8>maxHeight) height=maxHeight-top-8;
+ domPopupSearchResultsWindow.style.top = top + 'px';
+ domPopupSearchResultsWindow.style.left = left + 'px';
+ domPopupSearchResultsWindow.style.width = width + 'px';
+ domPopupSearchResultsWindow.style.height = height + 'px';
+ }
+ }
+
+ if (jsFile) {
+ loadJS(jsFile, handleResults, this.DOMPopupSearchResultsWindow());
+ } else {
+ handleResults();
}
this.lastSearchValue = searchValue;
- this.lastResultsPage = resultsPage;
}
// -------- Activation Functions
@@ -379,22 +399,15 @@ function SearchBox(name, resultsPath, label, extension)
)
{
this.DOMSearchBox().className = 'MSearchBoxActive';
-
- var searchField = this.DOMSearchField();
-
- if (searchField.value == this.searchLabel) // clear "Search" term upon entry
- {
- searchField.value = '';
- this.searchActive = true;
- }
+ this.searchActive = true;
}
else if (!isActive) // directly remove the panel
{
this.DOMSearchBox().className = 'MSearchBoxInactive';
- this.DOMSearchField().value = this.searchLabel;
this.searchActive = false;
this.lastSearchValue = ''
this.lastResultsPage = '';
+ this.DOMSearchField().value = '';
}
}
}
@@ -623,7 +636,7 @@ function SearchResults(name)
}
else // return focus to search field
{
- parent.document.getElementById("MSearchField").focus();
+ document.getElementById("MSearchField").focus();
}
}
else if (this.lastKey==40) // Down
@@ -653,8 +666,8 @@ function SearchResults(name)
}
else if (this.lastKey==27) // Escape
{
- parent.searchBox.CloseResultsWindow();
- parent.document.getElementById("MSearchField").focus();
+ searchBox.CloseResultsWindow();
+ document.getElementById("MSearchField").focus();
}
else if (this.lastKey==13) // Enter
{
@@ -696,8 +709,8 @@ function SearchResults(name)
}
else if (this.lastKey==27) // Escape
{
- parent.searchBox.CloseResultsWindow();
- parent.document.getElementById("MSearchField").focus();
+ searchBox.CloseResultsWindow();
+ document.getElementById("MSearchField").focus();
}
else if (this.lastKey==13) // Enter
{
@@ -720,9 +733,10 @@ function setClassAttr(elem,attr)
elem.setAttribute('className',attr);
}
-function createResults()
+function createResults(resultsPath)
{
var results = document.getElementById("SRResults");
+ results.innerHTML = '';
for (var e=0; e
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_1.html b/search/typedefs_1.html
deleted file mode 100644
index 54ce58e1..00000000
--- a/search/typedefs_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_2.html b/search/typedefs_2.html
deleted file mode 100644
index 9fc36bdf..00000000
--- a/search/typedefs_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_3.html b/search/typedefs_3.html
deleted file mode 100644
index 05938a18..00000000
--- a/search/typedefs_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_4.html b/search/typedefs_4.html
deleted file mode 100644
index db3b023d..00000000
--- a/search/typedefs_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_5.html b/search/typedefs_5.html
deleted file mode 100644
index 66f92948..00000000
--- a/search/typedefs_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_6.html b/search/typedefs_6.html
deleted file mode 100644
index c23af7c8..00000000
--- a/search/typedefs_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_7.html b/search/typedefs_7.html
deleted file mode 100644
index 252b90bc..00000000
--- a/search/typedefs_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_8.html b/search/typedefs_8.html
deleted file mode 100644
index 2e018fba..00000000
--- a/search/typedefs_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_9.html b/search/typedefs_9.html
deleted file mode 100644
index cab6c5e3..00000000
--- a/search/typedefs_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_a.html b/search/typedefs_a.html
deleted file mode 100644
index f7d65bb9..00000000
--- a/search/typedefs_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_b.html b/search/typedefs_b.html
deleted file mode 100644
index f051144b..00000000
--- a/search/typedefs_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/typedefs_c.html b/search/typedefs_c.html
deleted file mode 100644
index 1d392679..00000000
--- a/search/typedefs_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/variables_0.html b/search/variables_0.html
deleted file mode 100644
index 950bfc5f..00000000
--- a/search/variables_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/variables_1.html b/search/variables_1.html
deleted file mode 100644
index fed58a5d..00000000
--- a/search/variables_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/search/variables_2.html b/search/variables_2.html
deleted file mode 100644
index 761c194a..00000000
--- a/search/variables_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/splitbard.png b/splitbard.png
new file mode 100644
index 00000000..8367416d
Binary files /dev/null and b/splitbard.png differ
diff --git a/structwinstd_1_1_co_task_mem_free__delete-members.html b/structwinstd_1_1_co_task_mem_free__delete-members.html
index 53275307..378a08cc 100644
--- a/structwinstd_1_1_co_task_mem_free__delete-members.html
+++ b/structwinstd_1_1_co_task_mem_free__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/structwinstd_1_1_co_task_mem_free__delete.html b/structwinstd_1_1_co_task_mem_free__delete.html
index 435d0a1d..fc3fe8c3 100644
--- a/structwinstd_1_1_co_task_mem_free__delete.html
+++ b/structwinstd_1_1_co_task_mem_free__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::CoTaskMemFree_delete Struct Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -94,7 +101,7 @@ Public Member Functions
Deleter for unique_ptr using CoTaskMemFree.
-
◆ operator()()
+
◆ operator()()
@@ -130,7 +137,7 @@ template<class _T >
diff --git a/structwinstd_1_1_cred_free__delete-members.html b/structwinstd_1_1_cred_free__delete-members.html
index 104d75f8..9ddc2b3e 100644
--- a/structwinstd_1_1_cred_free__delete-members.html
+++ b/structwinstd_1_1_cred_free__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_cred_free__delete.html b/structwinstd_1_1_cred_free__delete.html
index e3de1e12..16d14d31 100644
--- a/structwinstd_1_1_cred_free__delete.html
+++ b/structwinstd_1_1_cred_free__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::CredFree_delete< _Ty > Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ template<class _Ty2 >
struct winstd::CredFree_delete< _Ty >
Deleter for unique_ptr using CredFree.
-◆ operator()()
+◆ operator()()
@@ -143,7 +150,7 @@ template<class _Ty >
diff --git a/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4-members.html b/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4-members.html
index 5f55e523..359a3e40 100644
--- a/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4-members.html
+++ b/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html b/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html
index 7fa68e0c..2e4c89df 100644
--- a/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html
+++ b/structwinstd_1_1_cred_free__delete_3_01___ty_0f_0e_4.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::CredFree_delete< _Ty[]> Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -106,7 +113,7 @@ Public Member Functions
struct winstd::CredFree_delete< _Ty[]>
Deleter for unique_ptr to array of unknown size using CredFree.
-◆ operator()() [1/2]
+◆ operator()() [1/2]
@@ -139,7 +146,7 @@ template<class _Other >
-◆ operator()() [2/2]
+◆ operator()() [2/2]
@@ -175,7 +182,7 @@ template<class _Ty >
diff --git a/structwinstd_1_1_eap_host_peer_free_eap_error__delete-members.html b/structwinstd_1_1_eap_host_peer_free_eap_error__delete-members.html
index 43d81b30..aa14b80c 100644
--- a/structwinstd_1_1_eap_host_peer_free_eap_error__delete-members.html
+++ b/structwinstd_1_1_eap_host_peer_free_eap_error__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/structwinstd_1_1_eap_host_peer_free_eap_error__delete.html b/structwinstd_1_1_eap_host_peer_free_eap_error__delete.html
index 9e9c3692..af79fbe2 100644
--- a/structwinstd_1_1_eap_host_peer_free_eap_error__delete.html
+++ b/structwinstd_1_1_eap_host_peer_free_eap_error__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::EapHostPeerFreeEapError_delete Struct Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -93,7 +100,7 @@ Public Member Functions
Deleter for unique_ptr to EAP_ERROR using EapHostPeerFreeEapError.
-
◆ operator()()
+
◆ operator()()
@@ -127,7 +134,7 @@ Public Member Functions
diff --git a/structwinstd_1_1_eap_host_peer_free_error_memory__delete-members.html b/structwinstd_1_1_eap_host_peer_free_error_memory__delete-members.html
index 129e970f..8e81705c 100644
--- a/structwinstd_1_1_eap_host_peer_free_error_memory__delete-members.html
+++ b/structwinstd_1_1_eap_host_peer_free_error_memory__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/structwinstd_1_1_eap_host_peer_free_error_memory__delete.html b/structwinstd_1_1_eap_host_peer_free_error_memory__delete.html
index e349372b..72de711a 100644
--- a/structwinstd_1_1_eap_host_peer_free_error_memory__delete.html
+++ b/structwinstd_1_1_eap_host_peer_free_error_memory__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::EapHostPeerFreeErrorMemory_delete Struct Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -93,7 +100,7 @@ Public Member Functions
Deleter for unique_ptr to EAP_ERROR using EapHostPeerFreeErrorMemory.
-
◆ operator()()
+
◆ operator()()
@@ -127,7 +134,7 @@ Public Member Functions
diff --git a/structwinstd_1_1_eap_host_peer_free_memory__delete-members.html b/structwinstd_1_1_eap_host_peer_free_memory__delete-members.html
index 6ff3e2a0..46648ef8 100644
--- a/structwinstd_1_1_eap_host_peer_free_memory__delete-members.html
+++ b/structwinstd_1_1_eap_host_peer_free_memory__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/structwinstd_1_1_eap_host_peer_free_memory__delete.html b/structwinstd_1_1_eap_host_peer_free_memory__delete.html
index 9ba4ed59..33cd24b1 100644
--- a/structwinstd_1_1_eap_host_peer_free_memory__delete.html
+++ b/structwinstd_1_1_eap_host_peer_free_memory__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::EapHostPeerFreeMemory_delete Struct Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -94,7 +101,7 @@ Public Member Functions
Deleter for unique_ptr using EapHostPeerFreeMemory.
-
◆ operator()()
+
◆ operator()()
@@ -130,7 +137,7 @@ template<class _T >
diff --git a/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete-members.html b/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete-members.html
index d8b516d7..b34690f4 100644
--- a/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete-members.html
+++ b/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -78,7 +85,7 @@ $(function() {
diff --git a/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete.html b/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete.html
index 7491b84d..0e3ee75e 100644
--- a/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete.html
+++ b/structwinstd_1_1_eap_host_peer_free_runtime_memory__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::EapHostPeerFreeRuntimeMemory_delete Struct Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -99,7 +106,7 @@ template<class _T >
diff --git a/structwinstd_1_1_local_free__delete-members.html b/structwinstd_1_1_local_free__delete-members.html
index c9a10ab8..4c1668dc 100644
--- a/structwinstd_1_1_local_free__delete-members.html
+++ b/structwinstd_1_1_local_free__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_local_free__delete.html b/structwinstd_1_1_local_free__delete.html
index dd58dcef..40067f36 100644
--- a/structwinstd_1_1_local_free__delete.html
+++ b/structwinstd_1_1_local_free__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::LocalFree_delete< _Ty > Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ template<class _Ty2 >
struct winstd::LocalFree_delete< _Ty >
Deleter for unique_ptr using LocalFree.
-◆ operator()()
+◆ operator()()
@@ -143,7 +150,7 @@ template<class _Ty >
diff --git a/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4-members.html b/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4-members.html
index 87f3a45b..b1f95076 100644
--- a/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4-members.html
+++ b/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html b/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html
index 2233bc48..16beecc3 100644
--- a/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html
+++ b/structwinstd_1_1_local_free__delete_3_01___ty_0f_0e_4.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::LocalFree_delete< _Ty[]> Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -107,7 +114,7 @@ void
operator() (_Ty *
struct winstd::LocalFree_delete< _Ty[]>Deleter for unique_ptr to array of unknown size using LocalFree.
-◆ operator()()
+◆ operator()()
@@ -145,7 +152,7 @@ template<class _Other >
diff --git a/structwinstd_1_1_unmap_view_of_file__delete-members.html b/structwinstd_1_1_unmap_view_of_file__delete-members.html
index bd8c438a..2021f3fa 100644
--- a/structwinstd_1_1_unmap_view_of_file__delete-members.html
+++ b/structwinstd_1_1_unmap_view_of_file__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_unmap_view_of_file__delete.html b/structwinstd_1_1_unmap_view_of_file__delete.html
index fe57b652..50f7143b 100644
--- a/structwinstd_1_1_unmap_view_of_file__delete.html
+++ b/structwinstd_1_1_unmap_view_of_file__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::UnmapViewOfFile_delete< _Ty > Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -112,7 +119,7 @@ struct winstd::UnmapViewOfFile_delete< _Ty >
Deleter for unique_p
diff --git a/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4-members.html b/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4-members.html
index e7761189..667ed7fb 100644
--- a/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4-members.html
+++ b/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html b/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html
index b0bdc90b..3e8b02ae 100644
--- a/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html
+++ b/structwinstd_1_1_unmap_view_of_file__delete_3_01___ty_0f_0e_4.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::UnmapViewOfFile_delete< _Ty[]> Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -112,7 +119,7 @@ struct winstd::UnmapViewOfFile_delete< _Ty[]>
Deleter for unique_
diff --git a/structwinstd_1_1_wlan_free_memory__delete-members.html b/structwinstd_1_1_wlan_free_memory__delete-members.html
index a21258a0..9090379f 100644
--- a/structwinstd_1_1_wlan_free_memory__delete-members.html
+++ b/structwinstd_1_1_wlan_free_memory__delete-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_wlan_free_memory__delete.html b/structwinstd_1_1_wlan_free_memory__delete.html
index 82980eb9..e1383548 100644
--- a/structwinstd_1_1_wlan_free_memory__delete.html
+++ b/structwinstd_1_1_wlan_free_memory__delete.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::WlanFreeMemory_delete< _Ty > Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -112,7 +119,7 @@ struct winstd::WlanFreeMemory_delete< _Ty >
Deleter for unique_pt
diff --git a/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4-members.html b/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4-members.html
index 178cf04c..56761fad 100644
--- a/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4-members.html
+++ b/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -80,7 +87,7 @@ $(function() {
diff --git a/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html b/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html
index 7ff04171..1b37622f 100644
--- a/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html
+++ b/structwinstd_1_1_wlan_free_memory__delete_3_01___ty_0f_0e_4.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::WlanFreeMemory_delete< _Ty[]> Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -112,7 +119,7 @@ struct winstd::WlanFreeMemory_delete< _Ty[]>
Deleter for unique_p
diff --git a/structwinstd_1_1heap__allocator_1_1rebind-members.html b/structwinstd_1_1heap__allocator_1_1rebind-members.html
index a476092e..42c8928a 100644
--- a/structwinstd_1_1heap__allocator_1_1rebind-members.html
+++ b/structwinstd_1_1heap__allocator_1_1rebind-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,7 +84,7 @@ $(function() {
diff --git a/structwinstd_1_1heap__allocator_1_1rebind.html b/structwinstd_1_1heap__allocator_1_1rebind.html
index 81b86d53..f48d9700 100644
--- a/structwinstd_1_1heap__allocator_1_1rebind.html
+++ b/structwinstd_1_1heap__allocator_1_1rebind.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::heap_allocator< _Ty >::rebind< _Other > Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -96,7 +103,7 @@ struct winstd::heap_allocator< _Ty >::rebind< _Other >
A st
diff --git a/structwinstd_1_1sanitizing__allocator_1_1rebind-members.html b/structwinstd_1_1sanitizing__allocator_1_1rebind-members.html
index eef0a9a6..aa4ac4f0 100644
--- a/structwinstd_1_1sanitizing__allocator_1_1rebind-members.html
+++ b/structwinstd_1_1sanitizing__allocator_1_1rebind-members.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: Member List
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -77,7 +84,7 @@ $(function() {
diff --git a/structwinstd_1_1sanitizing__allocator_1_1rebind.html b/structwinstd_1_1sanitizing__allocator_1_1rebind.html
index e9f67ab4..40f03f4d 100644
--- a/structwinstd_1_1sanitizing__allocator_1_1rebind.html
+++ b/structwinstd_1_1sanitizing__allocator_1_1rebind.html
@@ -1,9 +1,9 @@
-
+
-
+
WinStd: winstd::sanitizing_allocator< _Ty >::rebind< _Other > Struct Template Reference
@@ -30,10 +30,10 @@
-
+
@@ -56,9 +56,16 @@ $(function() {
-
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -96,7 +103,7 @@ struct winstd::sanitizing_allocator< _Ty >::rebind< _Other >
diff --git a/tab_ad.png b/tab_ad.png
new file mode 100644
index 00000000..e34850ac
Binary files /dev/null and b/tab_ad.png differ
diff --git a/tab_bd.png b/tab_bd.png
new file mode 100644
index 00000000..91c25249
Binary files /dev/null and b/tab_bd.png differ
diff --git a/tab_hd.png b/tab_hd.png
new file mode 100644
index 00000000..2489273d
Binary files /dev/null and b/tab_hd.png differ
diff --git a/tab_sd.png b/tab_sd.png
new file mode 100644
index 00000000..757a565c
Binary files /dev/null and b/tab_sd.png differ
diff --git a/tabs.css b/tabs.css
index 00d1c602..71c8a470 100644
--- a/tabs.css
+++ b/tabs.css
@@ -1 +1 @@
-.sm{position:relative;z-index:9999}.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}.sm ul{display:none}.sm li,.sm a{position:relative}.sm a{display:block}.sm a.disabled{cursor:not-allowed}.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.main-menu-btn{position:relative;display:inline-block;width:36px;height:36px;text-indent:36px;margin-left:8px;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.main-menu-btn-icon,.main-menu-btn-icon:before,.main-menu-btn-icon:after{position:absolute;top:50%;left:2px;height:2px;width:24px;background:#666;-webkit-transition:all .25s;transition:all .25s}.main-menu-btn-icon:before{content:'';top:-7px;left:0}.main-menu-btn-icon:after{content:'';top:7px;left:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon{height:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#main-menu-state{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}#main-menu-state:not(:checked) ~ #main-menu{display:none}#main-menu-state:checked ~ #main-menu{display:block}@media(min-width:768px){.main-menu-btn{position:absolute;top:-99999px}#main-menu-state:not(:checked) ~ #main-menu{display:block}}.sm-dox{background-image:url("tab_b.png")}.sm-dox a,.sm-dox a:focus,.sm-dox a:hover,.sm-dox a:active{padding:0 12px;padding-right:43px;font-family:"Lucida Grande","Geneva","Helvetica",Arial,sans-serif;font-size:13px;font-weight:bold;line-height:36px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,0.9);color:#283a5d;outline:0}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a.current{color:#d23600}.sm-dox a.disabled{color:#bbb}.sm-dox a span.sub-arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overflow:hidden;font:bold 12px/28px monospace !important;text-align:center;text-shadow:none;background:rgba(255,255,255,0.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox a span.sub-arrow:before{display:block;content:'+'}.sm-dox a.highlighted span.sub-arrow:before{display:block;content:'-'}.sm-dox>li:first-child>a,.sm-dox>li:first-child>:not(ul) a{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;border-radius:5px 5px 0 0}.sm-dox>li:last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0;border-radius:0 0 5px 5px}.sm-dox>li:last-child>a.highlighted,.sm-dox>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox ul{background:rgba(162,162,162,0.1)}.sm-dox ul a,.sm-dox ul a:focus,.sm-dox ul a:hover,.sm-dox ul a:active{font-size:12px;border-left:8px solid transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul ul a,.sm-dox ul ul a:hover,.sm-dox ul ul a:focus,.sm-dox ul ul a:active{border-left:16px solid transparent}.sm-dox ul ul ul a,.sm-dox ul ul ul a:hover,.sm-dox ul ul ul a:focus,.sm-dox ul ul ul a:active{border-left:24px solid transparent}.sm-dox ul ul ul ul a,.sm-dox ul ul ul ul a:hover,.sm-dox ul ul ul ul a:focus,.sm-dox ul ul ul ul a:active{border-left:32px solid transparent}.sm-dox ul ul ul ul ul a,.sm-dox ul ul ul ul ul a:hover,.sm-dox ul ul ul ul ul a:focus,.sm-dox ul ul ul ul ul a:active{border-left:40px solid transparent}@media(min-width:768px){.sm-dox ul{position:absolute;width:12em}.sm-dox li{float:left}.sm-dox.sm-rtl li{float:right}.sm-dox ul li,.sm-dox.sm-rtl ul li,.sm-dox.sm-vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space:normal}.sm-dox .sm-nowrap>li>a,.sm-dox .sm-nowrap>li>:not(ul) a{white-space:nowrap}.sm-dox{padding:0 10px;background-image:url("tab_b.png");line-height:36px}.sm-dox a span.sub-arrow{top:50%;margin-top:-2px;right:12px;width:0;height:0;border-width:4px;border-style:solid dashed dashed dashed;border-color:#283a5d transparent transparent transparent;background:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox a,.sm-dox a:focus,.sm-dox a:active,.sm-dox a:hover,.sm-dox a.highlighted{padding:0 12px;background-image:url("tab_s.png");background-repeat:no-repeat;background-position:right;-moz-border-radius:0 !important;-webkit-border-radius:0;border-radius:0 !important}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a:hover span.sub-arrow{border-color:white transparent transparent transparent}.sm-dox a.has-submenu{padding-right:24px}.sm-dox li{border-top:0}.sm-dox>li>ul:before,.sm-dox>li>ul:after{content:'';position:absolute;top:-18px;left:30px;width:0;height:0;overflow:hidden;border-width:9px;border-style:dashed dashed solid dashed;border-color:transparent transparent #bbb transparent}.sm-dox>li>ul:after{top:-16px;left:31px;border-width:8px;border-color:transparent transparent #fff transparent}.sm-dox ul{border:1px solid #bbb;padding:5px 0;background:#fff;-moz-border-radius:5px !important;-webkit-border-radius:5px;border-radius:5px !important;-moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);box-shadow:0 5px 9px rgba(0,0,0,0.2)}.sm-dox ul a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-color:transparent transparent transparent #555;border-style:dashed dashed dashed solid}.sm-dox ul a,.sm-dox ul a:hover,.sm-dox ul a:focus,.sm-dox ul a:active,.sm-dox ul a.highlighted{color:#555;background-image:none;border:0 !important;color:#555;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul a:hover span.sub-arrow{border-color:transparent transparent transparent white}.sm-dox span.scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:36px}.sm-dox span.scroll-up:hover,.sm-dox span.scroll-down:hover{background:#eee}.sm-dox span.scroll-up:hover span.scroll-up-arrow,.sm-dox span.scroll-up:hover span.scroll-down-arrow{border-color:transparent transparent #d23600 transparent}.sm-dox span.scroll-down:hover span.scroll-down-arrow{border-color:#d23600 transparent transparent transparent}.sm-dox span.scroll-up-arrow,.sm-dox span.scroll-down-arrow{position:absolute;top:0;left:50%;margin-left:-6px;width:0;height:0;overflow:hidden;border-width:6px;border-style:dashed dashed solid dashed;border-color:transparent transparent #555 transparent}.sm-dox span.scroll-down-arrow{top:8px;border-style:solid dashed dashed dashed;border-color:#555 transparent transparent transparent}.sm-dox.sm-rtl a.has-submenu{padding-right:12px;padding-left:24px}.sm-dox.sm-rtl a span.sub-arrow{right:auto;left:12px}.sm-dox.sm-rtl.sm-vertical a.has-submenu{padding:10px 20px}.sm-dox.sm-rtl.sm-vertical a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-rtl>li>ul:before{left:auto;right:30px}.sm-dox.sm-rtl>li>ul:after{left:auto;right:31px}.sm-dox.sm-rtl ul a.has-submenu{padding:10px 20px !important}.sm-dox.sm-rtl ul a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-vertical{padding:10px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox.sm-vertical a{padding:10px 20px}.sm-dox.sm-vertical a:hover,.sm-dox.sm-vertical a:focus,.sm-dox.sm-vertical a:active,.sm-dox.sm-vertical a.highlighted{background:#fff}.sm-dox.sm-vertical a.disabled{background-image:url("tab_b.png")}.sm-dox.sm-vertical a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #555}.sm-dox.sm-vertical>li>ul:before,.sm-dox.sm-vertical>li>ul:after{display:none}.sm-dox.sm-vertical ul a{padding:10px 20px}.sm-dox.sm-vertical ul a:hover,.sm-dox.sm-vertical ul a:focus,.sm-dox.sm-vertical ul a:active,.sm-dox.sm-vertical ul a.highlighted{background:#eee}.sm-dox.sm-vertical ul a.disabled{background:#fff}}
\ No newline at end of file
+.sm{position:relative;z-index:9999}.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}.sm ul{display:none}.sm li,.sm a{position:relative}.sm a{display:block}.sm a.disabled{cursor:not-allowed}.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.main-menu-btn{position:relative;display:inline-block;width:36px;height:36px;text-indent:36px;margin-left:8px;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.main-menu-btn-icon,.main-menu-btn-icon:before,.main-menu-btn-icon:after{position:absolute;top:50%;left:2px;height:2px;width:24px;background:var(--nav-menu-button-color);-webkit-transition:all .25s;transition:all .25s}.main-menu-btn-icon:before{content:'';top:-7px;left:0}.main-menu-btn-icon:after{content:'';top:7px;left:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon{height:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#main-menu-state{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}#main-menu-state:not(:checked) ~ #main-menu{display:none}#main-menu-state:checked ~ #main-menu{display:block}@media(min-width:768px){.main-menu-btn{position:absolute;top:-99999px}#main-menu-state:not(:checked) ~ #main-menu{display:block}}.sm-dox{background-image:var(--nav-gradient-image)}.sm-dox a,.sm-dox a:focus,.sm-dox a:hover,.sm-dox a:active{padding:0 12px;padding-right:43px;font-family:var(--font-family-nav);font-size:13px;font-weight:bold;line-height:36px;text-decoration:none;text-shadow:var(--nav-text-normal-shadow);color:var(--nav-text-normal-color);outline:0}.sm-dox a:hover{background-image:var(--nav-gradient-active-image);background-repeat:repeat-x;color:var(--nav-text-hover-color);text-shadow:var(--nav-text-hover-shadow)}.sm-dox a.current{color:#d23600}.sm-dox a.disabled{color:#bbb}.sm-dox a span.sub-arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overflow:hidden;font:bold 12px/28px monospace !important;text-align:center;text-shadow:none;background:var(--nav-menu-toggle-color);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox a span.sub-arrow:before{display:block;content:'+'}.sm-dox a.highlighted span.sub-arrow:before{display:block;content:'-'}.sm-dox>li:first-child>a,.sm-dox>li:first-child>:not(ul) a{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;border-radius:5px 5px 0 0}.sm-dox>li:last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0;border-radius:0 0 5px 5px}.sm-dox>li:last-child>a.highlighted,.sm-dox>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox ul{background:var(--nav-menu-background-color)}.sm-dox ul a,.sm-dox ul a:focus,.sm-dox ul a:hover,.sm-dox ul a:active{font-size:12px;border-left:8px solid transparent;line-height:36px;text-shadow:none;background-color:var(--nav-menu-background-color);background-image:none}.sm-dox ul a:hover{background-image:var(--nav-gradient-active-image);background-repeat:repeat-x;color:var(--nav-text-hover-color);text-shadow:0 1px 1px black}.sm-dox ul ul a,.sm-dox ul ul a:hover,.sm-dox ul ul a:focus,.sm-dox ul ul a:active{border-left:16px solid transparent}.sm-dox ul ul ul a,.sm-dox ul ul ul a:hover,.sm-dox ul ul ul a:focus,.sm-dox ul ul ul a:active{border-left:24px solid transparent}.sm-dox ul ul ul ul a,.sm-dox ul ul ul ul a:hover,.sm-dox ul ul ul ul a:focus,.sm-dox ul ul ul ul a:active{border-left:32px solid transparent}.sm-dox ul ul ul ul ul a,.sm-dox ul ul ul ul ul a:hover,.sm-dox ul ul ul ul ul a:focus,.sm-dox ul ul ul ul ul a:active{border-left:40px solid transparent}@media(min-width:768px){.sm-dox ul{position:absolute;width:12em}.sm-dox li{float:left}.sm-dox.sm-rtl li{float:right}.sm-dox ul li,.sm-dox.sm-rtl ul li,.sm-dox.sm-vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space:normal}.sm-dox .sm-nowrap>li>a,.sm-dox .sm-nowrap>li>:not(ul) a{white-space:nowrap}.sm-dox{padding:0 10px;background-image:var(--nav-gradient-image);line-height:36px}.sm-dox a span.sub-arrow{top:50%;margin-top:-2px;right:12px;width:0;height:0;border-width:4px;border-style:solid dashed dashed dashed;border-color:var(--nav-text-normal-color) transparent transparent transparent;background:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox a,.sm-dox a:focus,.sm-dox a:active,.sm-dox a:hover,.sm-dox a.highlighted{padding:0 12px;background-image:var(--nav-separator-image);background-repeat:no-repeat;background-position:right;-moz-border-radius:0 !important;-webkit-border-radius:0;border-radius:0 !important}.sm-dox a:hover{background-image:var(--nav-gradient-active-image);background-repeat:repeat-x;color:var(--nav-text-hover-color);text-shadow:var(--nav-text-hover-shadow)}.sm-dox a:hover span.sub-arrow{border-color:var(--nav-text-hover-color) transparent transparent transparent}.sm-dox a.has-submenu{padding-right:24px}.sm-dox li{border-top:0}.sm-dox>li>ul:before,.sm-dox>li>ul:after{content:'';position:absolute;top:-18px;left:30px;width:0;height:0;overflow:hidden;border-width:9px;border-style:dashed dashed solid dashed;border-color:transparent transparent #bbb transparent}.sm-dox>li>ul:after{top:-16px;left:31px;border-width:8px;border-color:transparent transparent var(--nav-menu-background-color) transparent}.sm-dox ul{border:1px solid #bbb;padding:5px 0;background:var(--nav-menu-background-color);-moz-border-radius:5px !important;-webkit-border-radius:5px;border-radius:5px !important;-moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);box-shadow:0 5px 9px rgba(0,0,0,0.2)}.sm-dox ul a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-color:transparent transparent transparent var(--nav-menu-foreground-color);border-style:dashed dashed dashed solid}.sm-dox ul a,.sm-dox ul a:hover,.sm-dox ul a:focus,.sm-dox ul a:active,.sm-dox ul a.highlighted{color:var(--nav-menu-foreground-color);background-image:none;border:0 !important;color:var(--nav-menu-foreground-color);background-image:none}.sm-dox ul a:hover{background-image:var(--nav-gradient-active-image);background-repeat:repeat-x;color:var(--nav-text-hover-color);text-shadow:var(--nav-text-hover-shadow)}.sm-dox ul a:hover span.sub-arrow{border-color:transparent transparent transparent var(--nav-text-hover-color)}.sm-dox span.scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:var(--nav-menu-background-color);height:36px}.sm-dox span.scroll-up:hover,.sm-dox span.scroll-down:hover{background:#eee}.sm-dox span.scroll-up:hover span.scroll-up-arrow,.sm-dox span.scroll-up:hover span.scroll-down-arrow{border-color:transparent transparent #d23600 transparent}.sm-dox span.scroll-down:hover span.scroll-down-arrow{border-color:#d23600 transparent transparent transparent}.sm-dox span.scroll-up-arrow,.sm-dox span.scroll-down-arrow{position:absolute;top:0;left:50%;margin-left:-6px;width:0;height:0;overflow:hidden;border-width:6px;border-style:dashed dashed solid dashed;border-color:transparent transparent var(--nav-menu-foreground-color) transparent}.sm-dox span.scroll-down-arrow{top:8px;border-style:solid dashed dashed dashed;border-color:var(--nav-menu-foreground-color) transparent transparent transparent}.sm-dox.sm-rtl a.has-submenu{padding-right:12px;padding-left:24px}.sm-dox.sm-rtl a span.sub-arrow{right:auto;left:12px}.sm-dox.sm-rtl.sm-vertical a.has-submenu{padding:10px 20px}.sm-dox.sm-rtl.sm-vertical a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-rtl>li>ul:before{left:auto;right:30px}.sm-dox.sm-rtl>li>ul:after{left:auto;right:31px}.sm-dox.sm-rtl ul a.has-submenu{padding:10px 20px !important}.sm-dox.sm-rtl ul a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-vertical{padding:10px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox.sm-vertical a{padding:10px 20px}.sm-dox.sm-vertical a:hover,.sm-dox.sm-vertical a:focus,.sm-dox.sm-vertical a:active,.sm-dox.sm-vertical a.highlighted{background:#fff}.sm-dox.sm-vertical a.disabled{background-image:var(--nav-gradient-image)}.sm-dox.sm-vertical a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #555}.sm-dox.sm-vertical>li>ul:before,.sm-dox.sm-vertical>li>ul:after{display:none}.sm-dox.sm-vertical ul a{padding:10px 20px}.sm-dox.sm-vertical ul a:hover,.sm-dox.sm-vertical ul a:focus,.sm-dox.sm-vertical ul a:active,.sm-dox.sm-vertical ul a.highlighted{background:#eee}.sm-dox.sm-vertical ul a.disabled{background:var(--nav-menu-background-color)}}
\ No newline at end of file