cmakepp_lang/class/virtual_member
- cmakepp_lang/class/virtual_member.cpp_virtual_member(fxn_name)
Note
This is a macro, and so does not introduce a new scope.
Registers a class’s virtual member function.
This function is used to declare a new virtual member function that has no concrete implementation and must be overridden by a derived class.
- Parameters:
fxn_name (desc) – The name of the virtual member function.