Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 614 Bytes

NullNode.md

File metadata and controls

40 lines (25 loc) · 614 Bytes

NullNode

class NullNode

Inherited from: ValueNode.

Required header: <Eclog/NullNode.h>

The NullNode abstract class represents a null node in a document tree (See Document).

Member functions

Name Description
value Returns null.
assign Does nothing.

value

virtual Null value() const;

Returns null.


assign

virtual void assign(const Null&);
virtual void assign(const NullNode&);

Does nothing.