gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cp::Print Struct Reference

#include <cprintf.hh>

Public Member Functions

 Print (std::ostream &stream, const std::string &format)
 
 Print (std::ostream &stream, const char *format)
 
 ~Print ()
 
int getNumber (int data)
 
template<typename T >
int getNumber (const T &data)
 
template<typename T >
void addArg (const T &data)
 
void endArgs ()
 

Protected Member Functions

void process ()
 
void processFlag ()
 

Protected Attributes

std::ostream & stream
 
const char * format
 
const char * ptr
 
bool cont
 
std::ios::fmtflags savedFlags
 
char savedFill
 
int savedPrecision
 
int savedWidth
 
Format fmt
 

Detailed Description

Definition at line 42 of file cprintf.hh.

Constructor & Destructor Documentation

◆ Print() [1/2]

cp::Print::Print ( std::ostream &  stream,
const std::string &  format 
)

Definition at line 40 of file cprintf.cc.

References savedFill, savedFlags, savedPrecision, savedWidth, and stream.

◆ Print() [2/2]

cp::Print::Print ( std::ostream &  stream,
const char *  format 
)

Definition at line 49 of file cprintf.cc.

References savedFill, savedFlags, savedPrecision, savedWidth, and stream.

◆ ~Print()

cp::Print::~Print ( )

Definition at line 58 of file cprintf.cc.

Member Function Documentation

◆ addArg()

template<typename T >
void cp::Print::addArg ( const T &  data)
inline

◆ endArgs()

void cp::Print::endArgs ( )

Definition at line 277 of file cprintf.cc.

References ArmISA::len, ptr, savedFill, savedFlags, savedPrecision, savedWidth, and stream.

Referenced by ccprintf().

◆ getNumber() [1/2]

template<typename T >
int cp::Print::getNumber ( const T &  data)
inline

Definition at line 72 of file cprintf.hh.

◆ getNumber() [2/2]

int cp::Print::getNumber ( int  data)
inline

Definition at line 65 of file cprintf.hh.

References data.

Referenced by addArg().

◆ process()

void cp::Print::process ( )
protected

Definition at line 63 of file cprintf.cc.

References cp::Format::clear(), fmt, ArmISA::len, processFlag(), ptr, and stream.

Referenced by addArg().

◆ processFlag()

void cp::Print::processFlag ( )
protected

Member Data Documentation

◆ cont

bool cp::Print::cont
protected

Definition at line 48 of file cprintf.hh.

Referenced by addArg().

◆ fmt

Format cp::Print::fmt
protected

Definition at line 55 of file cprintf.hh.

Referenced by addArg(), process(), and processFlag().

◆ format

const char* cp::Print::format
protected

Definition at line 46 of file cprintf.hh.

◆ ptr

const char* cp::Print::ptr
protected

Definition at line 47 of file cprintf.hh.

Referenced by endArgs(), process(), and processFlag().

◆ savedFill

char cp::Print::savedFill
protected

Definition at line 51 of file cprintf.hh.

Referenced by endArgs(), and Print().

◆ savedFlags

std::ios::fmtflags cp::Print::savedFlags
protected

Definition at line 50 of file cprintf.hh.

Referenced by endArgs(), and Print().

◆ savedPrecision

int cp::Print::savedPrecision
protected

Definition at line 52 of file cprintf.hh.

Referenced by endArgs(), and Print().

◆ savedWidth

int cp::Print::savedWidth
protected

Definition at line 53 of file cprintf.hh.

Referenced by endArgs(), and Print().

◆ stream

std::ostream& cp::Print::stream
protected

Definition at line 45 of file cprintf.hh.

Referenced by addArg(), endArgs(), Print(), process(), and processFlag().


The documentation for this struct was generated from the following files:

Generated on Tue Jun 22 2021 15:28:50 for gem5 by doxygen 1.8.17