#include <PkgModuleCallbacks.YCP.h>
Public Member Functions | |
| CB (const Send &send_r, CBid func) | |
| ~CB () | |
| CB & | addStr (const string &arg) |
| CB & | addStr (const Pathname &arg) |
| CB & | addStr (const Url &arg) |
| CB & | addInt (long long arg) |
| CB & | addBool (bool arg) |
| bool | isStr () const |
| bool | isInt () const |
| bool | isBool () const |
| bool | expecting (YCPValueType exp_r) const |
| bool | evaluate () |
| bool | evaluate (YCPValueType exp_r) |
| string | evaluateStr (const string &def_r="") |
| long long | evaluateInt (const long long &def_r=0) |
| bool | evaluateBool (const bool &def_r=false) |
Public Attributes | |
| const Send & | _send |
| CBid | _id |
| bool | _set |
| Y2Function * | _func |
| YCPValue | _result |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6