GameKit  0.0.1a
C++ gamedev tools
Protected Member Functions | List of all members
gk::NonCopyable Class Reference

#include <NonCopyable.hpp>

Inheritance diagram for gk::NonCopyable:
gk::ApplicationState gk::Font gk::Texture gk::VertexBuffer gk::Tileset

Protected Member Functions

 NonCopyable ()=default
 
 NonCopyable (const NonCopyable &)=delete
 
const NonCopyableoperator= (const NonCopyable &)=delete
 

Detailed Description

Definition at line 19 of file NonCopyable.hpp.

Constructor & Destructor Documentation

§ NonCopyable() [1/2]

gk::NonCopyable::NonCopyable ( )
protecteddefault

§ NonCopyable() [2/2]

gk::NonCopyable::NonCopyable ( const NonCopyable )
protecteddelete

Member Function Documentation

§ operator=()

const NonCopyable& gk::NonCopyable::operator= ( const NonCopyable )
protecteddelete

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