yast2-core
|
Wrapper for YCPBooleanRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPBooleanRep with the arrow operator. See YCPBooleanRep. More...
#include <YCPBoolean.h>
Public Member Functions | |
YCPBoolean (bool v) | |
YCPBoolean (const char *r) | |
YCPBoolean (bytecodeistream &str) | |
![]() | |
YCPValue () | |
![]() | |
YCPElement () | |
YCPElement (const YCPNull &) | |
YCPElement (const YCPElementRep *e) | |
YCPElement (const YCPElement &e) | |
~YCPElement () | |
const YCPElement & | operator= (const YCPElement &e) |
bool | isNull () const |
bool | refersToSameElementAs (const YCPElement &e) const |
Private Member Functions | |
DEF_COMMON (Boolean, Value) | |
Static Private Attributes | |
static YCPBoolean * | trueboolean = NULL |
static YCPBoolean * | falseboolean = NULL |
Additional Inherited Members | |
![]() | |
const YCPElementRep * | writeCopy () |
![]() | |
const YCPElementRep * | element |
Wrapper for YCPBooleanRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPBooleanRep with the arrow operator. See YCPBooleanRep.
YCPBoolean::YCPBoolean | ( | bool | v | ) |
|
inline |
YCPBoolean::YCPBoolean | ( | bytecodeistream & | str | ) |
|
private |
|
staticprivate |
|
staticprivate |