MCPcopy Create free account
hub / github.com/WheretIB/nullc / vector

Class vector

NULLC/includes/vector.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7#pragma pack(push, 4)
8 struct vector
9 {
10 unsigned int elemType;
11 unsigned int flags;
12 unsigned int elemSize;
13 NULLCAutoArray data;
14 unsigned int size;
15 };
16
17 struct vector_iterator
18 {

Callers 2

TestGC.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected