|
Open CASCADE Technology 6.5.2
|
#include <TColStd_SetOfInteger.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TColStd_SetOfInteger () | |
| Standard_Integer | Extent () const |
| Standard_Boolean | IsEmpty () const |
| void | Clear () |
| Standard_Boolean | Add (const Standard_Integer &T) |
| Standard_Boolean | Remove (const Standard_Integer &T) |
| void | Union (const TColStd_SetOfInteger &B) |
| void | Intersection (const TColStd_SetOfInteger &B) |
| void | Difference (const TColStd_SetOfInteger &B) |
| Standard_Boolean | Contains (const Standard_Integer &T) const |
| Standard_Boolean | IsASubset (const TColStd_SetOfInteger &S) const |
| Standard_Boolean | IsAProperSubset (const TColStd_SetOfInteger &S) const |
| TColStd_SetOfInteger::TColStd_SetOfInteger | ( | ) |
| Standard_Boolean TColStd_SetOfInteger::Add | ( | const Standard_Integer & | T | ) |
| void TColStd_SetOfInteger::Clear | ( | ) |
| Standard_Boolean TColStd_SetOfInteger::Contains | ( | const Standard_Integer & | T | ) | const |
| void TColStd_SetOfInteger::Difference | ( | const TColStd_SetOfInteger & | B | ) |
| Standard_Integer TColStd_SetOfInteger::Extent | ( | ) | const |
| void TColStd_SetOfInteger::Intersection | ( | const TColStd_SetOfInteger & | B | ) |
| Standard_Boolean TColStd_SetOfInteger::IsAProperSubset | ( | const TColStd_SetOfInteger & | S | ) | const |
| Standard_Boolean TColStd_SetOfInteger::IsASubset | ( | const TColStd_SetOfInteger & | S | ) | const |
| Standard_Boolean TColStd_SetOfInteger::IsEmpty | ( | ) | const |
| void TColStd_SetOfInteger::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TColStd_SetOfInteger::operator new | ( | size_t | size | ) | [inline] |
| void* TColStd_SetOfInteger::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Boolean TColStd_SetOfInteger::Remove | ( | const Standard_Integer & | T | ) |
| void TColStd_SetOfInteger::Union | ( | const TColStd_SetOfInteger & | B | ) |
1.7.4