mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 19:31:13 +00:00
add helper method.
llvm-svn: 34155
This commit is contained in:
parent
13b4f184fd
commit
e5eb7d79d3
@ -34,6 +34,9 @@ protected:
|
||||
|
||||
void RegisterManagedStatic(void *ObjPtr, void (*deleter)(void*)) const;
|
||||
public:
|
||||
/// isConstructed - Return true if this object has not been created yet.
|
||||
bool isConstructed() const { return Ptr != 0; }
|
||||
|
||||
void destroy() const;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user