Template Class xlist
Defined in File xlist.h
Inheritance Relationships
Base Type
public std::list< _Ty, stl_allocator< _Ty > >
Template Parameter Order
class _Tyclass _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"]
}](../_images/graphviz-7b6b2cf2bb74dc3d3a0d9f8abccacc682b472a03.png)
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"]
}](../_images/graphviz-7b6b2cf2bb74dc3d3a0d9f8abccacc682b472a03.png)