summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-05-23 08:41:43 +0200
committerHenning Baldersheim <balder@oath.com>2018-05-23 23:21:04 +0200
commit54224af953af3d3a3822bfbcc4f7c0c85bbfcfa9 (patch)
treee2b8845519cbe09e55766daeae9dbb745f5cf477 /searchcommon
parent69aae49a30dc657dfa5a603701ffe4ad231ea92f (diff)
Add attribute::ElementIterator
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/i_search_context.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h b/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h
index 3eede13c42d..aa1ddb2f3d1 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h
+++ b/searchcommon/src/vespa/searchcommon/attribute/i_search_context.h
@@ -5,18 +5,12 @@
#include <vespa/searchcommon/common/range.h>
#include <vespa/vespalib/stllike/string.h>
-namespace search {
-namespace fef {
- class TermFieldMatchData;
-}
-namespace queryeval {
- class SearchIterator;
-}
+namespace search::fef { class TermFieldMatchData; }
+namespace search::queryeval { class SearchIterator; }
+namespace search { class QueryTermBase; }
-class QueryTermBase;
-
-namespace attribute {
+namespace search::attribute {
class ISearchContext {
public:
@@ -65,4 +59,3 @@ public:
};
}
-}