Sly Engine
SlyAttorney Class Reference

#include <SlyAttorney.h>

Collaboration diagram for SlyAttorney:
Collaboration graph

Classes

class  GameLoop
 Dictates access to Sly's game loop. More...
 

Private Member Functions

 SlyAttorney ()=delete
 Default constructor. More...
 
 SlyAttorney (const SlyAttorney &)=delete
 Copy constructor. More...
 
 SlyAttorney (SlyAttorney &&)=delete
 Move constructor. More...
 
SlyAttorneyoperator= (const SlyAttorney &)=delete
 Assignment operator. More...
 
SlyAttorneyoperator= (const SlyAttorney &&)=delete
 Move assignment operator. More...
 
 ~SlyAttorney ()=delete
 Deconstructor. More...
 

Constructor & Destructor Documentation

◆ SlyAttorney() [1/3]

SlyAttorney::SlyAttorney ( )
privatedelete

Default constructor.

◆ SlyAttorney() [2/3]

SlyAttorney::SlyAttorney ( const SlyAttorney )
privatedelete

Copy constructor.

◆ SlyAttorney() [3/3]

SlyAttorney::SlyAttorney ( SlyAttorney &&  )
privatedelete

Move constructor.

◆ ~SlyAttorney()

SlyAttorney::~SlyAttorney ( )
privatedelete

Deconstructor.

Member Function Documentation

◆ operator=() [1/2]

SlyAttorney& SlyAttorney::operator= ( const SlyAttorney &&  )
privatedelete

Move assignment operator.

◆ operator=() [2/2]

SlyAttorney& SlyAttorney::operator= ( const SlyAttorney )
privatedelete

Assignment operator.


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