Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/samples/sample3-inl.h>
Public Member Functions | |
Queue () | |
~Queue () | |
void | Clear () |
size_t | Size () const |
QueueNode< E > * | Head () |
const QueueNode< E > * | Head () const |
QueueNode< E > * | Last () |
const QueueNode< E > * | Last () const |
void | Enqueue (const E &element) |
E * | Dequeue () |
template<typename F > | |
Queue * | Map (F function) const |
Private Member Functions | |
Queue (const Queue &) | |
const Queue & | operator= (const Queue &) |
Private Attributes | |
QueueNode< E > * | head_ |
QueueNode< E > * | last_ |
size_t | size_ |
Definition at line 44 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 44 of file sample3-inl.h
Definition at line 77 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 77 of file sample3-inl.h
Referenced by Queue< int >::Map().
Definition at line 80 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 80 of file sample3-inl.h
Definition at line 83 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 83 of file sample3-inl.h
Referenced by Queue< int >::~Queue().
Definition at line 131 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 131 of file sample3-inl.h
Definition at line 116 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 116 of file sample3-inl.h
Referenced by Queue< int >::Map(), and QueueTest::SetUp().
Definition at line 105 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 105 of file sample3-inl.h
Referenced by QueueTest::MapTester().
Definition at line 106 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 106 of file sample3-inl.h
Definition at line 109 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 109 of file sample3-inl.h
Definition at line 110 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 110 of file sample3-inl.h
Definition at line 153 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 153 of file sample3-inl.h
Referenced by QueueTest::MapTester().
Definition at line 102 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 102 of file sample3-inl.h
Referenced by QueueTest::MapTester().
Definition at line 163 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 163 of file sample3-inl.h
Referenced by Queue< int >::Clear(), Queue< int >::Dequeue(), Queue< int >::Enqueue(), Queue< int >::Head(), and Queue< int >::Map().
Definition at line 164 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 164 of file sample3-inl.h
Referenced by Queue< int >::Clear(), Queue< int >::Dequeue(), Queue< int >::Enqueue(), and Queue< int >::Last().
Definition at line 165 of file sample3-inl.h.
View newest version in sPHENIX GitHub at line 165 of file sample3-inl.h
Referenced by Queue< int >::Clear(), Queue< int >::Dequeue(), Queue< int >::Enqueue(), and Queue< int >::Size().