The Micro C++ Library
micxx::traits::NonCopyable Class Reference

The NonCopyable class makes the Copy-Constructor and the Assignment-Operator private. More...

#include <micxx/traits/NonCopyable.hxx>

Inherited by micxx::File [private], micxx::Log [private], micxx::Mutex [private], micxx::SCMHandle [private], micxx::Service [private], micxx::StreamReader [private], micxx::Synchronized [private], and micxx::Win32SDK [private].

List of all members.

Protected Member Functions

 NonCopyable ()
virtual ~NonCopyable ()
 The NonCopyable destructor.

Detailed Description

The NonCopyable class makes the Copy-Constructor and the Assignment-Operator private.

Author:
Norbert Klose
Date:
August, 2009

Constructor & Destructor Documentation

micxx::traits::NonCopyable::NonCopyable ( ) [inline, protected]
{}
virtual micxx::traits::NonCopyable::~NonCopyable ( ) [inline, protected, virtual]

The NonCopyable destructor.

{}

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