Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | FILTER_BEGIN |
#define | FILTER_END_NO_MESSAGE_END_NO_RETURN |
#define | FILTER_END_NO_MESSAGE_END |
#define | FILTER_OUTPUT3(site, statement, output, length, messageEnd, channel) |
#define | FILTER_OUTPUT2(site, statement, output, length, messageEnd) FILTER_OUTPUT3(site, statement, output, length, messageEnd, DEFAULT_CHANNEL) |
#define | FILTER_OUTPUT(site, output, length, messageEnd) FILTER_OUTPUT2(site, 0, output, length, messageEnd) |
#define | FILTER_OUTPUT_BYTE(site, output) FILTER_OUTPUT(site, &(const byte &)(byte)output, 1, 0) |
#define | FILTER_OUTPUT2_MODIFIABLE(site, statement, output, length, messageEnd) |
#define | FILTER_OUTPUT_MODIFIABLE(site, output, length, messageEnd) FILTER_OUTPUT2_MODIFIABLE(site, 0, output, length, messageEnd) |
#define | FILTER_OUTPUT2_MAYBE_MODIFIABLE(site, statement, output, length, messageEnd, modifiable) |
#define | FILTER_OUTPUT_MAYBE_MODIFIABLE(site, output, length, messageEnd, modifiable) FILTER_OUTPUT2_MAYBE_MODIFIABLE(site, 0, output, length, messageEnd, modifiable) |
#define FILTER_BEGIN |
Definition at line 14 of file fltrimpl.h.
#define FILTER_END_NO_MESSAGE_END |
Definition at line 26 of file fltrimpl.h.
#define FILTER_END_NO_MESSAGE_END_NO_RETURN |
Definition at line 20 of file fltrimpl.h.
#define FILTER_OUTPUT | ( | site, | |
output, | |||
length, | |||
messageEnd | |||
) | FILTER_OUTPUT2(site, 0, output, length, messageEnd) |
Definition at line 49 of file fltrimpl.h.
#define FILTER_OUTPUT2 | ( | site, | |
statement, | |||
output, | |||
length, | |||
messageEnd | |||
) | FILTER_OUTPUT3(site, statement, output, length, messageEnd, DEFAULT_CHANNEL) |
Definition at line 46 of file fltrimpl.h.
#define FILTER_OUTPUT2_MAYBE_MODIFIABLE | ( | site, | |
statement, | |||
output, | |||
length, | |||
messageEnd, | |||
modifiable | |||
) |
Definition at line 66 of file fltrimpl.h.
#define FILTER_OUTPUT2_MODIFIABLE | ( | site, | |
statement, | |||
output, | |||
length, | |||
messageEnd | |||
) |
Definition at line 55 of file fltrimpl.h.
#define FILTER_OUTPUT3 | ( | site, | |
statement, | |||
output, | |||
length, | |||
messageEnd, | |||
channel | |||
) |
Definition at line 38 of file fltrimpl.h.
#define FILTER_OUTPUT_BYTE | ( | site, | |
output | |||
) | FILTER_OUTPUT(site, &(const byte &)(byte)output, 1, 0) |
Definition at line 52 of file fltrimpl.h.
#define FILTER_OUTPUT_MAYBE_MODIFIABLE | ( | site, | |
output, | |||
length, | |||
messageEnd, | |||
modifiable | |||
) | FILTER_OUTPUT2_MAYBE_MODIFIABLE(site, 0, output, length, messageEnd, modifiable) |
Definition at line 74 of file fltrimpl.h.
#define FILTER_OUTPUT_MODIFIABLE | ( | site, | |
output, | |||
length, | |||
messageEnd | |||
) | FILTER_OUTPUT2_MODIFIABLE(site, 0, output, length, messageEnd) |
Definition at line 63 of file fltrimpl.h.