Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SensRegOp.hpp
Go to the documentation of this file.
00001 // Copyright 2009, 2011 Hans Pirnay
00002 // All Rights Reserved.
00003 // This code is published under the Eclipse Public License.
00004 //
00005 
00006 #ifndef __SENSREGOP_HPP__
00007 #define __SENSREGOP_HPP__
00008 
00009 #include "IpSmartPtr.hpp"
00010 
00011 namespace Ipopt
00012 {
00013   class RegisteredOptions;
00014 
00015   void RegisterOptions_sIPOPT(const SmartPtr<RegisteredOptions>& roptions);
00016 
00017 } // namespace Ipopt
00018 
00019 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines