|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|

Static Public Member Functions | |
| static std::string | create_temp_name () |
| static char * | ltoa (long val, char *buf, int base) |
Definition at line 38 of file SocketUtilities.h.
|
static |
Create a uniq name which is used to create a unique name for a Unix socket in a client . or for creating a temporary file.
Definition at line 70 of file SocketUtilities.cc.
|
static |
Routine to convert a long int to the specified numeric base, from 2 to 36. You must get sure the buffer val is big enough to hold all the digits for val or this routine may be UNSAFE.
| val | the value to be converted. |
| buf | A buffer where to place the conversion. |
| base | base number system to use |
Definition at line 46 of file SocketUtilities.cc.