This class is the interface for all classes that can return indices. More...
#include <SensSuffixHandler.hpp>
Public Member Functions | |
SuffixHandler () | |
virtual | ~SuffixHandler () |
virtual std::vector< Index > | GetIntegerSuffix (std::string suffix_string)=0 |
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.
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.
virtual std::vector<Index> Ipopt::SuffixHandler::GetIntegerSuffix | ( | std::string | suffix_string | ) | [pure virtual] |
Implemented in Ipopt::MetadataMeasurement.