您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
14 行
369 B
14 行
369 B
Index: src/positions.h |
|
--- src/positions.h.orig 2003-04-07 11:48:19 +0200 |
|
+++ src/positions.h 2005-12-27 19:07:08 +0100 |
|
@@ -26,6 +26,10 @@ |
|
#ifndef positions_h |
|
#define positions_h 1 |
|
|
|
+/* Forward declarations */ |
|
+class PositionIterator; |
|
+class PositionReverseIterator; |
|
+ |
|
/* This class denotes a set of byte positions, used to access a keyword. */ |
|
|
|
class Positions
|
|
|