PetrPPetrov / beautiful-capi

Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
GNU General Public License v3.0
33 stars 4 forks source link

Add validation step of input parameters - API description #37

Open PetrPPetrov opened 7 years ago

PetrPPetrov commented 7 years ago

need check to: 1) base class has the same lifecycle semantic as derived 2) ....