#include <defaultdoc.h>
The only purpose of this class is to be used in @copydoc commands for standard functions like CopyFrom or GetHashCode. For example to add a default documentation to a CopyFrom function of a class, write
Public Member Functions | |
| DefaultDoc ()=default | |
| Result< void > | CopyFrom (const DefaultDoc &src) |
| void | Reset () |
| HashInt | GetHashCode () const |
| Bool | operator== (const DefaultDoc &other) const |
| Bool | operator!= (const DefaultDoc &other) const |
| Bool | operator< (const DefaultDoc &other) const |
| Bool | operator<= (const DefaultDoc &other) const |
| Bool | operator> (const DefaultDoc &other) const |
| Bool | operator>= (const DefaultDoc &other) const |
| COMPARERESULT | Compare (const DefaultDoc &other) const |
| String | ToString (const FormatStatement *formatStatement=nullptr) const |
|
default |
Constructs a @CLASS object with default values.
| Result<void> CopyFrom | ( | const DefaultDoc & | src | ) |
| void Reset | ( | ) |
Resets this @CLASS to the state it has right after default construction. This includes freeing all resources held by this @CLASS.
| HashInt GetHashCode | ( | ) | const |
Returns the hash code of this @CLASS.
| Bool operator== | ( | const DefaultDoc & | other | ) | const |
Checks if this @CLASS equals #other.
| [in] | other | Another @CLASS. |
| Bool operator!= | ( | const DefaultDoc & | other | ) | const |
Checks if this @CLASS is not equal to #other.
| [in] | other | Another @CLASS. |
| Bool operator< | ( | const DefaultDoc & | other | ) | const |
Checks if this @CLASS is less than #other.
| [in] | other | Another @CLASS. |
| Bool operator<= | ( | const DefaultDoc & | other | ) | const |
Checks if this @CLASS is less than or equal to #other.
| [in] | other | Another @CLASS. |
| Bool operator> | ( | const DefaultDoc & | other | ) | const |
Checks if this @CLASS is greater than #other.
| [in] | other | Another @CLASS. |
| Bool operator>= | ( | const DefaultDoc & | other | ) | const |
Checks if this @CLASS is greater than or equal to #other.
| [in] | other | Another @CLASS. |
| COMPARERESULT Compare | ( | const DefaultDoc & | other | ) | const |
| String ToString | ( | const FormatStatement * | formatStatement = nullptr | ) | const |