|
plugin
2.1.3
Runtime plugin loader and Ed25519 DSO signing for C++ applications
|
Classes | |
| class | FileNotFound |
| class | SignatureRejected |
| class | Exception |
Functions | |
| static void | streamFileNotFound (std::ostream &stream, std::string const &filename, std::string const &reason) |
| static void | streamDescriptionHead (std::ostream &stream, std::string const &message) |
| std::string | descriptionHead (std::string const &message, std::locale const &loc) |
| std::string | descriptionHead (std::string const &message) |
| static void | streamDescriptionOptional (std::ostream &stream, std::string const &file, unsigned long lineNo) |
| std::string | descriptionOptional (std::string const &file, unsigned long lineNo, std::locale const &loc) |
| std::string | descriptionOptional (std::string const &file, unsigned long lineNo) |
|
static |
Referenced by fedem::exception::FileNotFound::whatStr().
Here is the caller graph for this function:
|
static |
| std::string fedem::exception::descriptionHead | ( | std::string const & | message, |
| std::locale const & | loc | ||
| ) |
References streamDescriptionHead().
Referenced by fedem::exception::Exception::description().
Here is the call graph for this function:
Here is the caller graph for this function:| std::string fedem::exception::descriptionHead | ( | std::string const & | message | ) |
|
static |
| std::string fedem::exception::descriptionOptional | ( | std::string const & | file, |
| unsigned long | lineNo, | ||
| std::locale const & | loc | ||
| ) |
References streamDescriptionOptional().
Referenced by fedem::exception::Exception::description().
Here is the call graph for this function:
Here is the caller graph for this function:| std::string fedem::exception::descriptionOptional | ( | std::string const & | file, |
| unsigned long | lineNo | ||
| ) |