![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
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 | |
| false | operator int () const |
Friends | |
| void | swap (FDGuard &g1, FDGuard &g2) |
| LC::Util::FDGuard::FDGuard | ( | const char * | file, |
| int | mode ) |
Definition at line 17 of file fdguard.cpp.
Referenced by FDGuard(), FDGuard(), operator=(), operator=(), and swap.
|
delete |
| LC::Util::FDGuard::FDGuard | ( | FDGuard && | other | ) |
Definition at line 22 of file fdguard.cpp.
References FDGuard().
| LC::Util::FDGuard::~FDGuard | ( | ) |
Definition at line 35 of file fdguard.cpp.
|
explicit |
Definition at line 41 of file fdguard.cpp.
|
explicit |
Definition at line 46 of file fdguard.cpp.
Definition at line 28 of file fdguard.cpp.
References FDGuard(), and swap.
Definition at line 51 of file fdguard.cpp.
References FDGuard().
Referenced by operator=(), and operator=().