|
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. More... | |
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::printable_id, spot::printable_long_size, spot::printable_size, spot::printable_scc_info, spot::printable_acc_cond, spot::printable_formula, spot::printable_percent, spot::printable_value< T >, spot::printable_value< formula >, spot::printable_value< unsigned >, and spot::temporary_file.
1.9.1