SpecRegex  0.5.0
A GPU-accelerated regex library
sp::regex::RegexMatch< ParsedRegex > Member List

This is the complete list of members for sp::regex::RegexMatch< ParsedRegex >, including all inherited members.

begin()sp::Vec< MatchRange, ParsedRegex::NumGroups >
begin() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
copiesOf(const T &value)sp::Vec< MatchRange, ParsedRegex::NumGroups >static
end()sp::Vec< MatchRange, ParsedRegex::NumGroups >
end() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
erase() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
eraseFirst() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
eraseLast() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
fromIntegerSequence(sp::integer_sequence< IT, Ints... >)sp::Vec< MatchRange, ParsedRegex::NumGroups >static
fromTuple(const std::tuple< Ts... > &tuple)sp::Vec< MatchRange, ParsedRegex::NumGroups >static
fromVector(const std::vector< T > &vector)sp::Vec< MatchRange, ParsedRegex::NumGroups >static
get()sp::Vec< MatchRange, ParsedRegex::NumGroups >
get() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
getGroup()sp::regex::RegexMatch< ParsedRegex >
getGroup() const (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
insert(const sp::Vec< T, Len > &newValues) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
insert(const T &newValue) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
map(const Op &op=Op{}) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
operator bool() constsp::regex::RegexMatch< ParsedRegex >
operator T() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
operator+(int offset) const (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
operator+=(int offset)sp::regex::RegexMatch< ParsedRegex >
operator-(int offset) const (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
Vec< MatchRange, ParsedRegex::NumGroups >::operator-() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
operator-=(int offset) (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
operator=(const RegexMatch &)=default (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
Vec< MatchRange, ParsedRegex::NumGroups >::operator=(const Q &value)sp::Vec< MatchRange, ParsedRegex::NumGroups >
operator==(const Vec< Q, OtherSize > &other) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
operator[](int i)sp::Vec< MatchRange, ParsedRegex::NumGroups >
operator[](int i) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
read(int i) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
reduce(Op op=Op{}) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
RegexMatch(const RegexMatch &)=default (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
RegexMatch() (defined in sp::regex::RegexMatch< ParsedRegex >)sp::regex::RegexMatch< ParsedRegex >
replace(T from, T to)sp::Vec< MatchRange, ParsedRegex::NumGroups >
reverse() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
size() constsp::Vec< MatchRange, ParsedRegex::NumGroups >
slice(int start) constsp::Vec< MatchRange, ParsedRegex::NumGroups >
splice(int I, const Vec< T, InSize > &in)sp::Vec< MatchRange, ParsedRegex::NumGroups >
toTuple()sp::Vec< MatchRange, ParsedRegex::NumGroups >
toVector()sp::Vec< MatchRange, ParsedRegex::NumGroups >
Vec()=defaultsp::Vec< MatchRange, ParsedRegex::NumGroups >
Vec(E head, Es... tail)sp::Vec< MatchRange, ParsedRegex::NumGroups >
Vec(const T(&arr)[InSize])sp::Vec< MatchRange, ParsedRegex::NumGroups >