|
|
@ -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/20 13:24:26 marc |
|
|
|
|
|
|
|
#ifndef forgotten |
|
|
|
|
|
|
|
|
|
|
|
Revision 1.2 2004/12/20 07:40:36 marc |
|
|
|
Revision 1.2 2004/12/20 07:40:36 marc |
|
|
|
documentation improved, new grouping |
|
|
|
documentation improved, new grouping |
|
|
|
|
|
|
|
|
|
|
@ -17,6 +20,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef __MRW__TOKENIZER_HPP__ |
|
|
|
|
|
|
|
#define __MRW__TOKENIZER_HPP__ |
|
|
|
|
|
|
|
|
|
|
|
#include <string> |
|
|
|
#include <string> |
|
|
|
#include <stdexcept> |
|
|
|
#include <stdexcept> |
|
|
@ -175,4 +180,4 @@ namespace mrw { |
|
|
|
//@}
|
|
|
|
//@}
|
|
|
|
//@}
|
|
|
|
//@}
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#endif |
|
|
|