SPH
Public Member Functions | List of all members
Immovable Struct Reference

Object with deleted copy and move constructor and copy and move operator. More...

#include <Object.h>

Inheritance diagram for Immovable:
StackAllocator< TSize, TAlign >

Public Member Functions

 Immovable ()=default
 
 Immovable (const Immovable &)=delete
 
 Immovable (Immovable &&)=delete
 
Immovableoperator= (const Immovable &)=delete
 
Immovableoperator= (Immovable &&)=delete
 

Detailed Description

Object with deleted copy and move constructor and copy and move operator.

Definition at line 64 of file Object.h.

Constructor & Destructor Documentation

◆ Immovable() [1/3]

Immovable::Immovable ( )
default

◆ Immovable() [2/3]

Immovable::Immovable ( const Immovable )
delete

◆ Immovable() [3/3]

Immovable::Immovable ( Immovable &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

Immovable& Immovable::operator= ( const Immovable )
delete

◆ operator=() [2/2]

Immovable& Immovable::operator= ( Immovable &&  )
delete

The documentation for this struct was generated from the following file: