#include <XSC_HANDLE.h>
Public Member Functions | |
XSC_HANDLE () | |
Construct an unbound handle. | |
XSC_HANDLE (SC_HANDLE h) | |
Constructor taking ownership of an existing handle. | |
~XSC_HANDLE () | |
Tidy up, closing the encapsulated handle. | |
void | Close () |
Close the encapsulated handle. | |
operator SC_HANDLE () const | |
SC_HANDLE extractor. | |
SC_HANDLE * | operator & () |
Extractor returning the address of the encapsulated handle. | |
SC_HANDLE | operator= (SC_HANDLE h) |
Assign a new handle and take ownership of it. | |
SC_HANDLE | Detach () |
Detach and return the encapsulated handle. |