MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Addr

Method Addr

Libraries/unrar/array.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 void Push(T Item);
29 void Append(T *Item,size_t Count);
30 T* Addr(size_t Item) {return Buffer+Item;}
31 void SetMaxSize(size_t Size) {MaxSize=Size;}
32 T* Begin() {return Buffer;}
33 T* End() {return Buffer==NULL ? NULL:Buffer+BufSize;}

Callers 3

ProcessExtra50Method · 0.80
DoGetCommentMethod · 0.80
ReadCommentDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected