Inheritance diagram for Y2StorageCallbackFunction:

Public Member Functions | |
| Y2StorageCallbackFunction (StorageCallbacks *instance, unsigned int pos) | |
| bool | attachParameter (const YCPValue &arg, const int position) |
| constTypePtr | wantedParameterType () const |
| bool | appendParameter (const YCPValue &arg) |
| bool | finishParameters () |
| YCPValue | evaluateCall () |
| bool | reset () |
| string | name () const |
Private Attributes | |
| unsigned int | m_position |
| StorageCallbacks * | m_instance |
| YCPValue | m_param1 |
| YCPValue | m_param2 |
| YCPValue | m_param3 |
| YCPValue | m_param4 |
| Y2StorageCallbackFunction::Y2StorageCallbackFunction | ( | StorageCallbacks * | instance, | |
| unsigned int | pos | |||
| ) |
| bool Y2StorageCallbackFunction::attachParameter | ( | const YCPValue & | arg, | |
| const int | position | |||
| ) | [virtual] |
Implements Y2Function.
| constTypePtr Y2StorageCallbackFunction::wantedParameterType | ( | ) | const [virtual] |
Implements Y2Function.
| bool Y2StorageCallbackFunction::appendParameter | ( | const YCPValue & | arg | ) | [virtual] |
Implements Y2Function.
| bool Y2StorageCallbackFunction::finishParameters | ( | ) | [virtual] |
Implements Y2Function.
| YCPValue Y2StorageCallbackFunction::evaluateCall | ( | ) | [virtual] |
Implements Y2Function.
| bool Y2StorageCallbackFunction::reset | ( | ) | [virtual] |
Implements Y2Function.
| string Y2StorageCallbackFunction::name | ( | ) | const [virtual] |
Implements Y2Function.
unsigned int Y2StorageCallbackFunction::m_position [private] |
YCPValue Y2StorageCallbackFunction::m_param1 [private] |
YCPValue Y2StorageCallbackFunction::m_param2 [private] |
YCPValue Y2StorageCallbackFunction::m_param3 [private] |
YCPValue Y2StorageCallbackFunction::m_param4 [private] |
1.5.0