This is the complete list of members for FunctionCache< R, A >, including all inherited members.
clear() | FunctionCache< R, A > | inline |
clear_counts() | FunctionCache< R, A > | inline |
const_iterator typedef | FunctionCache< R, A > | |
container_type typedef | FunctionCache< R, A > | |
contains(A const &... arguments) const | FunctionCache< R, A > | inline |
empty() const | FunctionCache< R, A > | inline |
enabled(bool value) | FunctionCache< R, A > | inline |
enabled() const | FunctionCache< R, A > | inline |
FunctionCache(std::function< R(A...)> load_function, size_t shards=256) | FunctionCache< R, A > | inline |
FunctionCache(FunctionCache const &)=delete | FunctionCache< R, A > | |
FunctionCache(FunctionCache &&)=default | FunctionCache< R, A > | |
hit_count() const | FunctionCache< R, A > | inline |
key_type typedef | FunctionCache< R, A > | |
miss_count() const | FunctionCache< R, A > | inline |
operator()(A const &... arguments) | FunctionCache< R, A > | inline |
operator=(FunctionCache const &)=delete | FunctionCache< R, A > | |
operator=(FunctionCache &&)=default | FunctionCache< R, A > | |
shard_sizes() const | FunctionCache< R, A > | inline |
size() const | FunctionCache< R, A > | inline |
size_type typedef | FunctionCache< R, A > | |
value_type typedef | FunctionCache< R, A > | |
~FunctionCache()=default | FunctionCache< R, A > | |