All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions | Variables
Helpers.hh File Reference
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <limits>
#include <string>
Include dependency graph for Helpers.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ignition
 
 ignition::transport
 

Macros

#define ign_sprintf   std::sprintf
 
#define ign_strcat   std::strcat
 
#define ign_strcpy   std::strcpy
 
#define ign_strdup   strdup
 
#define IGNITION_HIDDEN
 Use to represent "symbol hidden" if supported. More...
 
#define IGNITION_TRANSPORT_VISIBLE
 Use to represent "symbol visible" if supported. More...
 

Functions

bool ignition::transport::env (const std::string &_name, std::string &_value)
 Find the environment variable '_name' and return its value. More...
 

Variables

static const uint64_t ignition::transport::kUnthrottled = std::numeric_limits<uint64_t>::max()
 Constant used when not interested in throttling. More...
 

Macro Definition Documentation

#define ign_sprintf   std::sprintf
#define ign_strcat   std::strcat
#define ign_strcpy   std::strcpy
#define ign_strdup   strdup
#define IGNITION_HIDDEN

Use to represent "symbol hidden" if supported.

#define IGNITION_TRANSPORT_VISIBLE

Use to represent "symbol visible" if supported.