####################### cmakepp_lang/class/ctor ####################### .. module:: cmakepp_lang/class/ctor .. function:: cpp_class_ctor(this type) Handles the construction of a class instance. This function handles the construction of a new class and calls to the constructors for base classes. :param this: The handle to the object that will be constructed. :type this: desc :param type: The class we are calling the constructor for. :type type: class :param \*args: The arguments the constructor was called with (not including the instance name and class). :returns: ``this`` will be set to the mangled name of the newly constructed instance. :rtype: desc