Ipopt Documentation  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 #ifndef __SENSREGOP_HPP__
6 #define __SENSREGOP_HPP__
7 
8 #include "IpSmartPtr.hpp"
9 
10 namespace Ipopt
11 {
12 
13 class RegisteredOptions;
14 
16  const SmartPtr<RegisteredOptions>& roptions
17 );
18 
19 } // namespace Ipopt
20 
21 #endif
#define SIPOPTLIB_EXPORT
Include file for the configuration of Ipopt.
Definition: IpoptConfig.h:79
SIPOPTLIB_EXPORT void RegisterOptions_sIPOPT(const SmartPtr< RegisteredOptions > &roptions)