Template Class xqueue

Inheritance Relationships

Base Type

  • public std::queue< _Tp, std::list< _Tp, stl_allocator< _Tp > > >

Template Parameter Order

  1. class _Tp

  2. class _Sequence

Class Documentation

template<class _Tp, class _Sequence = std::list<_Tp, stl_allocator<_Tp>>>
class xqueue : public std::queue<_Tp, std::list<_Tp, stl_allocator<_Tp>>>

Inheritence diagram for xqueue:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xqueue< _Tp, _Sequence >" tooltip="xqueue< _Tp, _Sequence >" fillcolor="#BFBFBF"] "2" [label="std::queue< _Tp, std::list<_Tp, stl_allocator<_Tp> > >" tooltip="std::queue< _Tp, std::list<_Tp, stl_allocator<_Tp> > >"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xqueue:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xqueue< _Tp, _Sequence >" tooltip="xqueue< _Tp, _Sequence >" fillcolor="#BFBFBF"] "2" [label="std::queue< _Tp, std::list<_Tp, stl_allocator<_Tp> > >" tooltip="std::queue< _Tp, std::list<_Tp, stl_allocator<_Tp> > >"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }