Ipopt Documentation  
 
Loading...
Searching...
No Matches
Ipopt::AmplOptionsList::PrivatInfo Class Reference

#include <AmplTNLP.hpp>

Public Member Functions

 PrivatInfo (const std::string &ipopt_name, SmartPtr< OptionsList > options, SmartPtr< const Journalist > jnlst, void **nerror=NULL)
 
const std::string & IpoptName () const
 
const SmartPtr< OptionsList > & Options () const
 
const SmartPtr< const Journalist > & Jnlst () const
 
void ** NError ()
 

Private Attributes

const std::string ipopt_name_
 
const SmartPtr< OptionsListoptions_
 
const SmartPtr< const Journalistjnlst_
 
void ** nerror_
 

Detailed Description

Definition at line 192 of file AmplTNLP.hpp.

Constructor & Destructor Documentation

◆ PrivatInfo()

Ipopt::AmplOptionsList::PrivatInfo::PrivatInfo ( const std::string &  ipopt_name,
SmartPtr< OptionsList options,
SmartPtr< const Journalist jnlst,
void **  nerror = NULL 
)
inline

Definition at line 195 of file AmplTNLP.hpp.

Member Function Documentation

◆ IpoptName()

const std::string & Ipopt::AmplOptionsList::PrivatInfo::IpoptName ( ) const
inline

Definition at line 207 of file AmplTNLP.hpp.

◆ Options()

const SmartPtr< OptionsList > & Ipopt::AmplOptionsList::PrivatInfo::Options ( ) const
inline

Definition at line 211 of file AmplTNLP.hpp.

◆ Jnlst()

const SmartPtr< const Journalist > & Ipopt::AmplOptionsList::PrivatInfo::Jnlst ( ) const
inline

Definition at line 215 of file AmplTNLP.hpp.

◆ NError()

void ** Ipopt::AmplOptionsList::PrivatInfo::NError ( )
inline

Definition at line 219 of file AmplTNLP.hpp.

Member Data Documentation

◆ ipopt_name_

const std::string Ipopt::AmplOptionsList::PrivatInfo::ipopt_name_
private

Definition at line 224 of file AmplTNLP.hpp.

◆ options_

const SmartPtr<OptionsList> Ipopt::AmplOptionsList::PrivatInfo::options_
private

Definition at line 225 of file AmplTNLP.hpp.

◆ jnlst_

const SmartPtr<const Journalist> Ipopt::AmplOptionsList::PrivatInfo::jnlst_
private

Definition at line 226 of file AmplTNLP.hpp.

◆ nerror_

void** Ipopt::AmplOptionsList::PrivatInfo::nerror_
private

Definition at line 227 of file AmplTNLP.hpp.


The documentation for this class was generated from the following file: