Blender V5.0
BPyPropArrayLength Struct Reference

Public Member Functions

 BPyPropArrayLength ()=default
 BPyPropArrayLength (PointerRNA *ptr, PropertyRNA *prop)
bool operator== (const BPyPropArrayLength &other) const

Public Attributes

int len_total = 0
int dims [RNA_MAX_ARRAY_DIMENSION] = {}
int dims_len = 0

Detailed Description

Definition at line 476 of file bpy_props.cc.

Constructor & Destructor Documentation

◆ BPyPropArrayLength() [1/2]

BPyPropArrayLength::BPyPropArrayLength ( )
default

Referenced by operator==().

◆ BPyPropArrayLength() [2/2]

BPyPropArrayLength::BPyPropArrayLength ( PointerRNA * ptr,
PropertyRNA * prop )
inline

Definition at line 483 of file bpy_props.cc.

References ptr, RNA_property_array_dimension(), and RNA_property_array_length().

Member Function Documentation

◆ operator==()

bool BPyPropArrayLength::operator== ( const BPyPropArrayLength & other) const
inline

Definition at line 489 of file bpy_props.cc.

References BPyPropArrayLength(), dims, dims_len, i, and len_total.

Member Data Documentation

◆ dims

◆ dims_len

◆ len_total


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