ObjFW  Diff

Differences From Artifact [8b1380da52]:

To Artifact [1bd5addeee]:


39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
 * alloc will never return nil, instead, it will throw an 
 * OFAllocFailedException.
 *
 * \return The allocated object.
 */
+ alloc;

/**
 * Allocated memory for an instance of the class and initializes the instance.
 */
+ new;

/**
 * \return The class pointer
 */
+ (Class)class;

/**
 * \return The name of the class as a C string







<
<
<
<
<







39
40
41
42
43
44
45





46
47
48
49
50
51
52
 * alloc will never return nil, instead, it will throw an 
 * OFAllocFailedException.
 *
 * \return The allocated object.
 */
+ alloc;






/**
 * \return The class pointer
 */
+ (Class)class;

/**
 * \return The name of the class as a C string