#include <boris.h>
Data Fields | |
| void * | p |
| void(* | send )(struct channel_member *cm, struct channel *ch, const char *msg) |
see channel.join() and channel.part().
HINT: a fancy macro using offsetof() and casting could be used to find the pointer of the containing struct and avoid the need for the void *p.
Definition at line 114 of file boris.h.
| void* channel_member::p |
| void(* channel_member::send)(struct channel_member *cm, struct channel *ch, const char *msg) |
1.5.8