|
Rosetta
|

Public Member Functions | |
| void | foo_protected () override |
| void | f_v () override |
| void | f_v_2 () override |
Public Member Functions inherited from Derived | |
| virtual void | foo_protected () |
Public Member Functions inherited from Base | |
| void | foo () |
| void | maybe () |
| virtual void | foo_void () |
| virtual void | foo_void_pure ()=0 |
| virtual int | foo_int () |
| virtual std::string | foo_sring () |
| virtual std::string & | foo_sring_r () |
| virtual void | foo () |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
Additional Inherited Members | |
Public Attributes inherited from Derived | |
| int | data |
Public Attributes inherited from Base | |
| std::string | s_ |
| struct { | |
| int a | |
| float b | |
| }; | |
Protected Attributes inherited from Base | |
| int | data |
|
inlineoverridevirtual |
Reimplemented from Base.
References Base::f_v(), plot::function, basic::options::OptionKeys::stepwise::move, basic::options::OptionKeys::out::file::o, closure_error::reference, and value.
|
inlineoverridevirtual |
Reimplemented from Base.
References Base::f_v_2(), plot::function, basic::options::OptionKeys::stepwise::move, basic::options::OptionKeys::out::file::o, closure_error::reference, and value.
|
inlineoverridevirtual |
Reimplemented from Base.
References Base::foo_protected(), plot::function, basic::options::OptionKeys::stepwise::move, basic::options::OptionKeys::out::file::o, closure_error::reference, and value.