FSTR::MapPrinter< MapType > Class Template Reference

Class template to provide a simple way to print the contents of a Map. More...

#include <MapPrinter.hpp>

Inheritance diagram for FSTR::MapPrinter< MapType >:
[legend]
Collaboration diagram for FSTR::MapPrinter< MapType >:
[legend]

Public Member Functions

 MapPrinter (const MapType &map)
 
size_t printTo (Print &p) const override
 

Detailed Description

template<class MapType>
class FSTR::MapPrinter< MapType >

Class template to provide a simple way to print the contents of a Map.

Note
Used by Map::printTo() method

Constructor & Destructor Documentation

◆ MapPrinter()

template<class MapType>
FSTR::MapPrinter< MapType >::MapPrinter ( const MapType &  map)
inline

Member Function Documentation

◆ printTo()

template<class MapType>
size_t FSTR::MapPrinter< MapType >::printTo ( Print p) const
inlineoverridevirtual

Implements Printable.


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