CppGC  1.01
Public Member Functions | Private Attributes
GC::ArrayVar< T, size > Class Template Reference

#include <gc.h>

Inheritance diagram for GC::ArrayVar< T, size >:
GC::Root

List of all members.

Public Member Functions

T *& operator[] (size_t index)
T * operator[] (size_t index) const
virtual void mark (MemoryAllocator *allocator)

Private Attributes

Rootnext

Detailed Description

template<class T, size_t size>
class GC::ArrayVar< T, size >

Fixed size array of references variable protected from GC


Member Function Documentation

template<class T , size_t size>
virtual void GC::ArrayVar< T, size >::mark ( MemoryAllocator allocator) [inline, virtual]

Mark root object

Parameters:
allocatormemory allocator

Implements GC::Root.


The documentation for this class was generated from the following file: