Ipopt
3.11.9
contrib
sIPOPT
src
SensSuffixHandler.hpp
Go to the documentation of this file.
1
// Copyright 2009, 2011 Hans Pirnay
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// Date : 2009-08-01
6
7
8
#ifndef __SENS_ASSUFFIXHANDLER_HPP__
9
#define __SENS_ASSUFFIXHANDLER_HPP__
10
11
#include "
IpReferenced.hpp
"
12
#include <vector>
13
#include <string>
14
15
namespace
Ipopt
16
{
17
21
class
SuffixHandler
:
public
ReferencedObject
22
{
23
public
:
24
SuffixHandler
()
25
{
26
}
27
28
virtual
~SuffixHandler
()
29
{
30
}
31
32
virtual
std::vector<Index>
GetIntegerSuffix
(std::string suffix_string) =0;
33
34
};
35
36
}
37
38
#endif
IpReferenced.hpp
Ipopt::ReferencedObject
ReferencedObject class.
Definition:
IpReferenced.hpp:175
Ipopt::SuffixHandler
This class is the interface for all classes that can return indices.
Definition:
SensSuffixHandler.hpp:22
Ipopt::SuffixHandler::SuffixHandler
SuffixHandler()
Definition:
SensSuffixHandler.hpp:24
Ipopt::SuffixHandler::~SuffixHandler
virtual ~SuffixHandler()
Definition:
SensSuffixHandler.hpp:28
Ipopt::SuffixHandler::GetIntegerSuffix
virtual std::vector< Index > GetIntegerSuffix(std::string suffix_string)=0
Ipopt
Definition:
matlabjournal.hpp:14
Generated by
1.9.1