gem5
|
Classes | |
struct | |
struct | Format |
Functions | |
template<typename T > | |
void | _format_char (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
void | _format_integer (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
void | _format_float (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
void | _format_string (std::ostream &out, const T &data, Format &fmt) |
template<typename T > | |
void | format_char (std::ostream &out, const T &data, Format &fmt) |
void | format_char (std::ostream &out, char data, Format &fmt) |
void | format_char (std::ostream &out, unsigned char data, Format &fmt) |
void | format_char (std::ostream &out, signed char data, Format &fmt) |
void | format_char (std::ostream &out, short data, Format &fmt) |
void | format_char (std::ostream &out, unsigned short data, Format &fmt) |
void | format_char (std::ostream &out, int data, Format &fmt) |
void | format_char (std::ostream &out, unsigned int data, Format &fmt) |
void | format_char (std::ostream &out, long data, Format &fmt) |
void | format_char (std::ostream &out, unsigned long data, Format &fmt) |
void | format_char (std::ostream &out, long long data, Format &fmt) |
void | format_char (std::ostream &out, unsigned long long data, Format &fmt) |
template<typename T > | |
void | format_integer (std::ostream &out, const T &data, Format &fmt) |
void | format_integer (std::ostream &out, char data, Format &fmt) |
void | format_integer (std::ostream &out, unsigned char data, Format &fmt) |
void | format_integer (std::ostream &out, signed char data, Format &fmt) |
template<typename T > | |
void | format_float (std::ostream &out, const T &data, Format &fmt) |
void | format_float (std::ostream &out, float data, Format &fmt) |
void | format_float (std::ostream &out, double data, Format &fmt) |
template<typename T > | |
void | format_string (std::ostream &out, const T &data, Format &fmt) |
void | format_string (std::ostream &out, const std::stringstream &data, Format &fmt) |
|
inline |
|
inline |
Definition at line 148 of file cprintf_formats.hh.
References data, cp::Format::fixed, cp::Format::float_format, cp::Format::precision, cp::Format::scientific, cp::Format::uppercase, and cp::Format::width.
Referenced by format_float().
|
inline |
Definition at line 87 of file cprintf_formats.hh.
References cp::Format::alternate_form, cp::Format::base, data, cp::Format::dec, cp::Format::fill_zero, cp::Format::flush_left, cp::Format::hex, cp::Format::oct, cp::Format::print_sign, cp::Format::uppercase, and cp::Format::width.
Referenced by format_integer().
|
inline |
Definition at line 204 of file cprintf_formats.hh.
References data, cp::Format::flush_left, and cp::Format::width.
Referenced by format_string().
|
inline |
Definition at line 249 of file cprintf_formats.hh.
Referenced by cp::Print::add_arg().
|
inline |
Definition at line 253 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 257 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 261 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 265 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 269 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 273 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 277 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 281 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 285 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 289 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 293 of file cprintf_formats.hh.
References _format_char().
|
inline |
Definition at line 344 of file cprintf_formats.hh.
Referenced by cp::Print::add_arg().
|
inline |
Definition at line 348 of file cprintf_formats.hh.
References _format_float().
|
inline |
Definition at line 352 of file cprintf_formats.hh.
References _format_float().
|
inline |
Definition at line 301 of file cprintf_formats.hh.
References _format_integer().
Referenced by cp::Print::add_arg().
|
inline |
Definition at line 304 of file cprintf_formats.hh.
References _format_integer().
|
inline |
Definition at line 307 of file cprintf_formats.hh.
References _format_integer().
|
inline |
Definition at line 310 of file cprintf_formats.hh.
References _format_integer().
|
inline |
Definition at line 360 of file cprintf_formats.hh.
References _format_string().
Referenced by cp::Print::add_arg().
|
inline |
Definition at line 364 of file cprintf_formats.hh.
References _format_string().