#include <AutoDescriptor.hpp>
Public Types | |
| typedef Descriptor | handle_type |
Static Public Member Functions | |
| static handle_type | null () |
| static void | free (handle_type h) |
| static bool | equal (handle_type h1, handle_type h2) |
Definition at line 48 of file AutoDescriptor.hpp.
Definition at line 50 of file AutoDescriptor.hpp.
| static handle_type BLOCXX_NAMESPACE::AutoDescriptorPolicy::null | ( | ) | [inline, static] |
| void BLOCXX_NAMESPACE::AutoDescriptorPolicy::free | ( | handle_type | h | ) | [static] |
Definition at line 58 of file AutoDescriptor.cpp.
References BLOCXX_INVALID_HANDLE, BLOCXX_LOG_ERROR, BLOCXX_NAMESPACE::FileSystem::close(), and BLOCXX_NAMESPACE::System::lastErrorMsg().
| static bool BLOCXX_NAMESPACE::AutoDescriptorPolicy::equal | ( | handle_type | h1, | |
| handle_type | h2 | |||
| ) | [inline, static] |
Definition at line 59 of file AutoDescriptor.hpp.
1.5.6