std::exception Class Reference

#include <stdapis/stlportv5/exception>

class std::exception
Public Member Functions
exception()
exception(const exception &)
virtual ~exception()
IMPORT_C exception &operator=(const exception &)
virtual IMPORT_C const char *what()

Constructor & Destructor Documentation

exception ( )

IMPORT_Cexception()[inline]

exception ( const exception & )

IMPORT_Cexception(const exception &)[inline]

~exception ( )

IMPORT_C~exception()[inline, virtual]

Member Function Documentation

operator= ( const exception & )

IMPORT_C exception &operator=(const exception &)[inline]

what ( )

IMPORT_C const char *what()const [inline, virtual]