|
|
@ -9,6 +9,9 @@ |
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
|
|
|
|
|
|
|
$Log$ |
|
|
|
$Log$ |
|
|
|
|
|
|
|
Revision 1.3 2004/12/17 16:27:58 marc |
|
|
|
|
|
|
|
error in documentation syntax |
|
|
|
|
|
|
|
|
|
|
|
Revision 1.2 2004/12/16 13:09:31 marc |
|
|
|
Revision 1.2 2004/12/16 13:09:31 marc |
|
|
|
possibility to evaluate and extract sub expressions |
|
|
|
possibility to evaluate and extract sub expressions |
|
|
|
|
|
|
|
|
|
|
@ -40,6 +43,7 @@ namespace mrw { |
|
|
|
@endcode |
|
|
|
@endcode |
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
//@{
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief a regular expression
|
|
|
|
/** @brief a regular expression
|
|
|
|
|
|
|
|
|
|
|
@ -136,4 +140,5 @@ namespace mrw { |
|
|
|
std::string _text; |
|
|
|
std::string _text; |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
//@}
|
|
|
|
} |
|
|
|
} |
|
|
|