0.07.1
C++ Open Travel Request Parsing Library
ResultHolderList.hpp
Go to the documentation of this file.
1
#ifndef __OPENTREP_BOM_RESULTHOLDERLIST_HPP
2
#define __OPENTREP_BOM_RESULTHOLDERLIST_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <list>
9
10
namespace
OPENTREP
{
11
12
// Forward declarations
13
class
ResultHolder
;
14
18
typedef
std::list<ResultHolder*>
ResultHolderList_T
;
19
20
}
21
#endif // __OPENTREP_BOM_RESULTHOLDERLIST_HPP
OPENTREP
Definition:
BasChronometer.cpp:10
OPENTREP::ResultHolder
Class wrapping functions on a list of Result objects.
Definition:
ResultHolder.hpp:26
OPENTREP::ResultHolderList_T
std::list< ResultHolder * > ResultHolderList_T
Definition:
ResultHolderList.hpp:13
Generated on Thu Jul 25 2019 00:00:00 for OpenTREP by
1.8.14