MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / DynArray

Method DynArray

3rdparty/tinyxml2/tinyxml2.h:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204{
205public:
206 DynArray() :
207 _mem( _pool ),
208 _allocated( INITIAL_SIZE ),
209 _size( 0 )
210 {
211 }
212
213 ~DynArray() {
214 if ( _mem != _pool ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected