#include <math_SingleTabOfInteger.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | math_SingleTabOfInteger (const Standard_Integer LowerIndex, const Standard_Integer UpperIndex) |
| Standard_EXPORT | math_SingleTabOfInteger (const Standard_Integer &Tab, const Standard_Integer LowerIndex, const Standard_Integer UpperIndex) |
| Standard_EXPORT void | Init (const Standard_Integer &InitValue) |
| Standard_EXPORT | math_SingleTabOfInteger (const math_SingleTabOfInteger &Other) |
| void | Copy (math_SingleTabOfInteger &Other) const |
| Standard_EXPORT void | SetLower (const Standard_Integer LowerIndex) |
| Standard_Integer & | Value (const Standard_Integer Index) const |
| Standard_Integer & | operator() (const Standard_Integer Index) const |
| Standard_EXPORT void | Free () |
| ~math_SingleTabOfInteger () | |
Private Attributes | |
| Standard_Address | Addr |
| Standard_Boolean | isAllocated |
| Standard_Integer | First |
| Standard_Integer | Last |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1