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

Method SoftReset

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

Source from the content-addressed store, hash-verified

160// Reset buffer size, but preserve already allocated memory if any,
161// so we can reuse it without wasting time to allocation.
162template <class T> void Array<T>::SoftReset()
163{
164 BufSize=0;
165}
166
167
168template <class T> void Array<T>::operator =(Array<T> &Src)

Callers 3

InitFiltersMethod · 0.80
InitFilters30Method · 0.80
ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected