#include <TestInheritance.hpp>
Public Member Functions | |
TestInheritance () | |
TestInheritance (const TestInheritance &r)=delete | |
TestInheritance & | operator= (const TestInheritance &r)=delete |
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
AStringable Interface. More... | |
void | setIproj (IProjMatrix *ipr) |
virtual | ~TestInheritance () |
Public Member Functions inherited from AStringable | |
AStringable () | |
AStringable (const AStringable &r) | |
AStringable & | operator= (const AStringable &r) |
virtual | ~AStringable () |
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
virtual void | display (int level) const final |
TestInheritance::TestInheritance | ( | ) |
|
delete |
|
virtual |
|
delete |
|
inline |
|
overridevirtual |
AStringable Interface.
Reimplemented from AStringable.