mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
add helper method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec6478b8f3
commit
68ce9ba666
@ -34,6 +34,9 @@ protected:
|
|||||||
|
|
||||||
void RegisterManagedStatic(void *ObjPtr, void (*deleter)(void*)) const;
|
void RegisterManagedStatic(void *ObjPtr, void (*deleter)(void*)) const;
|
||||||
public:
|
public:
|
||||||
|
/// isConstructed - Return true if this object has not been created yet.
|
||||||
|
bool isConstructed() const { return Ptr != 0; }
|
||||||
|
|
||||||
void destroy() const;
|
void destroy() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user