FSTR::ArrayPrinter< ArrayType > Class Template Reference

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

#include <ArrayPrinter.hpp>

Public Member Functions

 ArrayPrinter (const ArrayType &array)
 
size_t printTo (Print &p) const
 

Detailed Description

template<class ArrayType>
class FSTR::ArrayPrinter< ArrayType >

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

Note
Used by Array::printTo() method

Constructor & Destructor Documentation

◆ ArrayPrinter()

template<class ArrayType >
FSTR::ArrayPrinter< ArrayType >::ArrayPrinter ( const ArrayType &  array)
inline

Member Function Documentation

◆ printTo()

template<class ArrayType >
size_t FSTR::ArrayPrinter< ArrayType >::printTo ( Print p) const
inline

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