LLVM OpenMP 20.0.0git
Public Member Functions | List of all members
rstream Class Reference
Inheritance diagram for rstream:
Inheritance graph
[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 buf, and char.

◆ rstream() [2/2]

rstream::rstream ( const char fileName)
inline

Definition at line 89 of file extractExternal.cpp.

Member Function Documentation

◆ operator>>() [1/5]

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

Definition at line 90 of file extractExternal.cpp.

◆ operator>>() [2/5]

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

Definition at line 92 of file extractExternal.cpp.

◆ operator>>() [3/5]

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

Definition at line 94 of file extractExternal.cpp.

◆ operator>>() [4/5]

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

Definition at line 91 of file extractExternal.cpp.

◆ operator>>() [5/5]

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

Definition at line 93 of file extractExternal.cpp.


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