Exemplo n.º 1
0
    XalanMap&
    operator=(const XalanMap&   theRhs)
    {
        XalanMap    theTemp(theRhs, *m_memoryManager);

        swap(theTemp);

        return *this;
    }
Exemplo n.º 2
0
	  void push_back()   {
	          XalanVector theTemp(*this);
		      theTemp.push_back();
		          swap(theTemp);
			    }