#include <ycpTools.h>
Public Member Functions | |
YcpArgLoad (const std::string &fnc_r="") | |
~YcpArgLoad () | |
template<YCPValueType Ytype, typename Vtype> Vtype & | arg () |
template<YCPValueType Ytype, typename Vtype> Vtype & | arg (const Vtype &d) |
bool | load (const YCPList &args_r) |
Private Member Functions | |
YcpArgLoad & | operator= (const YcpArgLoad &) |
YcpArgLoad (const YcpArgLoad &) | |
void | append (YcpArg *narg) |
Private Attributes | |
std::string | _fnc |
std::vector< YcpArg * > | _proto |
unsigned | _optional |
Friends | |
std::ostream & | operator<< (std::ostream &str, const YcpArgLoad &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|