CFx SDK Documentation  2022 SP0
Public Types | Public Attributes | Static Public Attributes | List of all members
OdArrayBuffer Struct Reference

#include <OdArray.h>

Public Types

typedef unsigned int size_type
 

Public Attributes

OdRefCounter m_nRefCounter
 
int m_nGrowBy
 
size_type m_nAllocated
 
size_type m_nLength
 

Static Public Attributes

static FIRSTDLL_EXPORT_STATIC OdArrayBuffer g_empty_array_buffer
 

Detailed Description

<group !!RECORDS_TD_APIRef>

Definition at line 559 of file OdArray.h.

Member Typedef Documentation

◆ size_type

typedef unsigned int OdArrayBuffer::size_type

Definition at line 561 of file OdArray.h.

Member Data Documentation

◆ g_empty_array_buffer

FIRSTDLL_EXPORT_STATIC OdArrayBuffer OdArrayBuffer::g_empty_array_buffer
static

Definition at line 568 of file OdArray.h.

◆ m_nAllocated

size_type OdArrayBuffer::m_nAllocated

Definition at line 565 of file OdArray.h.

◆ m_nGrowBy

int OdArrayBuffer::m_nGrowBy

Definition at line 564 of file OdArray.h.

◆ m_nLength

size_type OdArrayBuffer::m_nLength

Definition at line 566 of file OdArray.h.

◆ m_nRefCounter

OdRefCounter OdArrayBuffer::m_nRefCounter
mutable

Definition at line 563 of file OdArray.h.


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