[decoupled] increase flexibility of some functions
The calls to several functions are hardwired to the base class. By using asImp, some of those calls are now forwarded to the derived class, if applicable.
Please register or sign in to comment
The calls to several functions are hardwired to the base class. By using asImp, some of those calls are now forwarded to the derived class, if applicable.