cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
prepare_directory.cpp File Reference

Definition of prepare_directory function. More...

#include "stat_bench/util/prepare_directory.h"
#include <cstddef>
#include <sys/stat.h>
#include <sys/types.h>
+ Include dependency graph for prepare_directory.cpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stat_bench
 Namespace of stat_bench source codes.
 
namespace  stat_bench::util
 Namespace of utility functions and classes.
 

Functions

void stat_bench::util::prepare_directory (const std::string &path)
 Prepare a directory.
 
void stat_bench::util::prepare_directory_for (const std::string &path)
 Prepare a directory for a file.
 

Detailed Description

Definition of prepare_directory function.

Definition in file prepare_directory.cpp.