EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Functions | |
void | eat_whitespace (std::istream &is) |
discard all whitespace chars until hitting a non-whitespace | |
std::string | read_quoted_string (std::istream &is) |
void Util::eat_whitespace | ( | std::istream & | is | ) |
discard all whitespace chars until hitting a non-whitespace
Definition at line 5 of file FairUtilStream.cxx.
View newest version in sPHENIX GitHub at line 5 of file FairUtilStream.cxx
References c.
Referenced by read_quoted_string().
std::string Util::read_quoted_string | ( | std::istream & | is | ) |
return a string of words. Strings are delimited by single quotes. any leading white space is eaten.
Definition at line 16 of file FairUtilStream.cxx.
View newest version in sPHENIX GitHub at line 16 of file FairUtilStream.cxx
References c, and eat_whitespace().
Referenced by FairRegistry::ReadStream(), and FairRegistryItemXxx< T >::ReadStream().