Electroneum
Loading...
Searching...
No Matches
QueueNode< E > Class Template Reference

#include <sample3-inl.h>

Public Member Functions

const E & element () const
QueueNodenext ()
const QueueNodenext () const

Friends

class Queue< E >

Detailed Description

template<typename E>
class QueueNode< E >

Definition at line 49 of file sample3-inl.h.

Member Function Documentation

◆ element()

template<typename E>
const E & QueueNode< E >::element ( ) const
inline

Definition at line 54 of file sample3-inl.h.

54{ return element_; }
Here is the caller graph for this function:

◆ next() [1/2]

template<typename E>
QueueNode * QueueNode< E >::next ( )
inline

Definition at line 57 of file sample3-inl.h.

57{ return next_; }
Here is the caller graph for this function:

◆ next() [2/2]

template<typename E>
const QueueNode * QueueNode< E >::next ( ) const
inline

Definition at line 58 of file sample3-inl.h.

58{ return next_; }

◆ Queue< E >

template<typename E>
friend class Queue< E >
friend

Definition at line 1 of file sample3-inl.h.


The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h