#include <hyp.fem.interfaces.h>
Inheritance diagram for IContainer::
Public Methods | |
virtual void | Add (hyp_ker::IUnknown *pObject)=0 |
virtual void | RemoveAll (void)=0 |
virtual t_size | GetSize (void) const=0 |
virtual void | Remove (hyp_ker::IUnknown *pObject)=0 |
Each interface has a common root : IUnknown, so the addition and the suppression of the elements are done throught the IUnknown interface.
|
Add an interface in the container.
Reimplemented in CContainer, and common::CContainer. |
|
Remove an interface from the container.
Reimplemented in CContainer, and common::CContainer. |
|
Remove all the interfaces handles by the container.
Reimplemented in CContainer, and common::CContainer. |
|
|