TC::NonCopyAble Class Reference
[Base Classes and Functions]

Disallows copying of derived classes Private copy constructor and copy assignment ensure classes derived from class TCNonCopyable cannot be copied. More...

#include <TCNonCopyable.h>

Inheritance diagram for TC::NonCopyAble:

Inheritance graph
[legend]

List of all members.

Protected Member Functions

 NonCopyAble ()

Private Member Functions

 NonCopyAble (const NonCopyAble &)
const NonCopyAbleoperator= (const NonCopyAble &)


Detailed Description

Disallows copying of derived classes Private copy constructor and copy assignment ensure classes derived from class TCNonCopyable cannot be copied.

Definition at line 60 of file TCNonCopyable.h.


Constructor & Destructor Documentation

TC::NonCopyAble::NonCopyAble (  )  [inline, protected]

Definition at line 63 of file TCNonCopyable.h.

TC::NonCopyAble::NonCopyAble ( const NonCopyAble  )  [private]


Member Function Documentation

const NonCopyAble& TC::NonCopyAble::operator= ( const NonCopyAble  )  [private]


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

Copyright (c) Thomas Goessler 2003 - 2008