Quantum++  v1.1
A modern C++11 quantum computing library
idisplay.h File Reference

Display interface via the non-virtual interface (NVI) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qpp::IDisplay
 Abstract class (interface) that mandates the definition of virtual std::ostream& display(std::ostream& os) const. More...
 

Namespaces

 qpp
 Quantum++ main namespace.
 

Detailed Description

Display interface via the non-virtual interface (NVI)