ObjFW
Classes | Typedefs
OFTimer.h File Reference
#import "OFObject.h"
#import "OFRunLoop.h"
Include dependency graph for OFTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OFTimer
 A class for creating and firing timers. More...
 

Typedefs

typedef void(^ of_timer_block_t) (OFTimer *timer)
 A block to execute when a timer fires. More...
 

Typedef Documentation

◆ of_timer_block_t

typedef void(^ of_timer_block_t) (OFTimer *timer)

A block to execute when a timer fires.

Parameters
timerThe timer which fired