FreePOOMA  2.4.1
Public Member Functions
Pete::Assertion Class Reference

#include <PAssert.h>

List of all members.

Public Member Functions

 Assertion (const char *msg, const char *file, int line)
 Assertion (const Assertion &a)
 ~Assertion ()
Assertionoperator= (const Assertion &a)
const char * what () const
const char * file () const
int line () const
template<class OS >
void print (OS &os) const

Constructor & Destructor Documentation

Pete::Assertion::Assertion ( const char *  msg,
const char *  file,
int  line 
)

Member Function Documentation

Assertion& Pete::Assertion::operator= ( const Assertion a)
const char* Pete::Assertion::what ( ) const [inline]

Referenced by print().

const char* Pete::Assertion::file ( ) const [inline]

Referenced by print().

int Pete::Assertion::line ( ) const [inline]

Referenced by print().

template<class OS >
void Pete::Assertion::print ( OS &  os) const [inline]

References file(), line(), and what().


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