Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ClpMessage.hpp
Go to the documentation of this file.
1 /* $Id: ClpMessage.hpp 2385 2019-01-06 19:43:06Z unxusr $ */
2 // Copyright (C) 2002, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 // This code is licensed under the terms of the Eclipse Public License (EPL).
5 
6 #ifndef ClpMessage_H
7 #define ClpMessage_H
8 
9 #include "CoinPragma.hpp"
10 #include <cstring>
11 
12 // This deals with Clp messages (as against Osi messages etc)
13 
14 #include "CoinMessageHandler.hpp"
105 #ifndef NO_FATHOM_PRINT
109 #endif
114 };
115 
118 class ClpMessage : public CoinMessages {
119 
120 public:
126 };
127 
128 #endif
129 
130 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
131 */
This deals with Clp messages (as against Osi messages etc)
Definition: ClpMessage.hpp:118
ClpMessage(Language language=us_en)
Constructor.
This is a first attempt at a message handler.
CLP_Message
Definition: ClpMessage.hpp:15
Language
Supported languages.
Language language() const
Language.
Class to hold and manipulate an array of massaged messages.