#include <YCPElement.h>
Inheritance diagram for YCPElement:
Public Member Functions | |
YCPElement () | |
YCPElement (const YCPNull &) | |
YCPElement (const YCPElementRep *e) | |
YCPElement (const YCPElement &e) | |
virtual | ~YCPElement () |
const YCPElement & | operator= (const YCPElement &e) |
bool | isNull () const |
bool | refersToSameElementAs (const YCPElement &e) const |
Protected Member Functions | |
const YCPElementRep * | writeCopy () |
Protected Attributes | |
const YCPElementRep * | element |
Private Member Functions | |
DEF_OPS (Element) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use this method to get an element which is ready to change. This will ensure copy-on-write semantics |
|
|