3#include <system/multicast_delegate.h>
4#include <system/object.h>
5#include <system/string.h>
Definition: leakage_detector.h:11
System::MulticastDelegate< void(System::SharedPtr< System::Object >, System::String, int)> ReportHandler
Definition: leakage_detector.h:13
static bool SetHandler(ReportHandler handler, bool reportLeaksFromMakeObject=false)
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: leakage_detector.h:8