#include <TColStd_HSetOfInteger.hxx>
Inheritance diagram for TColStd_HSetOfInteger:

Public Member Functions | |
| Standard_EXPORT | TColStd_HSetOfInteger () |
| Standard_Integer | Extent () const |
| Standard_Boolean | IsEmpty () const |
| void | Clear () |
| Standard_Boolean | Add (const Standard_Integer &T) |
| Standard_Boolean | Remove (const Standard_Integer &T) |
| Standard_EXPORT Handle_TColStd_HSetOfInteger | Union (const Handle(TColStd_HSetOfInteger)&B) const |
| Standard_EXPORT Handle_TColStd_HSetOfInteger | Intersection (const Handle(TColStd_HSetOfInteger)&B) const |
| Standard_EXPORT Handle_TColStd_HSetOfInteger | Difference (const Handle(TColStd_HSetOfInteger)&B) const |
| Standard_Boolean | Contains (const Standard_Integer &T) const |
| Standard_Boolean | IsASubset (const Handle(TColStd_HSetOfInteger)&S) const |
| Standard_Boolean | IsAProperSubset (const Handle(TColStd_HSetOfInteger)&S) const |
| Standard_EXPORT Handle_TColStd_HSetOfInteger | ShallowCopy () const |
| const TColStd_SetOfInteger & | Set () const |
| TColStd_SetOfInteger & | ChangeSet () |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| TColStd_SetOfInteger | mySet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1