Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
defs.h File Reference

Basic definitions for the exploragram API. More...

#include <geogram/api/defs.h>

Go to the source code of this file.

Macros

#define EXPLORAGRAM_API   GEO_IMPORT
 Linkage declaration for exploragram symbols.
 
#define NO_EXPLORAGRAM_API
 A place-holder linkage declaration to indicate that the symbol should not be exported by Windows DLLs. More...
 

Detailed Description

Basic definitions for the exploragram API.

Definition in file defs.h.

Macro Definition Documentation

◆ NO_EXPLORAGRAM_API

#define NO_EXPLORAGRAM_API

A place-holder linkage declaration to indicate that the symbol should not be exported by Windows DLLs.

For instance, classes that inherit templates from the STL should not be exported, else it generates multiply defined symbols.

Definition at line 28 of file defs.h.