CglMessage.hpp
Go to the documentation of this file.
1 // $Id: CglMessage.hpp 1105 2013-03-19 12:43:52Z forrest $
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 
10 #include "CoinPragma.hpp"
11 
12 // This deals with Cgl messages (as against Osi messages etc)
13 
14 #include "CoinMessageHandler.hpp"
16 {
34 };
35 
38 class CglMessage : public CoinMessages {
39 
40 public:
41 
47 
48 };
49 
50 #endif
CGL_Message
Definition: CglMessage.hpp:15
CglMessage(Language language=us_en)
Constructor.
Language language() const
Language.
This is a first attempt at a message handler.
Class to hold and manipulate an array of massaged messages.
Language
Supported languages.
This deals with Cgl messages (as against Osi messages etc)
Definition: CglMessage.hpp:38