Class: TInvalidAddressToDelete

Declaration: PrimitiveStorageExceptions.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TStandardException

Inherited By:

None.

Purpose:

Thrown by the global operator delete when an invalid address is passed.

Instantiation:

Always allocate on the stack.

Deriving Classes:

Do not derive any classes from TInvalidAddressToDelete.

Concurrency:

Multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TInvalidAddressToDelete::~TInvalidAddressToDelete

virtual ~ TInvalidAddressToDelete ()

Interface Category:

API

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TInvalidAddressToDelete::TInvalidAddressToDelete

  1. TInvalidAddressToDelete ()
  2. TInvalidAddressToDelete (const TInvalidAddressToDelete & other)

Interface Category:

API

Purpose:

  1. Default constructor.
  2. Copy constructor.

Calling Context:

  1. Called to create a TInvalidAddressToDelete object.
  2. Called to copy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TInvalidAddressToDelete::operator=

TInvalidAddressToDelete & operator =(const TInvalidAddressToDelete & other)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Called when an object is assigned to another compatible object.

Parameters:

Return Value:

A reference to the left-hand side object.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TInvalidAddressToDelete::operator>>=

virtual TStream & operator >>=(TStream & toStream) const

Interface Category:

API.

Purpose:

Stream-out operator.

Calling Context:

Called to stream out data.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself out to.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TInvalidAddressToDelete::operator<<=

virtual TStream & operator <<= (TStream & fromStream)

Interface Category:

API.

Purpose:

Stream-in operator.

Calling Context:

Called to stream in data.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself in from.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TInvalidAddressToDelete::GetDescriptionIndex

virtual int GetDescriptionIndex () const

Interface Category:

API

Purpose:

Obtains an index for descriptive text.

Calling Context:

Called to obtain an index for descriptive text.

Parameters:

Return Value:

Returns an index that can be used to obtain descriptive text.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

Use TStandardException formatter classes to provide exception descriptions.

Member Function: TInvalidAddressToDelete::SameException

virtual bool SameException (const TStandardException & other) const

Interface Category:

API.

Purpose:

An obsolete function that checks the dynamic type of an exception.

Calling Context:

Called to check the dynamic type of an exception.

Parameters:

Return Value:

Returns true if the passed-in exception is the same as this.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

This function is part of the old exception message architecture, and is obsolete.

Member Function: TInvalidAddressToDelete::Throw

virtual void Throw () const

Interface Category:

API.

Purpose:

Provides polymorphic rethrowing for this object.

Calling Context:

Called when a exception from which this class is derived is caught and needs to be rethrown as this class.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.