PFUNC  1.0
Public Member Functions | Private Member Functions
pfunc::detail::no_copy Struct Reference

#include <pfunc/no_copy.hpp>

Inheritance diagram for pfunc::detail::no_copy:
pfunc::detail::event_base pfunc::detail::task< Attribute, Functor > pfunc::detail::thread pfunc::detail::thread_attr pfunc::detail::event< EventType > pfunc::detail::event< testable_event >

List of all members.

Public Member Functions

 no_copy ()

Private Member Functions

 no_copy (const no_copy &other)
void operator= (const no_copy &other)

Detailed Description

no_copy Ensure that all descendants of this class cannot be copied (constructor+assignment)


Constructor & Destructor Documentation

pfunc::detail::no_copy::no_copy ( const no_copy other) [private]

Copy Constructor

Parameters:
[in]otherThe object from which to copy construct

Constructor This is the only means of constructing this object


Member Function Documentation

void pfunc::detail::no_copy::operator= ( const no_copy other) [private]

operator=

Parameters:
[in]otherThe object from which to copy construct

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