Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

pcre_key Class Reference

pcre key More...

#include <tokenizer.h>

List of all members.

Public Member Functions

 pcre_key (size_t min, size_t max)
 constructor
bool operator< (const pcre_key &x) const
 operator<

Public Attributes

size_t _min
 min tokens in regular expression
size_t _max
 max tokens in regular expression


Detailed Description

pcre key

Definition at line 84 of file tokenizer.h.


Constructor & Destructor Documentation

pcre_key::pcre_key ( size_t  min,
size_t  max 
) [inline]

constructor

Parameters:
min  min tokens
max  max tokens

Definition at line 88 of file tokenizer.h.


Member Function Documentation

bool pcre_key::operator< ( const pcre_key x  )  const [inline]

operator<

Definition at line 102 of file tokenizer.h.

References _max.


Member Data Documentation

min tokens in regular expression

Definition at line 96 of file tokenizer.h.

max tokens in regular expression

Definition at line 97 of file tokenizer.h.

Referenced by operator<().


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


© Copyright Terimber 2003-.