0.6.0
C++ Open Travel Request Parsing Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ResultList.hpp
Go to the documentation of this file.
1
#ifndef __OPENTREP_BOM_RESULTLIST_HPP
2
#define __OPENTREP_BOM_RESULTLIST_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <list>
9
10
namespace
OPENTREP {
11
12
// Forward declarations
13
class
Result
;
14
18
typedef
std::list<Result*>
ResultList_T
;
19
20
}
21
#endif // __OPENTREP_BOM_RESULTLIST_HPP
OPENTREP::ResultList_T
std::list< Result * > ResultList_T
Definition:
ResultList.hpp:13
OPENTREP::Result
Class wrapping a set of Xapian documents having matched a given query string.
Definition:
Result.hpp:48
Generated on Mon Feb 3 2014 14:17:07 for OpenTREP by
1.8.6