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 |
Public Member Functions inherited from Ipopt::ReferencedObject | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
Index | ReferenceCount () const |
void | AddRef (const Referencer *referencer) const |
void | ReleaseRef (const Referencer *referencer) const |
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.
|
inline |
Definition at line 24 of file SensSuffixHandler.hpp.
|
inlinevirtual |
Definition at line 27 of file SensSuffixHandler.hpp.
|
pure virtual |
Implemented in Ipopt::MetadataMeasurement.