#include <sbuild-regex.h>
Public Member Functions | |
| regex () | |
| The constructor. | |
| regex (std::string const &pattern) | |
| The constructor. | |
| regex (const char *pattern) | |
| The constructor. | |
| ~regex () | |
| * The destructor. | |
Friends | |
| template<class charT , class traits > | |
| std::basic_istream< charT, traits > & | operator>> (std::basic_istream< charT, traits > &stream, regex &rhs) |
| Get the regex name from a stream. | |
| template<class charT , class traits > | |
| std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, regex const &rhs) |
| Print the regex name to a stream. | |
| sbuild::regex::regex | ( | ) | [inline] |
The constructor.
| sbuild::regex::regex | ( | std::string const & | pattern | ) | [inline] |
| sbuild::regex::regex | ( | const char * | pattern | ) | [inline] |
| sbuild::regex::~regex | ( | ) | [inline] |
* The destructor.
| std::basic_ostream<charT,traits>& operator<< | ( | std::basic_ostream< charT, traits > & | stream, | |
| regex const & | rhs | |||
| ) | [friend] |
| std::basic_istream<charT,traits>& operator>> | ( | std::basic_istream< charT, traits > & | stream, | |
| regex & | rhs | |||
| ) | [friend] |
1.5.8