C++
C#
VB
JScript
All

Method xml_reference::­operator=


Copyright (C) 2005 IENT-RWTH Aachen

self &xml_reference::operator=(const node_type &x)
self &xml_reference::operator=(const string    &s)
self &xml_reference::operator=(const char *     s)
self &xml_reference::operator=(const value_type &x)
template<class V> self &xml_reference::operator=(const V &x)
template<class V> self &xml_reference::operator=(const xml_tree<V> &x)

Assignment Operator

Returns

A reference to the current object.

Remarks

This sets this object (on the left-hand-side of the operator) to the value given on the right of the operator.