30 return indices_.found(name);
61 return indices_[
name];
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
friend Ostream & operator(Ostream &, const UList< T > &)
T & operator[](const label)
Return element of UList.
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.
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 from UList operator. Takes linear time.
A wordList with hashed indices for faster lookup by name.
bool contains(const word &) const
Does the list contain the specified name.