Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
RegisteredTNLPs Class Reference

#include <RegisteredTNLP.hpp>

Public Member Functions

 RegisteredTNLPs (const SmartPtr< RegisteredTNLP > &tnlp, const std::string name)
 
virtual ~RegisteredTNLPs ()
 

Static Public Member Functions

static SmartPtr< RegisteredTNLPGetTNLP (const std::string name)
 
static void PrintRegisteredProblems ()
 

Private Member Functions

void RegisterTNLP (const SmartPtr< RegisteredTNLP > &tnlp, const std::string name)
 

Private Attributes

SmartPtr< RegisteredTNLPtnlp_
 

Detailed Description

Definition at line 29 of file RegisteredTNLP.hpp.

Constructor & Destructor Documentation

RegisteredTNLPs::RegisteredTNLPs ( const SmartPtr< RegisteredTNLP > &  tnlp,
const std::string  name 
)
inline

Definition at line 32 of file RegisteredTNLP.hpp.

virtual RegisteredTNLPs::~RegisteredTNLPs ( )
inlinevirtual

Definition at line 36 of file RegisteredTNLP.hpp.

Member Function Documentation

static SmartPtr<RegisteredTNLP> RegisteredTNLPs::GetTNLP ( const std::string  name)
static
static void RegisteredTNLPs::PrintRegisteredProblems ( )
static
void RegisteredTNLPs::RegisterTNLP ( const SmartPtr< RegisteredTNLP > &  tnlp,
const std::string  name 
)
private

Member Data Documentation

SmartPtr<RegisteredTNLP> RegisteredTNLPs::tnlp_
private

Definition at line 43 of file RegisteredTNLP.hpp.


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