Quantum++
v1.2
A modern C++11 quantum computing library
|
This is the complete list of members for qpp::Dynamic_bitset, including all inherited members.
all() const noexcept | qpp::Dynamic_bitset | inline |
any() const noexcept | qpp::Dynamic_bitset | inline |
count() const noexcept | qpp::Dynamic_bitset | inline |
data() const | qpp::Dynamic_bitset | inline |
display(std::ostream &os) const override | qpp::Dynamic_bitset | inlineprivatevirtual |
Dynamic_bitset(idx N) | qpp::Dynamic_bitset | inlineexplicit |
flip(idx pos) | qpp::Dynamic_bitset | inline |
flip() noexcept | qpp::Dynamic_bitset | inline |
get(idx pos) const noexcept | qpp::Dynamic_bitset | inline |
IDisplay()=default | qpp::IDisplay | |
IDisplay(const IDisplay &)=default | qpp::IDisplay | |
IDisplay(IDisplay &&)=default | qpp::IDisplay | |
index_(idx pos) const | qpp::Dynamic_bitset | inlineprotected |
N_ | qpp::Dynamic_bitset | protected |
none() const noexcept | qpp::Dynamic_bitset | inline |
offset_(idx pos) const | qpp::Dynamic_bitset | inlineprotected |
operator!=(const Dynamic_bitset &rhs) const noexcept | qpp::Dynamic_bitset | inline |
operator-(const Dynamic_bitset &rhs) const noexcept | qpp::Dynamic_bitset | inline |
operator=(const IDisplay &)=default | qpp::IDisplay | |
operator=(IDisplay &&)=default | qpp::IDisplay | |
operator==(const Dynamic_bitset &rhs) const noexcept | qpp::Dynamic_bitset | inline |
rand(idx pos, double p=0.5) | qpp::Dynamic_bitset | inline |
rand(double p=0.5) | qpp::Dynamic_bitset | inline |
reset(idx pos) | qpp::Dynamic_bitset | inline |
reset() noexcept | qpp::Dynamic_bitset | inline |
set(idx pos, bool value=true) | qpp::Dynamic_bitset | inline |
set() noexcept | qpp::Dynamic_bitset | inline |
size() const noexcept | qpp::Dynamic_bitset | inline |
storage_size() const noexcept | qpp::Dynamic_bitset | inline |
storage_size_ | qpp::Dynamic_bitset | protected |
storage_type typedef | qpp::Dynamic_bitset | |
to_string(CharT zero=CharT('0'), CharT one=CharT('1')) const | qpp::Dynamic_bitset | inline |
v_ | qpp::Dynamic_bitset | protected |
value_type typedef | qpp::Dynamic_bitset | |
~Dynamic_bitset()=default | qpp::Dynamic_bitset | virtual |
~IDisplay()=default | qpp::IDisplay | virtual |