xapian-core  1.4.25
Functions
errno_to_string.h File Reference

Convert errno value to std::string, thread-safe if possible. More...

#include <string>
+ Include dependency graph for errno_to_string.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void errno_to_string (int e, std::string &s)
 
std::string errno_to_string (int e)
 

Detailed Description

Convert errno value to std::string, thread-safe if possible.

Definition in file errno_to_string.h.

Function Documentation

◆ errno_to_string() [1/2]

void errno_to_string ( int  e,
std::string &  s 
)

◆ errno_to_string() [2/2]

std::string errno_to_string ( int  e)
inline

Definition at line 32 of file errno_to_string.h.

References errno_to_string().