CoolProp
4.2.5
An open-source fluid property and humid air property database
|
Wrapper of C file stream for input or output. More...
#include <filestream.h>
Public Types | |
typedef char | Ch |
Character type. Only support char. More... | |
Public Member Functions | |
FileStream (FILE *fp) | |
char | Peek () const |
char | Take () |
size_t | Tell () const |
void | Put (char c) |
char * | PutBegin () |
size_t | PutEnd (char *) |
Wrapper of C file stream for input or output.
This simple wrapper does not check the validity of the stream.
Definition at line 13 of file filestream.h.
typedef char rapidjson::FileStream::Ch |
Character type. Only support char.
Definition at line 15 of file filestream.h.
|
inline |
Definition at line 17 of file filestream.h.
|
inline |
Definition at line 18 of file filestream.h.
|
inline |
Definition at line 21 of file filestream.h.
|
inline |
Definition at line 24 of file filestream.h.
|
inline |
Definition at line 25 of file filestream.h.
|
inline |
Definition at line 19 of file filestream.h.
|
inline |
Definition at line 20 of file filestream.h.