|
CppGC
1.01
|
#include <gc.h>
Public Member Functions | |
| T *& | operator[] (size_t index) |
| T * | operator[] (size_t index) const |
| size_t | size () const |
| void | resize (size_t newSize) |
| void | push (T const *obj) |
| T * | pop () |
| T * | top () const |
| VectorVar (size_t reserve=8) | |
| virtual void | mark (MemoryAllocator *allocator) |
Private Attributes | |
| Root * | next |
Dynamic vector of references variable protected from GC
| virtual void GC::VectorVar< T >::mark | ( | MemoryAllocator * | allocator | ) | [inline, virtual] |
1.7.6.1