Template Class Queue
Defined in File template_queue.h
Class Documentation
-
template<typename T>
class Queue Public Functions
-
inline int getNumberOfEntriesInQueue()
get number of entries in queue
See also
isQueueEmpty()
- Returns:
Number of entries in queue
-
inline bool isQueueEmpty()
-
inline bool waitForIncomingObject(int timeOutInMs, const std::vector<std::string> &datagram_keywords)
Protected Functions
-
inline int getNumberOfEntriesInQueue()