Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbcMessage.hpp
Go to the documentation of this file.
1 /* $Id: CbcMessage.hpp 2465 2019-01-03 19:26:52Z 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 CbcMessage_H
7 #define CbcMessage_H
8 
9 #if defined(_MSC_VER)
10 // Turn off compiler warning about long names
11 #pragma warning(disable : 4786)
12 #endif
13 
23 #include "CoinMessageHandler.hpp"
75 #ifndef NO_FATHOM_PRINT
77 #endif
79 };
80 
81 class CbcMessage : public CoinMessages {
82 
83 public:
89 };
90 
91 #endif
92 
93 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
94 */
This is a first attempt at a message handler.
CbcMessage(Language language=us_en)
Constructor.
CBC_Message
This deals with Cbc messages (as against Clp messages etc).
Definition: CbcMessage.hpp:24
Language
Supported languages.
Language language() const
Language.
Class to hold and manipulate an array of massaged messages.