ObjFW
Public Member Functions
<OFComparing> Protocol Reference

A protocol for comparing objects. More...

#include <OFObject.h>

Inheritance diagram for <OFComparing>:
OFDataArray OFDate OFString OFBigDataArray OFConstantString OFMutableString

List of all members.

Public Member Functions

of_comparison_result_t compare: (id obj)

Detailed Description

A protocol for comparing objects.

This protocol is implemented by objects that can be compared.


Member Function Documentation

of_comparison_result_t OFComparing-p::compare: ( id  obj) [virtual]

Compares the object with another object.

Parameters:
objAn object to compare the object to
Returns:
The result of the comparison

The documentation for this protocol was generated from the following file:
 All Classes Functions Variables