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 wrap_name attribute to class #32

Closed PetrPPetrov closed 7 years ago

PetrPPetrov commented 7 years ago

Default value is "{class_name}{wrap_suffix}"

where {class_name} is replaced by "Printer" {wrap_suffix} is replaced by "Ptr" (for example)