Public Member Functions | List of all members
openfluid::utils::BindingAbstractOutErr Class Referenceabstract

#include <utils/BindingAbstractOutErr.hpp>

Public Member Functions

virtual void printfOut (const char *fmt,...) const =0
 
virtual void printfErr (const char *fmt,...) const =0
 

Member Function Documentation

◆ 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]fmtThe 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]fmtThe format string for the arguments to print
[in]...The variadic arguments to print

The documentation for this class was generated from the following file: