MCPcopy Create free account
hub / github.com/buggins/coolreader / ptr

Method ptr

crengine/include/lvarray.h:223–223  ·  view source on GitHub ↗

returns array pointer

Source from the content-addressed store, hash-verified

221 }
222 /// returns array pointer
223 T * ptr() const { return _array; }
224 /// destructor
225 ~LVArray() { clear(); }
226};

Callers 1

peekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected