C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Macros
global.h File Reference
#include "./application/global.h"
Include dependency graph for global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CPP_UTILITIES_GLOBAL
 
#define CPP_UTILITIES_EXPORT   LIB_EXPORT
 
#define CPP_UTILITIES_IMPORT   LIB_IMPORT
 
#define CPP_UTILITIES_EXPORT   LIB_EXPORT
 Marks the symbol to be exported by the c++utilities library. More...
 
#define CPP_UTILITIES_IMPORT   LIB_IMPORT
 Marks the symbol to be imported from the c++utilities library. More...
 

Macro Definition Documentation

◆ CPP_UTILITIES_EXPORT [1/2]

#define CPP_UTILITIES_EXPORT   LIB_EXPORT

◆ CPP_UTILITIES_EXPORT [2/2]

#define CPP_UTILITIES_EXPORT   LIB_EXPORT

Marks the symbol to be exported by the c++utilities library.

◆ CPP_UTILITIES_GLOBAL

#define CPP_UTILITIES_GLOBAL

Definition at line 6 of file binaryconversion.h.

◆ CPP_UTILITIES_IMPORT [1/2]

#define CPP_UTILITIES_IMPORT   LIB_IMPORT

◆ CPP_UTILITIES_IMPORT [2/2]

#define CPP_UTILITIES_IMPORT   LIB_IMPORT

Marks the symbol to be imported from the c++utilities library.