gem5
v21.1.0.1
|
Classes | |
struct | Format |
struct | |
Functions | |
template<typename T > | |
static void | _formatChar (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
static void | _formatInteger (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
static void | _formatFloat (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
static void | _formatString (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
static void | formatChar (std::ostream &out, const T &data, Format &fmt) |
static void | formatChar (std::ostream &out, char data, Format &fmt) |
static void | formatChar (std::ostream &out, unsigned char data, Format &fmt) |
static void | formatChar (std::ostream &out, signed char data, Format &fmt) |
static void | formatChar (std::ostream &out, short data, Format &fmt) |
static void | formatChar (std::ostream &out, unsigned short data, Format &fmt) |
static void | formatChar (std::ostream &out, int data, Format &fmt) |
static void | formatChar (std::ostream &out, unsigned int data, Format &fmt) |
static void | formatChar (std::ostream &out, long data, Format &fmt) |
static void | formatChar (std::ostream &out, unsigned long data, Format &fmt) |
static void | formatChar (std::ostream &out, long long data, Format &fmt) |
static void | formatChar (std::ostream &out, unsigned long long data, Format &fmt) |
template<typename T > | |
static void | formatInteger (std::ostream &out, const T &data, Format &fmt) |
static void | formatInteger (std::ostream &out, char data, Format &fmt) |
static void | formatInteger (std::ostream &out, unsigned char data, Format &fmt) |
static void | formatInteger (std::ostream &out, signed char data, Format &fmt) |
static void | formatInteger (std::ostream &out, const unsigned char *data, Format &fmt) |
static void | formatInteger (std::ostream &out, const signed char *data, Format &fmt) |
template<typename T > | |
static void | formatFloat (std::ostream &out, const T &data, Format &fmt) |
static void | formatFloat (std::ostream &out, float data, Format &fmt) |
static void | formatFloat (std::ostream &out, double data, Format &fmt) |
template<typename T > | |
static void | formatString (std::ostream &out, const T &data, Format &fmt) |
|
inlinestatic |
|
inlinestatic |
Definition at line 164 of file cprintf_formats.hh.
References data, gem5::cp::Format::fillZero, gem5::cp::Format::Fixed, gem5::cp::Format::floatFormat, gem5::cp::Format::precision, gem5::cp::Format::Scientific, gem5::cp::Format::uppercase, and gem5::cp::Format::width.
Referenced by formatFloat().
|
inlinestatic |
Definition at line 105 of file cprintf_formats.hh.
References gem5::cp::Format::alternateForm, gem5::cp::Format::base, data, gem5::cp::Format::Dec, gem5::cp::Format::fillZero, gem5::cp::Format::flushLeft, gem5::cp::Format::Hex, gem5::cp::Format::Oct, gem5::cp::Format::printSign, gem5::cp::Format::uppercase, and gem5::cp::Format::width.
Referenced by formatInteger().
|
inlinestatic |
Definition at line 221 of file cprintf_formats.hh.
References data, gem5::cp::Format::flushLeft, and gem5::cp::Format::width.
Referenced by formatString().
|
inlinestatic |
Definition at line 261 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 255 of file cprintf_formats.hh.
Referenced by gem5::cp::Print::addArg().
|
inlinestatic |
Definition at line 291 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 303 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 315 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 279 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 273 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 267 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 297 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 309 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 321 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 285 of file cprintf_formats.hh.
References _formatChar(), and data.
|
inlinestatic |
Definition at line 366 of file cprintf_formats.hh.
Referenced by gem5::cp::Print::addArg().
|
inlinestatic |
Definition at line 378 of file cprintf_formats.hh.
References _formatFloat(), and data.
|
inlinestatic |
Definition at line 372 of file cprintf_formats.hh.
References _formatFloat(), and data.
|
inlinestatic |
Definition at line 336 of file cprintf_formats.hh.
References _formatInteger(), and data.
|
inlinestatic |
Definition at line 356 of file cprintf_formats.hh.
References _formatInteger(), and data.
|
inlinestatic |
Definition at line 331 of file cprintf_formats.hh.
References _formatInteger(), and data.
Referenced by gem5::cp::Print::addArg().
|
inlinestatic |
Definition at line 351 of file cprintf_formats.hh.
References _formatInteger(), and data.
|
inlinestatic |
Definition at line 346 of file cprintf_formats.hh.
References _formatInteger(), and data.
|
inlinestatic |
Definition at line 341 of file cprintf_formats.hh.
References _formatInteger(), and data.
|
inlinestatic |
Definition at line 388 of file cprintf_formats.hh.
References _formatString(), and data.
Referenced by gem5::cp::Print::addArg().