LLVM OpenMP 22.0.0git
rstream Class Reference
Inheritance diagram for rstream:
[legend]

Public Member Functions

 rstream (const char *buf, streamsize size)
 rstream (const char *fileName)
rstreamoperator>> (int &x)
rstreamoperator>> (unsigned &x)
rstreamoperator>> (short &x)
rstreamoperator>> (unsigned short &x)
rstreamoperator>> (Symbol &e)

Additional Inherited Members

Protected Member Functions inherited from _rstream
 _rstream (pair< const char *, streamsize > p)
 ~_rstream ()

Detailed Description

Definition at line 63 of file extractExternal.cpp.

Constructor & Destructor Documentation

◆ rstream() [1/2]

rstream::rstream ( const char * buf,
streamsize size )
inline

Definition at line 85 of file extractExternal.cpp.

References _rstream::_rstream(), and size.

Referenced by operator>>(), operator>>(), operator>>(), operator>>(), and operator>>().

◆ rstream() [2/2]

rstream::rstream ( const char * fileName)
inline

Definition at line 89 of file extractExternal.cpp.

References _rstream::_rstream().

Member Function Documentation

◆ operator>>() [1/5]

rstream & rstream::operator>> ( int & x)
inline

Definition at line 90 of file extractExternal.cpp.

References rstream().

◆ operator>>() [2/5]

rstream & rstream::operator>> ( short & x)
inline

Definition at line 92 of file extractExternal.cpp.

References rstream().

◆ operator>>() [3/5]

rstream & rstream::operator>> ( Symbol & e)
inline

Definition at line 94 of file extractExternal.cpp.

References rstream().

◆ operator>>() [4/5]

rstream & rstream::operator>> ( unsigned & x)
inline

Definition at line 91 of file extractExternal.cpp.

References rstream().

◆ operator>>() [5/5]

rstream & rstream::operator>> ( unsigned short & x)
inline

Definition at line 93 of file extractExternal.cpp.

References rstream().


The documentation for this class was generated from the following file: