Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ DynArray
Method
DynArray
BG3Extender/Extender/Shared/tinyxml2.h:209–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
{
208
public:
209
DynArray() :
210
_mem( _pool ),
211
_allocated( INITIAL_SIZE ),
212
_size( 0 )
213
{
214
}
215
216
~DynArray() {
217
if ( _mem != _pool ) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected