公共成员函数 |
|
| DefaultDoc ()=default | |
| Result < void > | CopyFrom (const DefaultDoc & src ) |
| void | 重置 () |
| 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 | 比较 (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 | ) |
Makes this @CLASS a copy of src by copying the contents of src into this @CLASS.
| [in] | src | Another @CLASS to be used as source for the copy operation. |
| 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 比较 | ( | const DefaultDoc & | other | ) | const |
Compares this and #other.
| [in] | other | Another @CLASS. |
| String ToString | ( | const FormatStatement * |
formatStatement
=
nullptr
|
) | const |
Returns a String representation of this @CLASS.
| [in] | formatStatement | Nullptr or additional formatting instruction. |