Open CASCADE Technology
6.9.0
|
#include <TColStd_Array1OfBoolean.hxx>
Public Member Functions | |
TColStd_Array1OfBoolean (const Standard_Integer Low, const Standard_Integer Up) | |
TColStd_Array1OfBoolean (const Standard_Boolean &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const Standard_Boolean &V) |
void | Destroy () |
~TColStd_Array1OfBoolean () | |
Standard_Boolean | IsAllocated () const |
const TColStd_Array1OfBoolean & | Assign (const TColStd_Array1OfBoolean &Other) |
const TColStd_Array1OfBoolean & | operator= (const TColStd_Array1OfBoolean &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Standard_Boolean &Value) |
const Standard_Boolean & | Value (const Standard_Integer Index) const |
const Standard_Boolean & | operator() (const Standard_Integer Index) const |
Standard_Boolean & | ChangeValue (const Standard_Integer Index) |
Standard_Boolean & | operator() (const Standard_Integer Index) |
TColStd_Array1OfBoolean::TColStd_Array1OfBoolean | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
TColStd_Array1OfBoolean::TColStd_Array1OfBoolean | ( | const Standard_Boolean & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const TColStd_Array1OfBoolean& TColStd_Array1OfBoolean::Assign | ( | const TColStd_Array1OfBoolean & | Other | ) |
Standard_Boolean& TColStd_Array1OfBoolean::ChangeValue | ( | const Standard_Integer | Index | ) |
void TColStd_Array1OfBoolean::Destroy | ( | ) |
void TColStd_Array1OfBoolean::Init | ( | const Standard_Boolean & | V | ) |
Standard_Boolean TColStd_Array1OfBoolean::IsAllocated | ( | ) | const |
Standard_Integer TColStd_Array1OfBoolean::Length | ( | ) | const |
Standard_Integer TColStd_Array1OfBoolean::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void TColStd_Array1OfBoolean::SetValue | ( | const Standard_Integer | Index, |
const Standard_Boolean & | Value | ||
) |
Standard_Integer TColStd_Array1OfBoolean::Upper | ( | ) | const |
const Standard_Boolean& TColStd_Array1OfBoolean::Value | ( | const Standard_Integer | Index | ) | const |