MOTION
0.01
Framework for mixed-protocol multi-party computation
|
This is the complete list of members for encrypto::motion::BitSpan, including all inherited members.
As() const | encrypto::motion::BitSpan | inline |
AsString() const noexcept | encrypto::motion::BitSpan | |
BitSpan()=default | encrypto::motion::BitSpan | |
BitSpan(const BitSpan &other) | encrypto::motion::BitSpan | |
BitSpan(BitSpan &&other) | encrypto::motion::BitSpan | |
BitSpan(BitVectorType &bit_vector) | encrypto::motion::BitSpan | inline |
BitSpan(std::byte *buffer, std::size_t bit_size, bool aligned=false) | encrypto::motion::BitSpan | |
BitSpan(T *buffer, std::size_t bit_size, bool aligned=false) | encrypto::motion::BitSpan | inline |
Copy(const std::size_t dest_from, const std::size_t dest_to, BitVectorType &other) | encrypto::motion::BitSpan | |
Copy(const std::size_t dest_from, BitVectorType &other) | encrypto::motion::BitSpan | |
Copy(const std::size_t dest_from, const std::size_t dest_to, BitSpan &other) | encrypto::motion::BitSpan | |
Copy(const std::size_t dest_from, const std::size_t dest_to, BitSpan &&other) | encrypto::motion::BitSpan | |
Copy(const std::size_t dest_from, BitSpan &other) | encrypto::motion::BitSpan | |
Copy(const std::size_t dest_from, BitSpan &&other) | encrypto::motion::BitSpan | |
Empty() const noexcept | encrypto::motion::BitSpan | inline |
Get(const std::size_t position) const | encrypto::motion::BitSpan | |
GetData() const noexcept | encrypto::motion::BitSpan | inline |
GetMutableData() noexcept | encrypto::motion::BitSpan | inline |
GetSize() const noexcept | encrypto::motion::BitSpan | inline |
Invert() | encrypto::motion::BitSpan | |
IsAligned() const noexcept | encrypto::motion::BitSpan | inline |
operator&(const BitVectorType &other) const | encrypto::motion::BitSpan | |
operator&(const BitSpan &other) const | encrypto::motion::BitSpan | |
operator&=(const BitVectorType &other) | encrypto::motion::BitSpan | |
operator&=(const BitSpan &other) | encrypto::motion::BitSpan | |
operator=(const BitSpan &other) | encrypto::motion::BitSpan | |
operator=(BitSpan &&other) | encrypto::motion::BitSpan | |
operator=(BitVectorType &bit_vector) | encrypto::motion::BitSpan | inline |
operator==(const BitVectorType &other) const | encrypto::motion::BitSpan | |
operator==(const BitSpan &other) const | encrypto::motion::BitSpan | |
operator[](const std::size_t position) const | encrypto::motion::BitSpan | inline |
operator^(const BitVectorType &other) const | encrypto::motion::BitSpan | |
operator^(const BitSpan &other) const | encrypto::motion::BitSpan | |
operator^=(const BitVectorType &other) | encrypto::motion::BitSpan | |
operator^=(const BitSpan &other) | encrypto::motion::BitSpan | |
operator|(const BitVectorType &other) const | encrypto::motion::BitSpan | |
operator|(const BitSpan &other) const | encrypto::motion::BitSpan | |
operator|=(const BitVectorType &other) | encrypto::motion::BitSpan | |
operator|=(const BitSpan &other) | encrypto::motion::BitSpan | |
operator~() const | encrypto::motion::BitSpan | inline |
Set(const bool value) | encrypto::motion::BitSpan | |
Set(const bool value, const std::size_t position) | encrypto::motion::BitSpan | |
Subset(const std::size_t from, const std::size_t to) const | encrypto::motion::BitSpan | |
~BitSpan()=default | encrypto::motion::BitSpan |