Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SensRegOp.hpp
Go to the documentation of this file.
1 // Copyright 2009, 2011 Hans Pirnay
2 // All Rights Reserved.
3 // This code is published under the Eclipse Public License.
4 //
5 
6 #ifndef __SENSREGOP_HPP__
7 #define __SENSREGOP_HPP__
8 
9 #include "IpSmartPtr.hpp"
10 
11 namespace Ipopt
12 {
13  class RegisteredOptions;
14 
15  void RegisterOptions_sIPOPT(const SmartPtr<RegisteredOptions>& roptions);
16 
17 } // namespace Ipopt
18 
19 #endif
void RegisterOptions_sIPOPT(const SmartPtr< RegisteredOptions > &roptions)