Kurlyk
Loading...
Searching...
No Matches
path_utils.hpp File Reference

Provides platform-specific utilities for obtaining paths and file locations. More...

#include <cstdint>
#include <cstdlib>
#include <stdexcept>
#include <string>
#include <vector>
#include <limits.h>
#include <unistd.h>

Go to the source code of this file.

Namespaces

namespace  kurlyk
 Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions.
namespace  kurlyk::utils

Macros

#define KURLYK_HEADER_KURLYK_UTILS_PATH_UTILS_HPP_INCLUDED

Functions

std::string kurlyk::utils::get_exec_dir ()
 Retrieves the directory of the executable file.

Detailed Description

Provides platform-specific utilities for obtaining paths and file locations.

Definition in file path_utils.hpp.

Macro Definition Documentation

◆ KURLYK_HEADER_KURLYK_UTILS_PATH_UTILS_HPP_INCLUDED

#define KURLYK_HEADER_KURLYK_UTILS_PATH_UTILS_HPP_INCLUDED

Definition at line 3 of file path_utils.hpp.