PrivateVertexWrapper< TYPE > Class Template Reference
#include <vertexwrapper.h>
Public Types |
|
| using | ValueType = TYPE |
公共成员函数 |
|
| PrivateVertexWrapper () | |
| ~PrivateVertexWrapper () | |
| Result < void > | CopyFrom (const PrivateVertexWrapper < TYPE > & src ) |
| Bool | operator== (const PrivateVertexWrapper < TYPE > &dst) const |
| HashInt | GetHashCode () const |
Protected Member Functions |
|
| void | MoveContent (void * src ) |
私有成员函数 |
|
| void * | GetPointer () const |
Private Attributes |
|
| UChar | _value [sizeof(TYPE)] |
| using ValueType = TYPE |
| PrivateVertexWrapper | ( | ) |
| ~ PrivateVertexWrapper | ( | ) |
| Result <void> CopyFrom | ( | const PrivateVertexWrapper < TYPE > & | src | ) |
| Bool operator== | ( | const PrivateVertexWrapper < TYPE > & | dst | ) | const |
| HashInt GetHashCode | ( | ) | const |
|
protected |
|
private |
|
private |