MCPcopy Create free account
hub / github.com/bwapi/bwapi / offset

Method offset

bwapi/Util/Source/Util/MemoryFrame.h:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106 template<typename T>
107 T *offset(int offset = 0)
108 {
109 return ((T*)((int)frameBase+offset));
110 }
111 template<typename T>
112 T *beginAs()
113 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected