Print.hpp File Reference
#include <Print.h>
Include dependency graph for Print.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FSTR
 

Functions

template<class ObjectType >
std::enable_if< std::is_class< ObjectType >::value, size_t >::type FSTR::print (Print &p, const ObjectType &object)
 Print an object. More...
 
template<typename T >
std::enable_if<!std::is_class< T >::value, size_t >::type FSTR::print (Print &p, T value)
 Print an elementary variable. More...
 
template<typename T >
size_t FSTR::println (Print &p, const T &value)
 Print an object or elementary variable appending a carriage return. More...