allocator_type typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
Base typedef | folly::StringKeyedSetBase< Compare, Alloc > | private |
clear() noexcept | folly::StringKeyedSetBase< Compare, Alloc > | inline |
const_iterator typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
const_pointer typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
const_reference typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
const_reverse_iterator typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
difference_type typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
emplace(Args &&...args) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
erase(const_iterator position) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
erase(StringPiece key) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
insert(value_type val) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
iterator typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
key_compare typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
key_type typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
operator=(const StringKeyedSetBase &other) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
operator=(StringKeyedSetBase &&other) noexcept | folly::StringKeyedSetBase< Compare, Alloc > | inline |
operator==(StringKeyedSetBase const &other) const | folly::StringKeyedSetBase< Compare, Alloc > | inline |
pointer typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
reference typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
reverse_iterator typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
size_type typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
StringKeyedSetBase(const key_compare &comp=key_compare(), const allocator_type &alloc=allocator_type()) | folly::StringKeyedSetBase< Compare, Alloc > | inlineexplicit |
StringKeyedSetBase(const allocator_type &alloc) | folly::StringKeyedSetBase< Compare, Alloc > | inlineexplicit |
StringKeyedSetBase(InputIterator b, InputIterator e, const key_compare &comp=key_compare(), const allocator_type &alloc=allocator_type()) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
StringKeyedSetBase(const StringKeyedSetBase &rhs) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
StringKeyedSetBase(const StringKeyedSetBase &rhs, const allocator_type &a) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
StringKeyedSetBase(StringKeyedSetBase &&other) noexcept | folly::StringKeyedSetBase< Compare, Alloc > | inline |
StringKeyedSetBase(StringKeyedSetBase &&other, const allocator_type &alloc) noexcept | folly::StringKeyedSetBase< Compare, Alloc > | inline |
StringKeyedSetBase(std::initializer_list< value_type > il, const key_compare &comp=key_compare(), const allocator_type &alloc=allocator_type()) | folly::StringKeyedSetBase< Compare, Alloc > | inline |
swap(StringKeyedSetBase &other)& | folly::StringKeyedSetBase< Compare, Alloc > | inline |
value_type typedef | folly::StringKeyedSetBase< Compare, Alloc > | |
~StringKeyedSetBase() | folly::StringKeyedSetBase< Compare, Alloc > | inline |