Mantid
Loading...
Searching...
No Matches
Glob.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2008 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9//----------------------------------------------------------------------
10// Includes
11//----------------------------------------------------------------------
12#include "MantidKernel/DllConfig.h"
13#include <Poco/Glob.h>
14#include <Poco/Path.h>
15
16#include <set>
17#include <string>
18
19namespace Mantid {
20namespace Kernel {
28class MANTID_KERNEL_DLL Glob : public Poco::Glob {
29public:
31 static void glob(const Poco::Path &pathPattern, std::set<std::string> &files, int options = 0);
32};
33
34} // namespace Kernel
35} // namespace Mantid
This Glob class overrides the glob() method of Poco::Glob class to make it more reliable.
Definition: Glob.h:28
Helper class which provides the Collimation Length for SANS instruments.