EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Util Namespace Reference

Functions

void eat_whitespace (std::istream &is)
 discard all whitespace chars until hitting a non-whitespace
 
std::string read_quoted_string (std::istream &is)
 

Function Documentation

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().

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: