Documentation of SFML 1.6

Warning: this page refers to an old version of SFML. Click here to switch to the latest version.
sf::NonCopyable Struct Reference

Utility base class to easily declare non-copyable classes. More...

#include <NonCopyable.hpp>

Inheritance diagram for sf::NonCopyable:
sf::Context sf::Ftp sf::Http sf::Input sf::Lock sf::Mutex sf::Thread sf::Window

Protected Member Functions

 NonCopyable ()
 The default constructor won't be generated, so provide it.
 

Detailed Description

Utility base class to easily declare non-copyable classes.

Just inherit from NonCopyable to get a non-copyable class

Definition at line 40 of file NonCopyable.hpp.

Constructor & Destructor Documentation

sf::NonCopyable::NonCopyable ( )
inlineprotected

The default constructor won't be generated, so provide it.

Definition at line 48 of file NonCopyable.hpp.


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