LLVM API Documentation
#include <FileUtilities.h>
Collaboration diagram for llvm::FDHandle:
Public Member Functions | |
FDHandle () | |
FDHandle (int fd) | |
FDHandle (FDHandle &RHS) | |
~FDHandle () throw () | |
int | get () const |
get - Get the current file descriptor, without releasing ownership of it. | |
operator int () const | |
FDHandle & | operator= (int fd) throw () |
FDHandle & | operator= (FDHandle &RHS) |
int | release () |
Definition at line 117 of file FileUtilities.h.
|
Definition at line 120 of file FileUtilities.h. |
|
Definition at line 121 of file FileUtilities.h. |
|
Definition at line 122 of file FileUtilities.h. References FD. |
|
Definition at line 321 of file FileUtilities.cpp. |
|
get - Get the current file descriptor, without releasing ownership of it.
Definition at line 129 of file FileUtilities.h. |
|
Definition at line 130 of file FileUtilities.h. |
|
Definition at line 134 of file FileUtilities.h. References FD, and operator=(). |
|
Definition at line 325 of file FileUtilities.cpp. Referenced by operator=(). |
|
release - Take ownership of the file descriptor away from the FDHandle object, so that the file is not closed when the FDHandle is destroyed. Definition at line 142 of file FileUtilities.h. References llvm::ISD::Ret. |