ygNodeDB derived from none | Example | Source | Header |
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
4See the comments of the book, "The C++ Standard Library, A Tutorial and Reference by Nicolai M. Josuttis, in pg. 205.
5for (i=p_->nodes.begin(); i != p_->nodes.end(); ++i) { if ((*i).second == node) p_->nodes.erase(i); }
method createProxy
method nodesOfType