Go to the documentation of this file.
49 inline const Foam::word& Foam::hashedWordList::operator[]
61 return indices_[
name];
A class for handling words, derived from string.
const word & operator[](const label index) const
Return name corresponding to specified index.
void operator=(const UList< word > &names)
Assignment operator from list of names.
void operator=(const UList< T > &)
Assignment from UList operator. Takes linear time.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A wordList with hashed indices for faster lookup by name.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
HashTable< label, word > indices_
word name(const complex &)
Return a string representation of a complex.
bool contains(const word &) const
Does the list contain the specified name.