1 #ifndef _GLS_POINTER_ARRAY_H
2 #define _GLS_POINTER_ARRAY_H
108 #endif // _GLS_POINTER_ARRAY_H
GlsUInt32 GetSize(void) const
This header defines a GLS_DEBUG only macro for facilitating evaluating class invariants in the GL Stu...
const GlsUInt32 _count
Definition: gls_pointer_array.h:100
Definition: gls_pointer_array.h:51
unsigned int GlsUInt32
Definition: gls_types.h:73
GlsPointerArray(const GlsUInt32 size)
This header defines any preprocessor defines needed to configure the GL Studio DO-178B Runtime Librar...
#define GLS_CLASS_INVARIANT_DECLARATION(ClassName)
Definition: gls_class_invariant.h:80
virtual ~GlsPointerArray()
void SetPointer(const GlsUInt32 index, void *const src)
void * GetPointer(const GlsUInt32 index)
This header defines the basic types used by the GL Studio DO-178B Runtime Library.
void **const _pointers
Definition: gls_pointer_array.h:99