SG++-Doxygen-Documentation
|
Helper to realize the PIMPL pattern. More...
Public Member Functions | |
FunctionLookupTableImpl (MultiFunction func) | |
Public Attributes | |
MultiFunction | func |
std::shared_ptr< std::unordered_map< base::DataVector, double, DataVectorHash, DataVectorEqualTo > > | hashmap |
std::recursive_mutex | tableMutex |
Helper to realize the PIMPL pattern.
|
inlineexplicit |
References hashmap.
MultiFunction sgpp::combigrid::FunctionLookupTableImpl::func |
std::shared_ptr<std::unordered_map<base::DataVector, double, DataVectorHash, DataVectorEqualTo> > sgpp::combigrid::FunctionLookupTableImpl::hashmap |
Referenced by FunctionLookupTableImpl().
std::recursive_mutex sgpp::combigrid::FunctionLookupTableImpl::tableMutex |