2#ifndef _system_component_model_icontainer_h_
3#define _system_component_model_icontainer_h_
5#include "system/object.h"
6#include "system/shared_ptr.h"
7#include "system/string.h"
8#include "system/exceptions.h"
10#include "system/component_model/icomponent.h"
12namespace System {
namespace ComponentModel {
21 RTTI_INFO(
IContainer, ::System::BaseTypesInfo<System::Object>)
Dummy interface for IContainer-using code to compile. Objects of this class should only be allocated ...
Definition: icontainer.h:19
virtual void Add(System::SharedPtr< IComponent > component)=0
RTTI information.
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
Definition: db_command.h:9