#include <hyp.fem.interfaces.h>
Inheritance diagram for IContainer::
Public Methods | |
virtual void | Add (hyp_ker::IUnknown *pObject)=0 |
virtual void | RemoveAll ()=0 |
virtual t_size | GetSize () const=0 |
virtual void | Remove (hyp_ker::IUnknown *pObject)=0 |
IID_hypIContainer
{CC11C7C1-9F7E-11d4-A08F-0080AD97951B}
|
Adds a component in the container.
Reimplemented in CContainer. |
|
Returns the number of components in the container. Reimplemented in CContainer. |
|
Removes a component from the container.
Reimplemented in CContainer. |
|
Removes all the components attached to the container. Reimplemented in CContainer. |
|
|