ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
strings
util
search.mod.cpp
1
//##################################################################################################
2
// ALib C++ Framework
3
//
4
// Copyright 2013-2026 A-Worx GmbH, Germany
5
// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6
//##################################################################################################
7
//========================================= Global Fragment ========================================
8
module
;
9
#include "
alib/strings/strings.prepro.hpp
"
10
#if ALIB_FEAT_BOOST_REGEX && (!ALIB_CHARACTERS_WIDE || ALIB_CHARACTERS_NATIVE_WCHAR)
11
# include <boost/regex.hpp>
12
# include <string>
13
#endif
14
//============================================= Imports ============================================
15
module
ALib.Strings.Search
;
16
import
ALib.Characters.Functions
;
17
//========================================== Implementation ========================================
18
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
19
#include "search.cpp"
20
#include "regexmatcher.cpp"
21
#include "wildcardmatcher.cpp"
22
ALIB_POP_ALLOWANCE
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
Definition
alib.prepro.hpp:555
ALIB_POP_ALLOWANCE
#define ALIB_POP_ALLOWANCE
Definition
alib.prepro.hpp:651
ALib.Characters.Functions
ALib.Strings.Search
strings.prepro.hpp