Go to the source code of this file.
Classes | |
class | List |
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More... | |
class | UList |
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscript bounds checking, etc. More... | |
class | FixedList |
A 1D vector of objects of type <T> with a fixed length <N>. More... | |
class | HashTable |
A HashTable similar to std::unordered_map . More... | |
class | HashTable |
A HashTable similar to std::unordered_map . More... | |
class | HashTable::Iterator< Const > |
class | HashTable::Iterator< Const > |
class | HashTable::iterator |
class | HashTable::const_iterator |
class | HashTable::key_iterator_base< Iter > |
Namespaces | |
Foam | |
Functions | |
template<class T , class Key , class Hash > | |
Istream & | operator>> (Istream &, HashTable< T, Key, Hash > &) |
template<class T , class Key , class Hash > | |
Ostream & | operator<< (Ostream &, const HashTable< T, Key, Hash > &) |
Original source file HashTable.H
Definition in file HashTable.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.