Puma Reference Manual Puma: Puma::ErrorCollector Class Reference



Puma::ErrorCollector Class Reference

#include <ErrorCollector.h>

Inherits Puma::ErrorSink.

List of all members.

Classes

class  Msg

Public Member Functions

 ErrorCollector ()
virtual ~ErrorCollector ()
ErrorCollectoroperator<< (const char *)
ErrorCollectoroperator<< (long)
ErrorCollectoroperator<< (unsigned)
ErrorCollectoroperator<< (int)
ErrorCollectoroperator<< (short)
ErrorCollectoroperator<< (char)
ErrorCollectoroperator<< (double)
ErrorCollectoroperator<< (const ErrorSeverity &)
ErrorCollectoroperator<< (Location)
ErrorCollectoroperator<< (const Printable &)
ErrorCollectoroperator<< (void(*f)(ErrorSink &))
void endMessage ()
int index ()
void index (int n)
void Shift (ErrorSink &e)
const ErrorSeverityseverity () const

Constructor & Destructor Documentation

Puma::ErrorCollector::ErrorCollector (  )  [inline]
virtual Puma::ErrorCollector::~ErrorCollector (  )  [inline, virtual]

Member Function Documentation

void Puma::ErrorCollector::endMessage (  )  [virtual]

Implements Puma::ErrorSink.

void Puma::ErrorCollector::index ( int  n  ) 
int Puma::ErrorCollector::index (  ) 
ErrorCollector& Puma::ErrorCollector::operator<< ( void(*)(ErrorSink &)  f  ) 
ErrorCollector& Puma::ErrorCollector::operator<< ( const Printable  )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( Location   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( const ErrorSeverity  )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( double   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( char   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( short   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( int   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( unsigned   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( long   )  [virtual]

Implements Puma::ErrorSink.

ErrorCollector& Puma::ErrorCollector::operator<< ( const char *   )  [virtual]

Implements Puma::ErrorSink.

const ErrorSeverity& Puma::ErrorCollector::severity (  )  const
void Puma::ErrorCollector::Shift ( ErrorSink e  ) 



Puma Reference Manual. Created on 24 Nov 2009.