85 const std::string& text,
int errnum)
104 va_start (ap, format);
105 vsnprintf (buf,
sizeof(buf), format, ap);
136 fText += strerror(errnum);
149 va_start (ap, format);
150 vsnprintf (buf,
sizeof(buf), format, ap);
181 if (&rhs ==
this)
return *
this;
std::string fText
message text
RerrMsg & operator=(const RerrMsg &rhs)
FIXME_docs.
void Init(const std::string &meth, const std::string &text)
FIXME_docs.
void Prepend(const std::string &meth)
FIXME_docs.
void AppendErrno(int errnum)
FIXME_docs.
std::string fMeth
originating method
RerrMsg()
Default constructor.
void AppendPrintf(const char *format,...)
FIXME_docs.
void Append(const std::string &text)
FIXME_docs.
void InitPrintf(const std::string &meth, const char *format,...)
FIXME_docs.
void Swap(RerrMsg &rhs)
FIXME_docs.
std::string Message() const
FIXME_docs.
void InitErrno(const std::string &meth, const std::string &text, int errnum)
FIXME_docs.
Declaration of class ReventLoop.