2006/5/12, Edward Vermillion <[EMAIL PROTECTED]>:


On May 12, 2006, at 1:09 PM, Martin Alterisio wrote:

class foo {

        function bar()
        {
                function baz(){}
        }
}


baz() will be a global function there.
There are other ways to add member functions at runtime but I haven't had
the chance to properly used to them to say they are safe or not.

Reply via email to