Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
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 163 of file AmplTNLP.hpp.

Constructor & Destructor Documentation

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

Definition at line 166 of file AmplTNLP.hpp.

Member Function Documentation

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

Definition at line 176 of file AmplTNLP.hpp.

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

Definition at line 180 of file AmplTNLP.hpp.

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

Definition at line 184 of file AmplTNLP.hpp.

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

Definition at line 188 of file AmplTNLP.hpp.

Member Data Documentation

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

Definition at line 193 of file AmplTNLP.hpp.

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

Definition at line 194 of file AmplTNLP.hpp.

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

Definition at line 195 of file AmplTNLP.hpp.

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

Definition at line 196 of file AmplTNLP.hpp.


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