|
spot
2.16
|
A printable wrapper for a formula, for use in format strings. More...
#include <spot/twaalgos/stats.hh>
Public Member Functions | |
| printable_formula & | operator= (formula new_val) |
| Assign a new formula value. More... | |
| virtual void | print (std::ostream &os, const char *) const override |
| Print the formula to an output stream. More... | |
| const formula & | val () const |
| Access the stored value. More... | |
| formula & | val () |
| Access the stored value. More... | |
| operator const formula & () const | |
| Implicit conversion to the stored value. More... | |
| operator formula & () | |
| Implicit conversion to the stored value. More... | |
Protected Attributes | |
| formula | val_ |
| Stored value. More... | |
A printable wrapper for a formula, for use in format strings.
|
inlineinherited |
Implicit conversion to the stored value.
|
inlineinherited |
Implicit conversion to the stored value.
|
inline |
Assign a new formula value.
|
overridevirtual |
Print the formula to an output stream.
Reimplemented from spot::printable_value< formula >.
|
inlineinherited |
Access the stored value.
|
inlineinherited |
Access the stored value.
|
protectedinherited |
Stored value.
1.9.1