qca
bigint.h File Reference
#include <botan/base.h>#include <botan/mp_types.h>#include <iosfwd>
Include dependency graph for bigint.h:

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

Go to the source code of this file.
Classes | |
| class | QCA::Botan::BigInt |
| struct | QCA::Botan::BigInt::DivideByZero |
Namespaces | |
| namespace | QCA |
| namespace | QCA::Botan |
| namespace | std |
Functions | |
| bool | QCA::Botan::operator!= (const BigInt &a, const BigInt &b) |
| word | QCA::Botan::operator% (const BigInt &n, word mod) |
| BigInt | QCA::Botan::operator% (const BigInt &n, const BigInt &mod) |
| BigInt | QCA::Botan::operator* (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator+ (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator- (const BigInt &x, const BigInt &y) |
| BigInt | QCA::Botan::operator/ (const BigInt &x, const BigInt &y) |
| bool | QCA::Botan::operator< (const BigInt &a, const BigInt &b) |
| std::ostream & | QCA::Botan::operator<< (std::ostream &stream, const BigInt &n) |
| BigInt | QCA::Botan::operator<< (const BigInt &x, u32bit shift) |
| bool | QCA::Botan::operator<= (const BigInt &a, const BigInt &b) |
| bool | QCA::Botan::operator== (const BigInt &a, const BigInt &b) |
| bool | QCA::Botan::operator> (const BigInt &a, const BigInt &b) |
| bool | QCA::Botan::operator>= (const BigInt &a, const BigInt &b) |
| std::istream & | QCA::Botan::operator>> (std::istream &stream, BigInt &n) |
| BigInt | QCA::Botan::operator>> (const BigInt &x, u32bit shift) |
| void | std::swap (Botan::BigInt &a, Botan::BigInt &b) |
KDE 4.4 API Reference