|
Open CASCADE Technology 6.5.2
|
#include <DBC_VArrayOfExtCharacter.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| DBC_VArrayOfExtCharacter () | |
| DBC_VArrayOfExtCharacter (const Standard_Integer Size) | |
| DBC_VArrayOfExtCharacter (const DBC_VArrayOfExtCharacter &Varray) | |
| void | Resize (const Standard_Integer Size) |
| void | Assign (const DBC_VArrayOfExtCharacter &Other) |
| void | operator= (const DBC_VArrayOfExtCharacter &Other) |
| void | SetValue (const Standard_Integer Index, const Standard_ExtCharacter &Value) |
| Standard_ExtCharacter & | Value (const Standard_Integer Index) const |
| Standard_ExtCharacter & | operator() (const Standard_Integer Index) const |
| void | Destroy () |
| ~DBC_VArrayOfExtCharacter () | |
| DBC_VArrayOfExtCharacter::DBC_VArrayOfExtCharacter | ( | ) |
| DBC_VArrayOfExtCharacter::DBC_VArrayOfExtCharacter | ( | const Standard_Integer | Size | ) |
| DBC_VArrayOfExtCharacter::DBC_VArrayOfExtCharacter | ( | const DBC_VArrayOfExtCharacter & | Varray | ) |
| DBC_VArrayOfExtCharacter::~DBC_VArrayOfExtCharacter | ( | ) | [inline] |
| void DBC_VArrayOfExtCharacter::Assign | ( | const DBC_VArrayOfExtCharacter & | Other | ) |
| void DBC_VArrayOfExtCharacter::Destroy | ( | ) |
Reimplemented from DBC_BaseArray.
| void DBC_VArrayOfExtCharacter::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from DBC_BaseArray.
| void* DBC_VArrayOfExtCharacter::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from DBC_BaseArray.
| void* DBC_VArrayOfExtCharacter::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from DBC_BaseArray.
| Standard_ExtCharacter& DBC_VArrayOfExtCharacter::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void DBC_VArrayOfExtCharacter::operator= | ( | const DBC_VArrayOfExtCharacter & | Other | ) | [inline] |
| void DBC_VArrayOfExtCharacter::Resize | ( | const Standard_Integer | Size | ) |
| void DBC_VArrayOfExtCharacter::SetValue | ( | const Standard_Integer | Index, |
| const Standard_ExtCharacter & | Value | ||
| ) |
| Standard_ExtCharacter& DBC_VArrayOfExtCharacter::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4