w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RosPrintf.hpp File Reference
#include "RosPrintfS.hpp"
#include "RosPrintf.ipp"
Include dependency graph for RosPrintf.hpp:

Go to the source code of this file.

Namespaces

namespace  Retro
 Declaration of class ReventLoop.
 

Functions

RosPrintfS< bool > Retro::RosPrintf (bool value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a bool value.
 
RosPrintfS< char > Retro::RosPrintf (char value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a char value.
 
RosPrintfS< int > Retro::RosPrintf (signed char value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a signed char value.
 
RosPrintfS< unsigned int > Retro::RosPrintf (unsigned char value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a unsigned char value.
 
RosPrintfS< int > Retro::RosPrintf (short value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a short value.
 
RosPrintfS< unsigned int > Retro::RosPrintf (unsigned short value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a unsigned short value.
 
RosPrintfS< int > Retro::RosPrintf (int value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a int value.
 
RosPrintfS< unsigned int > Retro::RosPrintf (unsigned int value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a unsigned int value.
 
RosPrintfS< long > Retro::RosPrintf (long value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a long value.
 
RosPrintfS< unsigned long > Retro::RosPrintf (unsigned long value, const char *form, int width, int prec)
 Creates a print object for the formatted output of an unsigned long value.
 
RosPrintfS< double > Retro::RosPrintf (double value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a double value.
 
RosPrintfS< const char * > Retro::RosPrintf (const char *value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a const char* value.
 
RosPrintfS< const void * > Retro::RosPrintf (const void *value, const char *form, int width, int prec)
 Creates a print object for the formatted output of a const void* value.