ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFMemoryNotPartOfObjectException Class Reference

An exception indicating the given memory is not part of the object. More...

#include <OFMemoryNotPartOfObjectException.h>

Inheritance diagram for OFMemoryNotPartOfObjectException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:pointer: (Class class_,[pointer] void *ptr)
void * pointer ()

Static Public Member Functions

id newWithClass:pointer: (Class class_,[pointer] void *ptr)

Properties

void * pointer

Detailed Description

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


Member Function Documentation

id OFMemoryNotPartOfObjectException::initWithClass:pointer: ( Class  class_,
[pointer] void*  ptr 
) [virtual]

Initializes an already allocated memory not part of object exception.

Parameters:
class_The class of the object which caused the exception
ptrA pointer to the memory that is not part of the object
Returns:
An initialized memory not part of object exception
id OFMemoryNotPartOfObjectException::newWithClass:pointer: ( Class  class_,
[pointer] void*  ptr 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
ptrA pointer to the memory that is not part of the object
Returns:
A new memory not part of object exception
void* OFMemoryNotPartOfObjectException::pointer ( ) [virtual]
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