#include <utils/BindingAbstractOutErr.hpp>
|
| virtual void | printfOut (const char *fmt,...) const =0 |
| |
| virtual void | printfErr (const char *fmt,...) const =0 |
| |
◆ printfErr()
| virtual void openfluid::utils::BindingAbstractOutErr::printfErr |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
|
pure virtual |
Prints to the standard error stream. This method must be redefined by a derived class
- Parameters
-
| [in] | fmt | The format string for the arguments to print |
| [in] | ... | The variadic arguments to print |
◆ printfOut()
| virtual void openfluid::utils::BindingAbstractOutErr::printfOut |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
|
pure virtual |
Prints to the standard output stream. This method must be redefined by a derived class
- Parameters
-
| [in] | fmt | The format string for the arguments to print |
| [in] | ... | The variadic arguments to print |
The documentation for this class was generated from the following file: