PikaPython icon indicating copy to clipboard operation
PikaPython copied to clipboard

Number of constructors inside the class

Open chojiheum opened this issue 2 years ago • 1 comments

Is the maximum number of constructors that can be created inside a class 16?

class_def(class){ __BEFORE_MOETHOD_DEF constructor_def(constructor_1, 0), constructor_def(constructor_2, 0), constructor_def(constructor_3, 0), constructor_def(constructor_4, 0), constructor_def(constructor_5, 0), constructor_def(constructor_6, 0), constructor_def(constructor_7, 0), constructor_def(constructor_8, 0), constructor_def(constructor_9, 0), constructor_def(constructor_10, 0), constructor_def(constructor_11, 0), constructor_def(constructor_12, 0), constructor_def(constructor_13, 0), constructor_def(constructor_14, 0), constructor_def(constructor_15, 0), constructor_def(constructor_16, 0), }; class_inhert(class, TinyObj);

chojiheum avatar Oct 17 '23 08:10 chojiheum

You should utilize the rust-msc-latest-win10.exe to produce the binding file. Manually crafting the binding isn't advisable.

pikasTech avatar Oct 17 '23 09:10 pikasTech