System.TDynArrayRec
C++
struct TDynArrayRec
{
public:
#if defined(__clang__) && (__POINTER_WIDTH__ == 64)
int _Padding;
#endif /* X64 */
int RefCnt;
DynArrInt Length;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | sysdyn.h | System | System |
Description
Represents the basic mechanism for memory management for dynamic arrays.