Go to the source code of this file.
|
#define | LINKAGE |
|
#define | p_Procs_Static |
|
#define | SetStaticProcFromArray(what, type, field, length, ord) |
|
#define | SetStaticProcFromFuncsArray(what, field, length, ord) SetStaticProcFromArray(what, funcs, field, length, ord) |
|
#define | DoSetProc(what, field, length, ord) |
|
#define DoSetProc |
( |
|
what, |
|
|
|
field, |
|
|
|
length, |
|
|
|
ord |
|
) |
| |
Value:do \
#define SetStaticProcFromArray(what, type, field, length, ord)
#define SetStaticProcFromFuncsArray(what, field, length, ord)
Definition at line 51 of file p_Procs_Static.cc.
#define SetStaticProcFromArray |
( |
|
what, |
|
|
|
type, |
|
|
|
field, |
|
|
|
length, |
|
|
|
ord |
|
) |
| |
Value: what##_Proc_##type [
index(what##_Proc, field, length, ord)])
static int index(p_Length length, p_Ord ord)
static p_Procs_s * _p_procs
Definition at line 43 of file p_Procs_Static.cc.
#define SetStaticProcFromFuncsArray |
( |
|
what, |
|
|
|
field, |
|
|
|
length, |
|
|
|
ord |
|
) |
| SetStaticProcFromArray(what, funcs, field, length, ord) |