OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DocumentList.hpp
Go to the documentation of this file.
1 #ifndef __OPENTREP_BOM_DOCUMENTLIST_HPP
2 #define __OPENTREP_BOM_DOCUMENTLIST_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <list>
9 // OpenTREP
11 #include <opentrep/bom/MatchingDocuments.hpp>
12 // Xapian
13 #include <xapian.h>
14 
15 namespace OPENTREP {
16 
20  typedef std::list<MatchingDocuments> DocumentList_T;
21 
22 }
23 #endif // __OPENTREP_BOM_DOCUMENTLIST_HPP
std::list< MatchingDocuments > DocumentList_T