Regex Class Reference

#include <IniParser.h>

List of all members.

Public Member Functions

 Regex ()
int compile (const string &pattern, bool ignore_case)
const regex_t * regex () const

Private Attributes

Regex_tPtr rxtp


Detailed Description

Manages references to a regex buffer


Constructor & Destructor Documentation

Regex::Regex (  )  [inline]


Member Function Documentation

int Regex::compile ( const string &  pattern,
bool  ignore_case 
) [inline]

Initialize the regex

Parameters:
pattern a pattern (REG_EXTENDED) ignore_case REG_ICASE?
Returns:
0 for success

const regex_t* Regex::regex (  )  const [inline]


Member Data Documentation

Regex_tPtr Regex::rxtp [private]


The documentation for this class was generated from the following file:
Generated on Tue Nov 6 01:20:22 2007 for yast2-core by  doxygen 1.5.0