![]() |
LeechCraft 0.6.70-16373-g319c272718
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) |
Definition at line 17 of file fdguard.cpp.
LC::Util::FDGuard::FDGuard | ( | FDGuard && | other | ) |
Definition at line 22 of file fdguard.cpp.
References LC::Util::Filter().
LC::Util::FDGuard::~FDGuard | ( | ) |
Definition at line 35 of file fdguard.cpp.
References LC::Util::Filter().
|
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 LC::Util::Filter(), and swap.
Definition at line 51 of file fdguard.cpp.
Referenced by operator=().