![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "fdguard.h"
Public Member Functions | |
| FDGuard (const char *file, int mode) | |
| FDGuard (const FDGuard &)=delete | |
| FDGuard (FDGuard &&other) | |
| ~FDGuard () | |
| FDGuard & | operator= (const FDGuard &)=delete |
| FDGuard & | operator= (FDGuard &&other) |
| operator bool () const | |
| operator int () const | |
Friends | |
| void | swap (FDGuard &g1, FDGuard &g2) |
| LC::Util::FDGuard::FDGuard | ( | const char * | file, |
| int | mode | ||
| ) |
Definition at line 40 of file fdguard.cpp.
|
delete |
| LC::Util::FDGuard::FDGuard | ( | FDGuard && | other | ) |
Definition at line 45 of file fdguard.cpp.
| LC::Util::FDGuard::~FDGuard | ( | ) |
Definition at line 58 of file fdguard.cpp.
|
explicit |
Definition at line 64 of file fdguard.cpp.
| LC::Util::FDGuard::operator int | ( | ) | const |
Definition at line 69 of file fdguard.cpp.
Definition at line 51 of file fdguard.cpp.
References swap.
Definition at line 74 of file fdguard.cpp.
Referenced by operator=().