|
Open CASCADE Technology 6.5.2
|
creation d 'un couple de 2 entiers
#include <IntSurf_Couple.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IntSurf_Couple () | |
| IntSurf_Couple (const Standard_Integer Index1, const Standard_Integer Index2) | |
| Standard_Integer | First () const |
| returns the first element | |
| Standard_Integer | Second () const |
| returns the Second element | |
| IntSurf_Couple::IntSurf_Couple | ( | ) |
| IntSurf_Couple::IntSurf_Couple | ( | const Standard_Integer | Index1, |
| const Standard_Integer | Index2 | ||
| ) |
| Standard_Integer IntSurf_Couple::First | ( | ) | const |
| void IntSurf_Couple::operator delete | ( | void * | anAddress | ) | [inline] |
| void* IntSurf_Couple::operator new | ( | size_t | size | ) | [inline] |
| void* IntSurf_Couple::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Integer IntSurf_Couple::Second | ( | ) | const |
1.7.4