MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Move

Function Move

Source/Engine/Serialization/MemoryReadStream.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 /// <returns>The pointer to the data in memory.</returns>
91 template<typename T>
92 FORCE_INLINE T* Move()
93 {
94 return static_cast<T*>(Move(sizeof(T)));
95 }
96
97 /// <summary>
98 /// Skips the data from the target buffer without reading from it. Moves the read pointer in the buffer forward.

Callers 9

ParseNextMethod · 0.50
ParseTagMethod · 0.50
ParseTagNameMethod · 0.50
ParseAttributeNameMethod · 0.50
ParseAttributeValueMethod · 0.50
SkipWhitespaceMethod · 0.50
SimpleMoveMethod · 0.50
AddMovementMethod · 0.50
MoveMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected