Ark Server API (ASE) - Wiki
|
Functions | |
std::string | errno_str (int err_num) |
spdlog::log_clock::time_point | now () |
std::tm | localtime (const std::time_t &time_tt) |
std::tm | localtime () |
std::tm | gmtime (const std::time_t &time_tt) |
std::tm | gmtime () |
bool | operator== (const std::tm &tm1, const std::tm &tm2) |
bool | operator!= (const std::tm &tm1, const std::tm &tm2) |
void | prevent_child_fd (FILE *f) |
int | fopen_s (FILE **fp, const filename_t &filename, const filename_t &mode) |
int | remove (const filename_t &filename) |
int | rename (const filename_t &filename1, const filename_t &filename2) |
bool | file_exists (const filename_t &filename) |
size_t | filesize (FILE *f) |
int | utc_minutes_offset (const std::tm &tm=details::os::localtime()) |
size_t | _thread_id () |
size_t | thread_id () |
std::string | filename_to_str (const filename_t &filename) |
std::string | errno_to_string (char[256], char *res) |
std::string | errno_to_string (char buf[256], int res) |
int | pid () |
bool | is_color_terminal () |
bool | in_terminal (FILE *file) |
Variables | |
static SPDLOG_CONSTEXPR const char * | eol = SPDLOG_EOL |
static SPDLOG_CONSTEXPR int | eol_size = sizeof(SPDLOG_EOL) - 1 |
static SPDLOG_CONSTEXPR const char | folder_sep = '/' |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |