30 return indices_.found(
name);
61 return indices_[
name];
void operator=(const UList< T > &)
Assignment to UList operator. Takes linear time.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
T & operator[](const label)
Return element of UList.
friend Ostream & operator(Ostream &, const UList< T > &)
A wordList with hashed indices for faster lookup by name.
bool found(const word &) const
Does the list contain the specified name.
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.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
word name(const bool)
Return a word representation of a bool.