sqlitepp
C++ binding for the SQLite3 library
List of all members
sqlitepp::Uncopyable Class Reference

A class that forbids copying and assignments for all subclasses. More...

#include <sqlitepp/sqlitepp.h>

Inheritance diagram for sqlitepp::Uncopyable:
Inheritance graph
[legend]

Detailed Description

A class that forbids copying and assignments for all subclasses.

This class defines a private, unimplemented copy constructor and assignment method so that copies and assignments fail at compile-time. This class is inspired by Scott Meyers, Effective C++, 3rd Edition, Item 6.


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