DetectorGraph  2.0
Classes | Public Member Functions | List of all members
DetectorGraph::GraphInputQueue Class Reference

Internal - Provides an bare-bones version of GraphInputQueue More...

Collaboration diagram for DetectorGraph::GraphInputQueue:

Public Member Functions

 GraphInputQueue ()
 
template<class TTopicState >
void Enqueue (Topic< TTopicState > &aTopic, const TTopicState &aTopicState)
 
bool DequeueAndDispatch ()
 
bool IsEmpty () const
 
 ~GraphInputQueue ()
 
 GraphInputQueue ()
 
template<class TTopicState >
void Enqueue (Topic< TTopicState > &aTopic, const TTopicState &aTopicState)
 
bool DequeueAndDispatch ()
 
bool IsEmpty () const
 
 ~GraphInputQueue ()
 

Detailed Description

Internal - Provides an bare-bones version of GraphInputQueue

Internal - Provides an STL implementation of GraphInputQueue

Definition at line 27 of file graphinputqueue-lite.hpp.

Constructor & Destructor Documentation

◆ GraphInputQueue() [1/2]

DetectorGraph::GraphInputQueue::GraphInputQueue ( )
inline

Definition at line 45 of file graphinputqueue-lite.hpp.

◆ ~GraphInputQueue() [1/2]

DetectorGraph::GraphInputQueue::~GraphInputQueue ( )
inline

Definition at line 101 of file graphinputqueue-lite.hpp.

◆ GraphInputQueue() [2/2]

DetectorGraph::GraphInputQueue::GraphInputQueue ( )
inline

Definition at line 30 of file graphinputqueue-stl.hpp.

◆ ~GraphInputQueue() [2/2]

DetectorGraph::GraphInputQueue::~GraphInputQueue ( )
inline

Definition at line 63 of file graphinputqueue-stl.hpp.

Member Function Documentation

◆ DequeueAndDispatch() [1/2]

bool DetectorGraph::GraphInputQueue::DequeueAndDispatch ( )
inline

Definition at line 38 of file graphinputqueue-stl.hpp.

◆ DequeueAndDispatch() [2/2]

bool DetectorGraph::GraphInputQueue::DequeueAndDispatch ( )
inline

Definition at line 76 of file graphinputqueue-lite.hpp.

◆ Enqueue() [1/2]

template<class TTopicState >
void DetectorGraph::GraphInputQueue::Enqueue ( Topic< TTopicState > &  aTopic,
const TTopicState &  aTopicState 
)
inline

Definition at line 33 of file graphinputqueue-stl.hpp.

◆ Enqueue() [2/2]

template<class TTopicState >
void DetectorGraph::GraphInputQueue::Enqueue ( Topic< TTopicState > &  aTopic,
const TTopicState &  aTopicState 
)
inline

Definition at line 48 of file graphinputqueue-lite.hpp.

◆ IsEmpty() [1/2]

bool DetectorGraph::GraphInputQueue::IsEmpty ( ) const
inline

Definition at line 58 of file graphinputqueue-stl.hpp.

◆ IsEmpty() [2/2]

bool DetectorGraph::GraphInputQueue::IsEmpty ( ) const
inline

Definition at line 96 of file graphinputqueue-lite.hpp.


The documentation for this class was generated from the following files: