MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / DynArray

Method DynArray

ReClass/tinyxml2.h:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193{
194public:
195 DynArray() :
196 _mem( _pool ),
197 _allocated( INITIAL_SIZE ),
198 _size( 0 )
199 {
200 }
201
202 ~DynArray() {
203 if ( _mem != _pool ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected