octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reverse of autoload


From: JuanPi
Subject: reverse of autoload
Date: Sun, 23 Sep 2012 22:48:59 +0200

Hi,

Today I was searching for a function that does the reverse of autoload
(./src/oct-parse.cc line 7103). I couldn't find it. If it doesn't
exist. Can I add the option "remove" to autoload?

My plan is to use lookup_autoload (./src/oct-parse.cc line 199) to
search for the given function and then erase that element from the
autoload_map map (method std::map::erase).

Is there anything else to take care of?

Thank you

-- 
JuanPi Carbajal
-----
"It is one thing not to be able to perform a certain feat, but quite
another to prove that it cannot be done." - Henry Ernest Dudeney
-----
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]