Helpers.hh File Reference
#include <cstdint>#include <cstdio>#include <cstring>#include <limits>#include <string>#include "ignition/transport/Export.hh"Go to the source code of this file.
Namespaces | |
| namespace | ignition |
| namespace | ignition::transport |
Macros | |
| #define | ign_sprintf std::sprintf |
| #define | ign_strcat std::strcat |
| #define | ign_strcpy std::strcpy |
| #define | ign_strdup strdup |
Functions | |
| bool | env (const std::string &_name, std::string &_value) |
| Find the environment variable '_name' and return its value. | |
Variables | |
| static const uint64_t | kUnthrottled = std::numeric_limits<uint64_t>::max() |
| Constant used when not interested in throttling. | |
Macro Definition Documentation
◆ ign_sprintf
| #define ign_sprintf std::sprintf |
◆ ign_strcat
| #define ign_strcat std::strcat |
◆ ign_strcpy
| #define ign_strcpy std::strcpy |
◆ ign_strdup
| #define ign_strdup strdup |