#include <vertexwrapper.h>
Public Types | |
using | ValueType = TYPE |
Public Member Functions | |
PrivateVertexWrapper () | |
~PrivateVertexWrapper () | |
Result< void > | CopyFrom (const PrivateVertexWrapper< TYPE > &src) |
Bool | operator== (const PrivateVertexWrapper< TYPE > &dst) const |
UInt | GetHashCode () const |
Protected Member Functions | |
void | MoveContent (void *src) |
Private Member Functions | |
void * | GetPointer () const |
Private Attributes | |
UChar | _value [sizeof(TYPE)] |
using ValueType = TYPE |
~PrivateVertexWrapper | ( | ) |
Result<void> CopyFrom | ( | const PrivateVertexWrapper< TYPE > & | src | ) |
Bool operator== | ( | const PrivateVertexWrapper< TYPE > & | dst | ) | const |
UInt GetHashCode | ( | ) | const |
|
protected |
|
private |
|
private |