MCPcopy Create free account
hub / github.com/LASzip/LASzip / getCurr

Method getCurr

src/bytestreamout_array.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59/* get access to data */
60 inline I64 getSize() const { return size; };
61 inline I64 getCurr() const { return curr; };
62 inline const U8* getData() const { return data; };
63 inline U8* takeData() { U8* d = data; data = 0; alloc = 0; size = 0; curr = 0; return d; };
64protected:

Callers 4

chunk_sizesMethod · 0.80
chunk_bytesMethod · 0.80
chunk_sizesMethod · 0.80
chunk_bytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected