12#ifndef OPENVPN_COMMON_GLOB_H
13#define OPENVPN_COMMON_GLOB_H
37 return glob_.gl_pathc;
42 return glob_.gl_pathv[i];
const char * operator[](const size_t i) const
Glob & operator=(const Glob &)=delete
Glob(const std::string &pattern, const int flags)
Glob(const Glob &)=delete