OFMemoryNotPartOfObjectException Class Reference

#import <OFExceptions.h>

Inheritance diagram for OFMemoryNotPartOfObjectException:
OFException OFObject

List of all members.

Public Member Functions

(id) - initWithClass:pointer:
(void *) - pointer

Static Public Member Functions

(id) + newWithClass:pointer:

Protected Attributes

void * pointer

Detailed Description

An OFException indicating the given memory is not part of the object.


Member Function Documentation

- (id) initWithClass: (Class)  class_
pointer: (void*)  ptr 

Initializes an already allocated memory not part of object exception.

Parameters:
class_ The class of the object which caused the exception
ptr A pointer to the memory that is not part of the object
Returns:
An initialized memory not part of object exception
+ (id) newWithClass: (Class)  class_
pointer: (void*)  ptr 
Parameters:
class_ The class of the object which caused the exception
ptr A pointer to the memory that is not part of the object
Returns:
A new memory not part of object exception
- (void*) pointer  
Returns:
A pointer to the memory which is not part of the object

The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on Mon Feb 1 19:19:40 2010 for ObjFW by  doxygen 1.6.1