C++ Utilities
4.8.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
#include "./application/global.h"
Go to the source code of this file.
Macros | |
#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... | |
#define CPP_UTILITIES_EXPORT LIB_EXPORT |
Marks the symbol to be exported by the c++utilities library.
#define CPP_UTILITIES_IMPORT LIB_IMPORT |
Marks the symbol to be imported from the c++utilities library.