#include <Y2StdioFunction.h>
List of all members.
Constructor & Destructor Documentation
| Y2StdioFunction::Y2StdioFunction |
( |
string |
ns, |
|
|
string |
name, |
|
|
constFunctionTypePtr |
type, |
|
|
Y2ProgramComponent * |
sender |
|
) |
| |
| Y2StdioFunction::~Y2StdioFunction |
( |
| ) |
|
|
virtual |
Member Function Documentation
| bool Y2StdioFunction::appendParameter |
( |
const YCPValue & |
arg | ) |
|
|
virtual |
| bool Y2StdioFunction::attachParameter |
( |
const YCPValue & |
arg, |
|
|
const int |
position |
|
) |
| |
|
virtual |
| YCPValue Y2StdioFunction::evaluateCall |
( |
| ) |
|
|
virtual |
| bool Y2StdioFunction::finishParameters |
( |
| ) |
|
|
virtual |
| string Y2StdioFunction::name |
( |
| ) |
const |
|
virtual |
| bool Y2StdioFunction::reset |
( |
| ) |
|
|
virtual |
Reset the currecn parameters, so the instance can be reused for the next call (appendParameter etc)
Implements Y2Function.
References m_parameters, and m_type.
| constTypePtr Y2StdioFunction::wantedParameterType |
( |
| ) |
const |
|
virtual |
What type is expected for the next appendParameter (val) ? (Used when calling from Perl, to be able to convert from the simple type system of Perl to the elaborate type system of YCP)
- Returns:
- Type::Any if number of parameters exceeded
Implements Y2Function.
References Type::Any, and y2internal.
Member Data Documentation
| string Y2StdioFunction::m_name |
|
private |
| string Y2StdioFunction::m_namespace |
|
private |
| constFunctionTypePtr Y2StdioFunction::m_type |
|
private |
The documentation for this class was generated from the following files: