Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CglMessage.hpp
Go to the documentation of this file.
1 // $Id: CglMessage.hpp 1442 2019-01-06 16:39:41Z unxusr $
2 // Copyright (C) 2005, 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 CglMessage_H
7 #define CglMessage_H
8 
9 #include "CoinPragma.hpp"
10 
11 // This deals with Cgl messages (as against Osi messages etc)
12 
13 #include "CoinMessageHandler.hpp"
32 };
33 
36 class CglMessage : public CoinMessages {
37 
38 public:
44 };
45 
46 #endif
47 
48 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
49 */
This deals with Cgl messages (as against Osi messages etc)
Definition: CglMessage.hpp:36
CglMessage(Language language=us_en)
Constructor.
CGL_Message
Definition: CglMessage.hpp:14
This is a first attempt at a message handler.
Language
Supported languages.
Language language() const
Language.
Class to hold and manipulate an array of massaged messages.