Go to the documentation of this file.
60 is.
fatalCheck(
"List<char>::readList(Istream&) : reading first token");
87 const auto oldFmt = is.
format(IOstream::BINARY);
90 is.
read(list.data(), std::streamsize(len));
96 "List<char>::readList(Istream&) : "
97 "reading binary block"
104 <<
"incorrect first token, expected <int>, found "
Istream & readList(Istream &is)
bool isLabel() const noexcept
void resize(const label len)
List< char > charList
A List of chars.
bool fatalCheck(const char *operation) const
streamFormat format() const noexcept
A token holds an item read from Istream.
InfoProxy< token > info() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void transfer(List< T > &list)
Macros for easy insertion into run-time selection tables.
compound & transferCompoundToken()
errorManipArg< error, int > exit(error &err, const int errNo=1)
addCompoundToRunTimeSelectionTable(List< complex >, complexList)
defineCompoundTypeName(List< complex >, complexList)
To & dynamicCast(From &r)
bool isCompound() const noexcept
#define FatalIOErrorInFunction(ios)
virtual Istream & read(token &)=0