|
Electroneum
|
#include <string>#include "net_utils_base.h"#include "to_nonconst_iterator.h"#include "http_base.h"#include "reg_exp_definer.h"

Go to the source code of this file.
Namespaces | |
| namespace | epee |
| namespace | epee::net_utils |
| namespace | epee::net_utils::munin |
Macros | |
| #define | MUNIN_ARGS_DEFAULT(vertial_lable_str) |
| #define | MUNIN_ARGS_FORCE_AUPPER_LIMIT(vertial_lable_str, limit) |
| #define | MUNIN_TITLE(title_str) |
| #define | MUNIN_CATEGORY(category_str) |
| #define | MUNIN_INFO(info_str) |
| #define | MUNIN_ENTRY(var_name) |
| #define | MUNIN_ENTRY_AREA(var_name) |
| #define | MUNIN_ENTRY_ALIAS(var_name, alias) |
| #define | BEGIN_MUNIN_SERVICE(servivece_name_str) |
| #define | END_MUNIN_SERVICE() |
| #define | MUNIN_SERVICE_PARAM(munin_var_name_str, variable) |
Functions | |
| bool | epee::net_utils::munin::test_self () |
| #define BEGIN_MUNIN_SERVICE | ( | servivece_name_str | ) |
Definition at line 46 of file munin_connection_handler.h.
| #define END_MUNIN_SERVICE | ( | ) |
Definition at line 47 of file munin_connection_handler.h.
| #define MUNIN_ARGS_DEFAULT | ( | vertial_lable_str | ) |
Definition at line 38 of file munin_connection_handler.h.
| #define MUNIN_ARGS_FORCE_AUPPER_LIMIT | ( | vertial_lable_str, | |
| limit ) |
Definition at line 39 of file munin_connection_handler.h.
| #define MUNIN_CATEGORY | ( | category_str | ) |
Definition at line 41 of file munin_connection_handler.h.
| #define MUNIN_ENTRY | ( | var_name | ) |
Definition at line 43 of file munin_connection_handler.h.
| #define MUNIN_ENTRY_ALIAS | ( | var_name, | |
| alias ) |
Definition at line 45 of file munin_connection_handler.h.
| #define MUNIN_ENTRY_AREA | ( | var_name | ) |
Definition at line 44 of file munin_connection_handler.h.
| #define MUNIN_INFO | ( | info_str | ) |
Definition at line 42 of file munin_connection_handler.h.
| #define MUNIN_SERVICE_PARAM | ( | munin_var_name_str, | |
| variable ) |
Definition at line 48 of file munin_connection_handler.h.
| #define MUNIN_TITLE | ( | title_str | ) |
Definition at line 40 of file munin_connection_handler.h.