RINGMesh  Version 5.0.0
A programming library for geological model meshes
pimpl.h File Reference
#include <ringmesh/basic/common.h>
#include <memory>

Go to the source code of this file.

Classes

class  RINGMesh::PImpl< T >
 

Namespaces

 RINGMesh
 Classes to build GeoModel from various inputs.
 

Macros

#define IMPLEMENTATION_MEMBER(impl)
 
#define EXPORT_IMPLEMENTATION(Class)   PImpl< Class::Impl >
 

Macro Definition Documentation

◆ EXPORT_IMPLEMENTATION

#define EXPORT_IMPLEMENTATION (   Class)    PImpl< Class::Impl >

Definition at line 69 of file pimpl.h.

◆ IMPLEMENTATION_MEMBER

#define IMPLEMENTATION_MEMBER (   impl)
Value:
class Impl; \
PImpl< Impl > impl

Definition at line 65 of file pimpl.h.