utilitiesconfig.h File Reference
This file contains the common type defitions used on the whole framework. More...
Include dependency graph for utilitiesconfig.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
farsa | |
A macro to deprecate functions. | |
Macros | |
#define | FARSA_UTIL_API |
#define | FARSA_UTIL_INTERNAL __attribute__ ((visibility ("hidden"))) |
#define | FARSA_UTIL_TEMPLATE |
#define | FARSA_UTIL_VERSION 10405 |
#define | UNUSED_PARAM(a) ( (void) a ); |
Useful for avoid warning when you don't use parameters. More... | |
Functions | |
bool FARSA_UTIL_API | initUtilitiesLib () |
Variables | |
static const bool | utilitiesLibInitializer = initUtilitiesLib() |
Detailed Description
This file contains the common type defitions used on the whole framework.
Details...
Definition in file utilitiesconfig.h.
Macro Definition Documentation
#define UNUSED_PARAM | ( | a | ) | ( (void) a ); |
Useful for avoid warning when you don't use parameters.
Definition at line 63 of file utilitiesconfig.h.