webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
TInfoSinkBase Class Reference

#include <InfoSink.h>

Public Member Functions

 TInfoSinkBase ()
 
template<typename T >
TInfoSinkBaseoperator<< (const T &t)
 
TInfoSinkBaseoperator<< (char c)
 
TInfoSinkBaseoperator<< (const char *str)
 
TInfoSinkBaseoperator<< (const TPersistString &str)
 
TInfoSinkBaseoperator<< (const TString &str)
 
TInfoSinkBaseoperator<< (float f)
 
TInfoSinkBaseoperator<< (bool b)
 
void erase ()
 
int size ()
 
const TPersistStringstr () const
 
const char * c_str () const
 
void prefix (TPrefixType p)
 
void location (int file, int line)
 
void location (const TSourceLoc &loc)
 
void message (TPrefixType p, const TSourceLoc &loc, const char *m)
 

Constructor & Destructor Documentation

◆ TInfoSinkBase()

TInfoSinkBase::TInfoSinkBase ( )
inline

Member Function Documentation

◆ c_str()

const char* TInfoSinkBase::c_str ( ) const
inline

◆ erase()

void TInfoSinkBase::erase ( )
inline

◆ location() [1/2]

void TInfoSinkBase::location ( int  file,
int  line 
)

◆ location() [2/2]

void TInfoSinkBase::location ( const TSourceLoc loc)

◆ message()

void TInfoSinkBase::message ( TPrefixType  p,
const TSourceLoc loc,
const char *  m 
)

◆ operator<<() [1/7]

template<typename T >
TInfoSinkBase& TInfoSinkBase::operator<< ( const T t)
inline

◆ operator<<() [2/7]

TInfoSinkBase& TInfoSinkBase::operator<< ( char  c)
inline

◆ operator<<() [3/7]

TInfoSinkBase& TInfoSinkBase::operator<< ( const char *  str)
inline

◆ operator<<() [4/7]

TInfoSinkBase& TInfoSinkBase::operator<< ( const TPersistString str)
inline

◆ operator<<() [5/7]

TInfoSinkBase& TInfoSinkBase::operator<< ( const TString str)
inline

◆ operator<<() [6/7]

TInfoSinkBase& TInfoSinkBase::operator<< ( float  f)
inline

◆ operator<<() [7/7]

TInfoSinkBase& TInfoSinkBase::operator<< ( bool  b)
inline

◆ prefix()

void TInfoSinkBase::prefix ( TPrefixType  p)

◆ size()

int TInfoSinkBase::size ( )
inline

◆ str()

const TPersistString& TInfoSinkBase::str ( ) const
inline

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