Quantum++
v1.2
A modern C++11 quantum computing library
|
Display interface via the non-virtual interface (NVI) and very basic JSON serialization support interface. More...
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... | |
class | qpp::IJSON |
Abstract class (interface) that mandates the definition of very basic JSON serialization support. More... | |
Namespaces | |
qpp | |
Quantum++ main namespace. | |
Display interface via the non-virtual interface (NVI) and very basic JSON serialization support interface.