#include <StepData_FieldList1.hxx>
Inheritance diagram for StepData_FieldList1:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepData_FieldList1 () |
Creates a FieldList of 1 Field . | |
virtual Standard_EXPORT Standard_Integer | NbFields () const |
Returns the count of fields. Here, returns 1 . | |
virtual Standard_EXPORT const StepData_Field & | Field (const Standard_Integer num) const |
Returns the field n0 <num> between 1 and NbFields (read only) . | |
virtual Standard_EXPORT StepData_Field & | CField (const Standard_Integer num) |
Returns the field n0 <num> between 1 and NbFields, in order to modify its content . | |
virtual Standard_EXPORT void | Destroy () |
virtual Standard_EXPORT | ~StepData_FieldList1 () |
Private Attributes | |
StepData_Field | thefield |
|
|
|
|
|
Reimplemented from StepData_FieldList. |
|
|
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
|