webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
TMap< K, D, CMP > Class Template Reference

#include <Common.h>

Inheritance diagram for TMap< K, D, CMP >:

Public Types

typedef pool_allocator< std::pair< const K, D > > tAllocator
 

Public Member Functions

 TMap ()
 
 TMap (const tAllocator &a)
 

Member Typedef Documentation

◆ tAllocator

template<class K, class D, class CMP = std::less<K>>
typedef pool_allocator<std::pair<const K, D> > TMap< K, D, CMP >::tAllocator

Constructor & Destructor Documentation

◆ TMap() [1/2]

template<class K, class D, class CMP = std::less<K>>
TMap< K, D, CMP >::TMap ( )
inline

◆ TMap() [2/2]

template<class K, class D, class CMP = std::less<K>>
TMap< K, D, CMP >::TMap ( const tAllocator a)
inline

The documentation for this class was generated from the following file: