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

Method Push

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

Source from the content-addressed store, hash-verified

175
176
177template <class T> void Array<T>::Push(T Item)
178{
179 Add(1);
180 (*this)[Size()-1]=Item;
181}
182
183
184template <class T> void Array<T>::Append(T *Items,size_t Count)

Callers 7

RAROpenArchiveExFunction · 0.80
AddFilterMethod · 0.80
AddVMCodeMethod · 0.80
ReadTextFileFunction · 0.80
ScanErrorMethod · 0.80
DoGetCommentMethod · 0.80
ReadCommentDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected