Botan  2.19.1
Crypto and TLS for C++11
Namespaces | Macros
proc_walk.cpp File Reference
#include <botan/internal/proc_walk.h>
#include <deque>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>

Go to the source code of this file.

Namespaces

 Botan
 

Macros

#define _POSIX_C_SOURCE   199309
 

Macro Definition Documentation

#define _POSIX_C_SOURCE   199309

Definition at line 14 of file proc_walk.cpp.

Variable Documentation

std::pair<DIR*, std::string> m_cur_dir

Definition at line 47 of file proc_walk.cpp.

std::deque<std::string> m_dirlist

Definition at line 48 of file proc_walk.cpp.