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

Method CleanData

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

Source from the content-addressed store, hash-verified

36
37
38template <class T> void Array<T>::CleanData()
39{
40 Buffer=NULL;
41 BufSize=0;
42 AllocSize=0;
43 MaxSize=0;
44 Secure=false;
45}
46
47
48template <class T> Array<T>::Array()

Callers 1

headers.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected