channel_member Struct Reference

used to subscribe to a channel. More...

#include <boris.h>


Data Fields

void * p
void(* send )(struct channel_member *cm, struct channel *ch, const char *msg)


Detailed Description

used to subscribe to a channel.

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.


Field Documentation

Definition at line 116 of file boris.h.

void(* channel_member::send)(struct channel_member *cm, struct channel *ch, const char *msg)


The documentation for this struct was generated from the following file:

Generated on Mon Dec 28 09:03:37 2009 for boris by  doxygen 1.5.8