MCPcopy Create free account
hub / github.com/dillo-browser/dillo / NotSoSimpleVector

Method NotSoSimpleVector

lout/misc.hh:388–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387public:
388 inline NotSoSimpleVector (int initAlloc)
389 {
390 this->numMain = this->numExtra = 0;
391 this->numAllocMain = initAlloc;
392 this->numAllocExtra = initAlloc;
393 this->arrayMain = this->arrayExtra1 = this->arrayExtra2 = NULL;
394 this->startExtra = -1;
395 }
396
397 inline ~NotSoSimpleVector ()
398 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected