Limi
|
The default implementation of Limi::printer_base. More...
#include <generics.h>
Public Member Functions | |
virtual void | print (const Key &item, std::ostream &out) const override |
Prints an item to the out stream. More... | |
The default implementation of Limi::printer_base.
It uses the << operator of Key. This template can be specialised for your State and Symbol classes if desired.
Key | The class of the items that should be printed. |
|
inlineoverridevirtual |
Prints an item to the out stream.
This class needs to be overridden.
Implements Limi::printer_base< Key >.