diff --git a/docs/annotated.html b/docs/annotated.html index 71f35f6..5c17dd8 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -64,16 +64,12 @@ $(function() {
Here are the classes, structs, unions and interfaces with brief descriptions:
-
[detail level 12345]
+
[detail level 1234]
- - - - - + diff --git a/docs/classes.html b/docs/classes.html index 81fc2fa..17d594a 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -63,7 +63,7 @@ $(function() {
Class Index
-
_ | b | i | j | k | r | s | t | u | v
+
_ | h | i | j | r | t | u | v
 NMUtilsGlobal MUtils namespace
 NCPUFetauresThis namespace contains functions and constants for detecting CPU information
 C_cpu_info_tStruct to hold information about the CPU. See _cpu_info_t for details!
 NHash
 NInternal
 NKeccakImpl
 CspongeStateStruct
 CBlake2
 CKeccak
 CHashThis abstract class specifies the generic interface for all support hash algorithms
 NOS
 NVersion
 C_os_version_t
- - - - - + +
  _  
  i  
@@ -73,20 +73,16 @@ $(function() {
_cpu_info_t (MUtils::CPUFetaures)   IPCChannel (MUtils)   RegistryKey (MUtils::Registry)   UpdateChecker (MUtils)   
_os_version_t (MUtils::OS::Version)   
  j  
-
  s  
+
  t  
UpdateCheckerInfo (MUtils)   
  b  
+
  h  
  v  
JobObject (MUtils)   spongeStateStruct (MUtils::Hash::Internal::KeccakImpl)   
Blake2 (MUtils::Hash)   
  k  
-
  t  
-
Version (MUtils)   
Keccak (MUtils::Hash)   Taskbar7 (MUtils)   
JobObject (MUtils)   Taskbar7 (MUtils)   
Hash (MUtils::Hash)   Version (MUtils)   
-
_ | b | i | j | k | r | s | t | u | v
+
_ | h | i | j | r | t | u | v
+

Macro Definition Documentation

+ +

§ MUTILS_NO_COPY

+ +
+
+ + + + + + + + +
#define MUTILS_NO_COPY( CLASS)
+
+Value:
CLASS(const CLASS &) { throw "Copy constructor is disabled!"; } \
CLASS &operator=(const CLASS &) { throw "Assignment operator is disabled!"; }
+

Disables copy constructor and assignment operator in the specified class. This macro should be used in the "private" section of the class' declaration.

+ +
+
+