gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
cprintf_formats.hh File Reference
#include <cstring>
#include <ostream>
#include <sstream>

Go to the source code of this file.

Classes

struct  cp::Format
 

Namespaces

 cp
 

Functions

template<typename T >
static void cp::_formatChar (std::ostream &out, const T &data, Format &fmt)
 
template<typename T >
static void cp::_formatInteger (std::ostream &out, const T &data, Format &fmt)
 
template<typename T >
static void cp::_formatFloat (std::ostream &out, const T &data, Format &fmt)
 
template<typename T >
static void cp::_formatString (std::ostream &out, const T &data, Format &fmt)
 
template<typename T >
static void cp::formatChar (std::ostream &out, const T &data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, char data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, unsigned char data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, signed char data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, short data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, unsigned short data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, int data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, unsigned int data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, long data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, unsigned long data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, long long data, Format &fmt)
 
static void cp::formatChar (std::ostream &out, unsigned long long data, Format &fmt)
 
template<typename T >
static void cp::formatInteger (std::ostream &out, const T &data, Format &fmt)
 
static void cp::formatInteger (std::ostream &out, char data, Format &fmt)
 
static void cp::formatInteger (std::ostream &out, unsigned char data, Format &fmt)
 
static void cp::formatInteger (std::ostream &out, signed char data, Format &fmt)
 
static void cp::formatInteger (std::ostream &out, const unsigned char *data, Format &fmt)
 
static void cp::formatInteger (std::ostream &out, const signed char *data, Format &fmt)
 
template<typename T >
static void cp::formatFloat (std::ostream &out, const T &data, Format &fmt)
 
static void cp::formatFloat (std::ostream &out, float data, Format &fmt)
 
static void cp::formatFloat (std::ostream &out, double data, Format &fmt)
 
template<typename T >
static void cp::formatString (std::ostream &out, const T &data, Format &fmt)
 

Generated on Tue Mar 23 2021 19:41:31 for gem5 by doxygen 1.8.17