Template Class xlist

Inheritance Relationships

Base Type

  • public std::list< _Ty, stl_allocator< _Ty > >

Template Parameter Order

  1. class _Ty

  2. class _Ax

Class Documentation

template<class _Ty, class _Ax = stl_allocator<_Ty>>
class xlist : public std::list<_Ty, stl_allocator<_Ty>>

Inheritence diagram for xlist:

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

Collaboration diagram for xlist:

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