|
Open CASCADE Technology 6.5.2
|
Auxiliary class providing structure to
store info about a couple of integers
#include <BOPTools_CoupleOfInteger.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_CoupleOfInteger () | |
| Empty Constructor | |
| BOPTools_CoupleOfInteger (const Standard_Integer aFirst, const Standard_Integer aSecond) | |
| Constructor | |
| void | SetCouple (const Standard_Integer aFirst, const Standard_Integer aSecond) |
| Modifier | |
| void | SetFirst (const Standard_Integer aFirst) |
| Modifier | |
| void | SetSecond (const Standard_Integer aSecond) |
| Modifier | |
| void | Couple (Standard_Integer &aFirst, Standard_Integer &aSecond) const |
| Selector | |
| Standard_Integer | First () const |
| Selector | |
| Standard_Integer | Second () const |
| Selector | |
| Standard_Boolean | IsEqual (const BOPTools_CoupleOfInteger &aOther) const |
| Standard_Integer | HashCode (const Standard_Integer Upper) const |
| BOPTools_CoupleOfInteger::BOPTools_CoupleOfInteger | ( | ) |
| BOPTools_CoupleOfInteger::BOPTools_CoupleOfInteger | ( | const Standard_Integer | aFirst, |
| const Standard_Integer | aSecond | ||
| ) |
| void BOPTools_CoupleOfInteger::Couple | ( | Standard_Integer & | aFirst, |
| Standard_Integer & | aSecond | ||
| ) | const |
| Standard_Integer BOPTools_CoupleOfInteger::First | ( | ) | const |
| Standard_Integer BOPTools_CoupleOfInteger::HashCode | ( | const Standard_Integer | Upper | ) | const |
| Standard_Boolean BOPTools_CoupleOfInteger::IsEqual | ( | const BOPTools_CoupleOfInteger & | aOther | ) | const |
| void BOPTools_CoupleOfInteger::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_CoupleOfInteger::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_CoupleOfInteger::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Integer BOPTools_CoupleOfInteger::Second | ( | ) | const |
| void BOPTools_CoupleOfInteger::SetCouple | ( | const Standard_Integer | aFirst, |
| const Standard_Integer | aSecond | ||
| ) |
| void BOPTools_CoupleOfInteger::SetFirst | ( | const Standard_Integer | aFirst | ) |
| void BOPTools_CoupleOfInteger::SetSecond | ( | const Standard_Integer | aSecond | ) |
1.7.4