zypp::str::smatch Class Reference
[Regular expressions]

#include <Regex.h>

List of all members.

Public Member Functions

 smatch ()
std::string operator[] (unsigned i) const
unsigned size () const

Public Attributes

std::string match_str
regmatch_t pmatch [12]


Detailed Description

See also:
regex

Definition at line 109 of file Regex.h.


Constructor & Destructor Documentation

smatch::smatch (  ) 

Definition at line 72 of file Regex.cc.

References pmatch.


Member Function Documentation

std::string smatch::operator[] ( unsigned  i  )  const

Definition at line 77 of file Regex.cc.

References match_str, and pmatch.

unsigned smatch::size (  )  const

Definition at line 85 of file Regex.cc.

References pmatch.

Referenced by zypp::Url::parseUrl(), and zypp::KeyRing::Impl::readSignatureKeyId().


Member Data Documentation

Definition at line 117 of file Regex.h.

Referenced by operator[](), and zypp::str::regex_match().

regmatch_t zypp::str::smatch::pmatch[12]

Definition at line 118 of file Regex.h.

Referenced by operator[](), zypp::str::regex_match(), size(), and smatch().


The documentation for this class was generated from the following files:

doxygen