Ipopt Documentation  
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 
15 SIPOPTLIB_EXPORT void RegisterOptions_sIPOPT(
16  const SmartPtr<RegisteredOptions>& roptions
17 );
18 
19 } // namespace Ipopt
20 
21 #endif
Template class for Smart Pointers.
Definition: IpSmartPtr.hpp:172
This file contains a base class for all exceptions and a set of macros to help with exceptions.
SIPOPTLIB_EXPORT void RegisterOptions_sIPOPT(const SmartPtr< RegisteredOptions > &roptions)