ygNodeDB derived from none Example Source Header

Author: Dave Pape
11/01/01
02/01/06 Alex Hill - added logic to find correct "world" and "localroot" nodes
Revision: 07/01/06 Alex Hill - added logic to delay storing node information for ygWorld

    Comments

method p_

method init

method find

method createValidName

method create

0.1 NOTE: This may cause problems on SGIs when using STL strings!!

method remove

1 Fixed by Yongjoo Cho
2 Note that this may work on g++ but is not the correct way of using erase
3 and causes an error in Visual C++ 2005
4
 See the comments of the book, "The C++ Standard Library, A Tutorial and Reference
	   by Nicolai M. Josuttis, in pg. 205.
   

5
    for (i=p_->nodes.begin(); i != p_->nodes.end(); ++i)
        {
        if ((*i).second == node)
            p_->nodes.erase(i);
        }

method createProxy

method nodesOfType