proxygen
folly::F14NodeSet< Key, Hasher, KeyEqual, Alloc > Class Template Reference

#include <F14Set-fwd.h>

Inheritance diagram for folly::F14NodeSet< Key, Hasher, KeyEqual, Alloc >:
folly::f14::detail::F14BasicSet< Key, Hasher, KeyEqual, Alloc >

Public Member Functions

 F14NodeSet ()=default
 
F14NodeSetoperator= (std::initializer_list< value_type > ilist)
 
- Public Member Functions inherited from folly::f14::detail::F14BasicSet< Key, Hasher, KeyEqual, Alloc >
 F14BasicSet ()=default
 
std::size_t getAllocatedMemorySize () const
 
void visitAllocationClasses (V &&visitor) const
 
void visitContiguousRanges (V &&visitor) const
 

Private Types

using Super = f14::detail::F14BasicSet< Key, Hasher, KeyEqual, Alloc >
 

Detailed Description

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
class folly::F14NodeSet< Key, Hasher, KeyEqual, Alloc >

Definition at line 27 of file F14Set-fwd.h.

Member Typedef Documentation

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
using folly::F14NodeSet< Key, Hasher, KeyEqual, Alloc >::Super = f14::detail::F14BasicSet<Key, Hasher, KeyEqual, Alloc>
private

Definition at line 96 of file F14Set.h.

Constructor & Destructor Documentation

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
folly::F14NodeSet< Key, Hasher, KeyEqual, Alloc >::F14NodeSet ( )
default

Member Function Documentation

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
F14NodeSet& folly::F14NodeSet< Key, Hasher, KeyEqual, Alloc >::operator= ( std::initializer_list< value_type >  ilist)
inline

Definition at line 105 of file F14Set.h.

105  {
106  Super::operator=(ilist);
107  return *this;
108  }

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