Ipopt  3.12.13
IpInterfacesRegOp.hpp
Go to the documentation of this file.
1 // Copyright (C) 2005, 2006 International Business Machines and others.
2 // All Rights Reserved.
3 // This code is published under the Eclipse Public License.
4 //
5 // $Id$
6 //
7 // Authors: Carl Laird, Andreas Waechter IBM 2005-08-16
8 
9 #ifndef __IPINTERFACESREGOP_HPP__
10 #define __IPINTERFACESREGOP_HPP__
11 
12 #include "IpSmartPtr.hpp"
13 
14 namespace Ipopt
15 {
16  class RegisteredOptions;
17 
19 
20 } // namespace Ipopt
21 
22 #endif
Template class for Smart Pointers.
Definition: IpSmartPtr.hpp:173
void RegisterOptions_Interfaces(const SmartPtr< RegisteredOptions > &roptions)