Public Member Functions
Ipopt::SuffixHandler Class Reference

This class is the interface for all classes that can return indices. More...

#include <SensSuffixHandler.hpp>

Inheritance diagram for Ipopt::SuffixHandler:
Ipopt::ReferencedObject Ipopt::MetadataMeasurement

List of all members.

Public Member Functions

 SuffixHandler ()
virtual ~SuffixHandler ()
virtual std::vector< IndexGetIntegerSuffix (std::string suffix_string)=0

Detailed Description

This class is the interface for all classes that can return indices.

The implementation for Ampl is done in the MetadataMeasurement class

Definition at line 21 of file SensSuffixHandler.hpp.


Constructor & Destructor Documentation

Ipopt::SuffixHandler::SuffixHandler ( ) [inline]

Definition at line 24 of file SensSuffixHandler.hpp.

virtual Ipopt::SuffixHandler::~SuffixHandler ( ) [inline, virtual]

Definition at line 28 of file SensSuffixHandler.hpp.


Member Function Documentation

virtual std::vector<Index> Ipopt::SuffixHandler::GetIntegerSuffix ( std::string  suffix_string) [pure virtual]

Implemented in Ipopt::MetadataMeasurement.


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