FSTR::MapPrinter< MapType > Class Template Reference

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

#include <MapPrinter.hpp>

Public Member Functions

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

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
inline

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