ChildConfig.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Helper::ChildConfig |
Namespaces | |
namespace | Helper |
helper protocol primitives | |
Macros | |
#define | parse_HelperChildConfig(c) (c)->parseConfig() |
#define | dump_HelperChildConfig(e, n, c) storeAppendPrintf((e), "\n%s %d startup=%d idle=%d concurrency=%d\n", (n), (c).n_max, (c).n_startup, (c).n_idle, (c).concurrency) |
#define | free_HelperChildConfig(dummy) |
Macro Definition Documentation
◆ dump_HelperChildConfig
#define dump_HelperChildConfig | ( | e, | |
n, | |||
c | |||
) | storeAppendPrintf((e), "\n%s %d startup=%d idle=%d concurrency=%d\n", (n), (c).n_max, (c).n_startup, (c).n_idle, (c).concurrency) |
Definition at line 116 of file ChildConfig.h.
◆ free_HelperChildConfig
#define free_HelperChildConfig | ( | dummy | ) |
Definition at line 117 of file ChildConfig.h.
◆ parse_HelperChildConfig
#define parse_HelperChildConfig | ( | c | ) | (c)->parseConfig() |
Definition at line 115 of file ChildConfig.h.