/
usr
/
include
/
boost
/
regex
/
v4
/
/usr/include/boost/regex/v4
mkdir
upload
Name
Size
Mode
Actions
basic_regex.hpp
24089
0644
edit
dl
rm
basic_regex_creator.hpp
54206
0644
edit
dl
rm
basic_regex_parser.hpp
112851
0644
edit
dl
rm
char_regex_traits.hpp
1726
0644
edit
dl
rm
cpp_regex_traits.hpp
39425
0644
edit
dl
rm
cregex.hpp
10987
0644
edit
dl
rm
c_regex_traits.hpp
5497
0644
edit
dl
rm
error_type.hpp
1258
0644
edit
dl
rm
fileiter.hpp
14377
0644
edit
dl
rm
indexed_bit_flag.hpp
1316
0644
edit
dl
rm
instances.hpp
9080
0644
edit
dl
rm
iterator_category.hpp
1960
0644
edit
dl
rm
iterator_traits.hpp
3802
0644
edit
dl
rm
match_flags.hpp
6934
0644
edit
dl
rm
match_results.hpp
22773
0644
edit
dl
rm
mem_block_cache.hpp
3132
0644
edit
dl
rm
perl_matcher.hpp
18847
0644
edit
dl
rm
perl_matcher_common.hpp
30476
0644
edit
dl
rm
perl_matcher_non_recursive.hpp
63238
0644
edit
dl
rm
perl_matcher_recursive.hpp
34540
0644
edit
dl
rm
primary_transform.hpp
3347
0644
edit
dl
rm
protected_call.hpp
1688
0644
edit
dl
rm
regbase.hpp
5972
0644
edit
dl
rm
regex.hpp
4590
0644
edit
dl
rm
regex_format.hpp
34231
0644
edit
dl
rm
regex_fwd.hpp
1646
0644
edit
dl
rm
regex_grep.hpp
4879
0644
edit
dl
rm
regex_iterator.hpp
6474
0644
edit
dl
rm
regex_match.hpp
14475
0644
edit
dl
rm
regex_merge.hpp
2765
0644
edit
dl
rm
regex_raw_buffer.hpp
3686
0644
edit
dl
rm
regex_replace.hpp
2925
0644
edit
dl
rm
regex_search.hpp
7097
0644
edit
dl
rm
regex_split.hpp
4956
0644
edit
dl
rm
regex_token_iterator.hpp
12613
0644
edit
dl
rm
regex_traits.hpp
4965
0644
edit
dl
rm
regex_traits_defaults.hpp
11555
0644
edit
dl
rm
regex_workaround.hpp
6171
0644
edit
dl
rm
states.hpp
11915
0644
edit
dl
rm
sub_match.hpp
23155
0644
edit
dl
rm
syntax_type.hpp
4374
0644
edit
dl
rm
u32regex_iterator.hpp
6475
0644
edit
dl
rm
u32regex_token_iterator.hpp
15068
0644
edit
dl
rm
w32_regex_traits.hpp
24455
0644
edit
dl
rm
Edit:
/usr/include/boost/regex/v4/regex.hpp
(4590B)
/* * * Copyright (c) 1998-2002 * John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) * */ /* * LOCATION: see http://www.boost.org for most recent version. * FILE regex.cpp * VERSION see <boost/version.hpp> * DESCRIPTION: Declares boost::basic_regex<> and associated * functions and classes. This header is the main * entry point for the template regex code. */ #ifndef BOOST_RE_REGEX_HPP_INCLUDED #define BOOST_RE_REGEX_HPP_INCLUDED #ifdef __cplusplus // what follows is all C++ don't include in C builds!! #ifndef BOOST_REGEX_CONFIG_HPP #include <boost/regex/config.hpp> #endif #ifndef BOOST_REGEX_WORKAROUND_HPP #include <boost/regex/v4/regex_workaround.hpp> #endif #ifndef BOOST_REGEX_FWD_HPP #include <boost/regex_fwd.hpp> #endif #ifndef BOOST_REGEX_TRAITS_HPP #include <boost/regex/regex_traits.hpp> #endif #ifndef BOOST_REGEX_RAW_BUFFER_HPP #include <boost/regex/v4/error_type.hpp> #endif #ifndef BOOST_REGEX_V4_MATCH_FLAGS #include <boost/regex/v4/match_flags.hpp> #endif #ifndef BOOST_REGEX_RAW_BUFFER_HPP #include <boost/regex/v4/regex_raw_buffer.hpp> #endif #ifndef BOOST_RE_PAT_EXCEPT_HPP #include <boost/regex/pattern_except.hpp> #endif #ifndef BOOST_REGEX_V4_CHAR_REGEX_TRAITS_HPP #include <boost/regex/v4/char_regex_traits.hpp> #endif #ifndef BOOST_REGEX_V4_STATES_HPP #include <boost/regex/v4/states.hpp> #endif #ifndef BOOST_REGEX_V4_REGBASE_HPP #include <boost/regex/v4/regbase.hpp> #endif #ifndef BOOST_REGEX_V4_ITERATOR_TRAITS_HPP #include <boost/regex/v4/iterator_traits.hpp> #endif #ifndef BOOST_REGEX_V4_BASIC_REGEX_HPP #include <boost/regex/v4/basic_regex.hpp> #endif #ifndef BOOST_REGEX_V4_BASIC_REGEX_CREATOR_HPP #include <boost/regex/v4/basic_regex_creator.hpp> #endif #ifndef BOOST_REGEX_V4_BASIC_REGEX_PARSER_HPP #include <boost/regex/v4/basic_regex_parser.hpp> #endif #ifndef BOOST_REGEX_V4_SUB_MATCH_HPP #include <boost/regex/v4/sub_match.hpp> #endif #ifndef BOOST_REGEX_FORMAT_HPP #include <boost/regex/v4/regex_format.hpp> #endif #ifndef BOOST_REGEX_V4_MATCH_RESULTS_HPP #include <boost/regex/v4/match_results.hpp> #endif #ifndef BOOST_REGEX_V4_PROTECTED_CALL_HPP #include <boost/regex/v4/protected_call.hpp> #endif #ifndef BOOST_REGEX_MATCHER_HPP #include <boost/regex/v4/perl_matcher.hpp> #endif // // template instances: // #define BOOST_REGEX_CHAR_T char #ifdef BOOST_REGEX_NARROW_INSTANTIATE # define BOOST_REGEX_INSTANTIATE #endif #include <boost/regex/v4/instances.hpp> #undef BOOST_REGEX_CHAR_T #ifdef BOOST_REGEX_INSTANTIATE # undef BOOST_REGEX_INSTANTIATE #endif #ifndef BOOST_NO_WREGEX #define BOOST_REGEX_CHAR_T wchar_t #ifdef BOOST_REGEX_WIDE_INSTANTIATE # define BOOST_REGEX_INSTANTIATE #endif #include <boost/regex/v4/instances.hpp> #undef BOOST_REGEX_CHAR_T #ifdef BOOST_REGEX_INSTANTIATE # undef BOOST_REGEX_INSTANTIATE #endif #endif #if !defined(BOOST_NO_WREGEX) && defined(BOOST_REGEX_HAS_OTHER_WCHAR_T) #define BOOST_REGEX_CHAR_T unsigned short #ifdef BOOST_REGEX_US_INSTANTIATE # define BOOST_REGEX_INSTANTIATE #endif #include <boost/regex/v4/instances.hpp> #undef BOOST_REGEX_CHAR_T #ifdef BOOST_REGEX_INSTANTIATE # undef BOOST_REGEX_INSTANTIATE #endif #endif namespace boost{ #ifdef BOOST_REGEX_NO_FWD typedef basic_regex<char, regex_traits<char> > regex; #ifndef BOOST_NO_WREGEX typedef basic_regex<wchar_t, regex_traits<wchar_t> > wregex; #endif #endif typedef match_results<const char*> cmatch; typedef match_results<std::string::const_iterator> smatch; #ifndef BOOST_NO_WREGEX typedef match_results<const wchar_t*> wcmatch; typedef match_results<std::wstring::const_iterator> wsmatch; #endif } // namespace boost #ifndef BOOST_REGEX_MATCH_HPP #include <boost/regex/v4/regex_match.hpp> #endif #ifndef BOOST_REGEX_V4_REGEX_SEARCH_HPP #include <boost/regex/v4/regex_search.hpp> #endif #ifndef BOOST_REGEX_ITERATOR_HPP #include <boost/regex/v4/regex_iterator.hpp> #endif #ifndef BOOST_REGEX_TOKEN_ITERATOR_HPP #include <boost/regex/v4/regex_token_iterator.hpp> #endif #ifndef BOOST_REGEX_V4_REGEX_GREP_HPP #include <boost/regex/v4/regex_grep.hpp> #endif #ifndef BOOST_REGEX_V4_REGEX_REPLACE_HPP #include <boost/regex/v4/regex_replace.hpp> #endif #ifndef BOOST_REGEX_V4_REGEX_MERGE_HPP #include <boost/regex/v4/regex_merge.hpp> #endif #ifndef BOOST_REGEX_SPLIT_HPP #include <boost/regex/v4/regex_split.hpp> #endif #endif // __cplusplus #endif // include
Save
cmd:
run