#include <SFBonExtension.h>


Public Types | |
| enum | DataType_Type { Integer_DataType_Type, Double_DataType_Type, Character_DataType_Type, Pointer_DataType_Type } |
Public Member Functions | |
| virtual ParameterBaseImpl::DataType_Type | getDataType () |
| virtual long | getSize () |
| virtual void | initialize () |
Public Attributes | |
| int | size |
| BUP. | |
Definition at line 132 of file SFBonExtension.h.
| Integer_DataType_Type | |
| Double_DataType_Type | |
| Character_DataType_Type | |
| Pointer_DataType_Type |
Definition at line 136 of file SFBonExtension.h.
| ParameterBaseImpl::DataType_Type SF_BON::ParameterBaseImpl::getDataType | ( | ) | [virtual] |
Definition at line 272 of file SFBonExtension.cpp.
| long SF_BON::ParameterBaseImpl::getSize | ( | ) | [virtual] |
Definition at line 287 of file SFBonExtension.cpp.
| void SF_BON::ParameterBaseImpl::initialize | ( | ) | [virtual] |
Reimplemented from BON::ObjectImpl.
Reimplemented in SF_BON::InputParamImpl, and SF_BON::ParamImpl.
Definition at line 270 of file SFBonUserExtension.cpp.
BUP.
Definition at line 150 of file SFBonExtension.h.
1.6.3