Template Class xmap

Inheritance Relationships

Base Type

  • public std::map< _Kty, _Ty, std::less< _Kty >, stl_allocator< std::pair< const _Kty, _Ty > > >

Template Parameter Order

  1. class _Kty

  2. class _Ty

  3. class _Pr

  4. class _Alloc

Class Documentation

template<class _Kty, class _Ty, class _Pr = std::less<_Kty>, class _Alloc = stl_allocator<std::pair<const _Kty, _Ty>>>
class xmap : public std::map<_Kty, _Ty, std::less<_Kty>, stl_allocator<std::pair<const _Kty, _Ty>>>

Inheritence diagram for xmap:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="std::map< _Kty, _Ty, std::less<_Kty> , stl_allocator<std::pair<const _Kty, _Ty> > >" tooltip="std::map< _Kty, _Ty, std::less<_Kty> , stl_allocator<std::pair<const _Kty, _Ty> > >"] "1" [label="xmap< _Kty, _Ty, _Pr, _Alloc >" tooltip="xmap< _Kty, _Ty, _Pr, _Alloc >" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xmap:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="std::map< _Kty, _Ty, std::less<_Kty> , stl_allocator<std::pair<const _Kty, _Ty> > >" tooltip="std::map< _Kty, _Ty, std::less<_Kty> , stl_allocator<std::pair<const _Kty, _Ty> > >"] "1" [label="xmap< _Kty, _Ty, _Pr, _Alloc >" tooltip="xmap< _Kty, _Ty, _Pr, _Alloc >" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }