C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Macros
global.h File Reference
#include "c++utilities-definitions.h"
#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_EXPORT   CPP_UTILITIES_GENERIC_LIB_EXPORT
 Marks the symbol to be exported by the c++utilities library.
 
#define CPP_UTILITIES_IMPORT   CPP_UTILITIES_GENERIC_LIB_IMPORT
 Marks the symbol to be imported from the c++utilities library.
 

Macro Definition Documentation

◆ CPP_UTILITIES_EXPORT

#define CPP_UTILITIES_EXPORT   CPP_UTILITIES_GENERIC_LIB_EXPORT

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

Definition at line 14 of file global.h.

◆ CPP_UTILITIES_IMPORT

#define CPP_UTILITIES_IMPORT   CPP_UTILITIES_GENERIC_LIB_IMPORT

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

Definition at line 15 of file global.h.