#include <ycpTools.h>
Inheritance diagram for YcpArgLoad::YcpArg:
Public Types | |
enum | Result { assigned = 0, wrongtype, badformat } |
Public Member Functions | |
virtual | ~YcpArg () |
YCPValueType | type () const |
Result | load (const YCPValue &arg_r) |
Protected Member Functions | |
virtual bool | assign (const YCPValue &arg_r)=0 |
YcpArg (YCPValueType type_r) | |
Protected Attributes | |
YCPValueType | _type |
|
|
|
|
|
|
|
Implemented in YcpArgLoad::Value< Ytype, Vtype >. |
|
|
|
|
|
|