Definition in file rc_abstract_prim_filter.h.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
Classes | |
class | rc_abstract_prim_filter |
Abstract primitive filter class. More... | |
Defines | |
#define | RC_NO_SYNC_CALLBACK() NULL |
#define | RC_SYNC_CALLBACK(func) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1) |
#define | RC_SYNC_CALLBACK0(func) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1) |
#define | RC_SYNC_CALLBACK1(func, p1) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1) |
#define | RC_SYNC_CALLBACK2(func, p1, p2) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2) |
#define | RC_SYNC_CALLBACK3(func, p1, p2, p3) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2, p3) |
#define | RC_SYNC_CALLBACK4(func, p1, p2, p3, p4) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2, p3, p4) |
#define | RC_SYNC_CALLBACK5(func, p1, p2, p3, p4, p5) rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2, p3, p4, p5) |
#define | RC_SYNC_CALLBACK6(func, p1, p2, p3, p4, p5, p6) |
#define | RC_SYNC_CALLBACK7(func, p1, p2, p3, p4, p5, p6, p7) |
#define | RC_SYNC_CALLBACK8(func, p1, p2, p3, p4, p5, p6, p7, p8) |
#define | RC_SYNC_CALLBACK9(func, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | RC_SYNC_CALLBACK10(func, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10) |
#define RC_NO_SYNC_CALLBACK | ( | ) | NULL |
Definition at line 215 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK | ( | func | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1) |
Definition at line 217 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK0 | ( | func | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1) |
Definition at line 220 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK1 | ( | func, | |||
p1 | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1) |
Definition at line 223 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK10 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4, | |||||
p5, | |||||
p6, | |||||
p7, | |||||
p8, | |||||
p9, | |||||
p10 | ) |
Value:
rc_bind( \ &RC_CURRENT_USER_MODULE::func, this, \ _1, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10)
Definition at line 257 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK2 | ( | func, | |||
p1, | |||||
p2 | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2) |
Definition at line 226 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK3 | ( | func, | |||
p1, | |||||
p2, | |||||
p3 | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2, p3) |
Definition at line 229 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK4 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4 | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2, p3, p4) |
Definition at line 232 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK5 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4, | |||||
p5 | ) | rc_bind(&RC_CURRENT_USER_MODULE::func, this, _1, p1, p2, p3, p4, p5) |
Definition at line 235 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK6 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4, | |||||
p5, | |||||
p6 | ) |
Value:
rc_bind(&RC_CURRENT_USER_MODULE::func, this, \ _1, p1, p2, p3, p4, p5, p6)
Definition at line 238 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK7 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4, | |||||
p5, | |||||
p6, | |||||
p7 | ) |
Value:
rc_bind( \ &RC_CURRENT_USER_MODULE::func, this, \ _1, p1, p2, p3, p4, p5, p6, p7)
Definition at line 242 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK8 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4, | |||||
p5, | |||||
p6, | |||||
p7, | |||||
p8 | ) |
Value:
rc_bind( \ &RC_CURRENT_USER_MODULE::func, this, \ _1, p1, p2, p3, p4, p5, p6, p7, p8)
Definition at line 247 of file rc_abstract_prim_filter.h.
#define RC_SYNC_CALLBACK9 | ( | func, | |||
p1, | |||||
p2, | |||||
p3, | |||||
p4, | |||||
p5, | |||||
p6, | |||||
p7, | |||||
p8, | |||||
p9 | ) |
Value:
rc_bind( \ &RC_CURRENT_USER_MODULE::func, this, \ _1, p1, p2, p3, p4, p5, p6, p7, p8, p9)
Definition at line 252 of file rc_abstract_prim_filter.h.