3 #ifndef DEQUEUE_RESULT_H
4 #define DEQUEUE_RESULT_H
6 #include "StreamBase.hpp"
8 #include "StreamProperties.hpp"
10 #include "TupleList.hpp"
11 #include "StreamBaseURI.hpp"
12 #include "StreamBaseConstants.hpp"
14 SB_INTERNAL_FWD(DequeueResultUtil);
25 #ifndef SWIG // not supported by SWIG, and not especially useful in scripting languages anyway
65 LeadershipStatus _leadershipStatus);
79 const std::string& getStreamName()
const;
82 int getTupleCount()
const;
88 const Tuple& getTuple(
int index)
const;
95 return _leadershipStatus;
106 friend class sb_internal::DequeueResultUtil;
110 bool _isLogicalControlStreamMessage;
112 LeadershipStatus _leadershipStatus;