![]() |
LeechCraft Azoth
0.6.70-6645-gcd10d7e
Modular multiprotocol IM plugin for LeechCraft
|
#include <stdexcept>
#include <boost/variant.hpp>
#include <boost/optional.hpp>
Go to the source code of this file.
Classes | |
class | LeechCraft::Azoth::GPGExceptions::General |
A general GPG error. More... | |
class | LeechCraft::Azoth::GPGExceptions::NullPubkey |
An error resulting from a null (or unset) public key. More... | |
class | LeechCraft::Azoth::GPGExceptions::Encryption |
Encryption failure. More... | |
Namespaces | |
LeechCraft | |
LeechCraft::Azoth | |
LeechCraft::Azoth::GPGExceptions | |
Typedefs | |
using | LeechCraft::Azoth::GPGExceptions::AnyException_t = boost::variant< Encryption, NullPubkey, General > |
A sum type of all the possible GPG-related errors. More... | |
using | LeechCraft::Azoth::GPGExceptions::MaybeException_t = boost::optional< AnyException_t > |
A type representing a possibility of a GPG-related error. More... | |