libxml++  2.40.1
Protected Member Functions | List of all members
xmlpp::NonCopyable Class Reference

A base for classes which cannot be copied. More...

#include <libxml++/noncopyable.h>

Inheritance diagram for xmlpp::NonCopyable:
Inheritance graph
[legend]

Protected Member Functions

 NonCopyable ()
 
 NonCopyable (const NonCopyable&)=delete
 
virtual ~NonCopyable ()
 
NonCopyableoperator= (const NonCopyable&)=delete
 

Detailed Description

A base for classes which cannot be copied.

Constructor & Destructor Documentation

xmlpp::NonCopyable::NonCopyable ( )
protected
virtual xmlpp::NonCopyable::~NonCopyable ( )
protectedvirtual
xmlpp::NonCopyable::NonCopyable ( const NonCopyable )
protecteddelete

Member Function Documentation

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