30 return indices_.found(name);
61 return indices_[
name];
bool found(const word &) const
Does the list contain the specified name.
friend Ostream & operator(Ostream &, const UList< T > &)
T & operator[](const label)
Return element of UList.
void operator=(const hashedWordList &)
Assignment operator.
const word & operator[](const label index) const
Return name corresponding to specified index.
A class for handling words, derived from string.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
word name(const complex &)
Return a string representation of a complex.
void operator=(const UList< T > &)
Assignment to UList operator. Takes linear time.
A wordList with hashed indices for faster lookup by name.