MeshLib C++ Docs
Loading...
Searching...
No Matches
MRViewerFwd.h File Reference
#include "config.h"
#include "exports.h"
#include <MRMesh/MRMeshFwd.h>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::SpaceMouse
 

Macros

#define MR_DELETE_MOVE(StaticClassName)
 
#define MR_ADD_CTOR_DELETE_MOVE(StaticClassName)
 

Macro Definition Documentation

◆ MR_ADD_CTOR_DELETE_MOVE

#define MR_ADD_CTOR_DELETE_MOVE ( StaticClassName)
Value:
StaticClassName()=default;\
StaticClassName(StaticClassName&&)noexcept = delete;\
StaticClassName& operator=(StaticClassName&&)noexcept = delete

◆ MR_DELETE_MOVE

#define MR_DELETE_MOVE ( StaticClassName)
Value:
StaticClassName(StaticClassName&&)noexcept = delete;\
StaticClassName& operator=(StaticClassName&&)noexcept = delete