MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Data

Method Data

engine/Poseidon/Foundation/Containers/Array.hpp:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 Type* AtOrNull(int i) { return (i >= 0 && i < _n) ? &_data[i] : nullptr; }
134 const Type* AtOrNull(int i) const { return (i >= 0 && i < _n) ? &_data[i] : nullptr; }
135 const Type* Data() const { return _data; }
136 Type* Data() { return _data; }
137 typedef Type DataType;
138 int Size() const { return _n; }

Callers 7

RawDataMethod · 0.45
DeleteMethod · 0.45
QSortSeqMethod · 0.45
MergeMethod · 0.45
RawDataMethod · 0.45
AutoArrayMethod · 0.45
operator=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected