plugin  2.1.3
Runtime plugin loader and Ed25519 DSO signing for C++ applications
fedem::exception Namespace Reference

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)
 

Function Documentation

◆ streamFileNotFound()

static void fedem::exception::streamFileNotFound ( std::ostream &  stream,
std::string const &  filename,
std::string const &  reason 
)
static

Referenced by fedem::exception::FileNotFound::whatStr().

+ Here is the caller graph for this function:

◆ streamDescriptionHead()

static void fedem::exception::streamDescriptionHead ( std::ostream &  stream,
std::string const &  message 
)
static

Referenced by descriptionHead().

+ Here is the caller graph for this function:

◆ descriptionHead() [1/2]

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:

◆ descriptionHead() [2/2]

std::string fedem::exception::descriptionHead ( std::string const &  message)

References streamDescriptionHead().

+ Here is the call graph for this function:

◆ streamDescriptionOptional()

static void fedem::exception::streamDescriptionOptional ( std::ostream &  stream,
std::string const &  file,
unsigned long  lineNo 
)
static

Referenced by descriptionOptional().

+ Here is the caller graph for this function:

◆ descriptionOptional() [1/2]

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:

◆ descriptionOptional() [2/2]

std::string fedem::exception::descriptionOptional ( std::string const &  file,
unsigned long  lineNo 
)

References streamDescriptionOptional().

+ Here is the call graph for this function: