|
spot 2.16
|
Abstract base class for objects that can be printed to a stream via a format string. More...
#include <spot/misc/formater.hh>
Public Member Functions | |
| virtual void | print (std::ostream &, const char *) const =0 |
| Print this object using fmt. | |
Abstract base class for objects that can be printed to a stream via a format string.
|
pure virtual |
Print this object using fmt.
Implemented in spot::temporary_file, spot::printable_value< T >, spot::printable_value< formula >, spot::printable_value< unsigned >, spot::printable_percent, spot::printable_formula, spot::printable_acc_cond, spot::printable_scc_info, spot::printable_size, spot::printable_long_size, and spot::printable_id.
1.9.8