36 #ifndef hashedWordList_H
37 #define hashedWordList_H
50 Istream&
operator>>(Istream&, hashedWordList&);
51 Ostream&
operator<<(Ostream&,
const hashedWordList&);
An STL-conforming hash table.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A wordList with hashed indices for faster lookup by name.
bool found(const word &) const
Does the list contain the specified name.
friend Ostream & operator<<(Ostream &, const hashedWordList &)
void operator=(const hashedWordList &)
Assignment operator.
void append(const word &)
Append an element at the end of the list.
friend Istream & operator>>(Istream &, hashedWordList &)
void transfer(List< word > &)
Transfer the contents of the argument List into this list.
hashedWordList()
Construct null.
void clear()
Clear the list, i.e. set size to zero.
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.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)