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

Method Vector

lout/container.hh:449–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447{
448public:
449 inline Vector(int initSize, bool ownerOfObjects) {
450 this->base = new untyped::Vector(initSize, ownerOfObjects); }
451
452 inline void put(T *newElement, int newPos = -1)
453 { ((untyped::Vector*)this->base)->put(newElement, newPos); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected