5#include "system/shared_ptr.h"
6#include "system/object.h"
7#include "system/type_info.h"
Contains methods to create types of objects.
Definition: activator.h:13
static System::SharedPtr< System::Object > CreateInstance(const System::TypeInfo &type)
Creates an instance of the specified type using the parameterless constructor of that type.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents a particular type and provides information about it.
Definition: type_info.h:109
Definition: db_command.h:9