OS  2.10.2
OSrLWriter.h
Go to the documentation of this file.
1 /* $Id: OSrLWriter.h 5284 2017-12-08 13:52:50Z stefan $ */
17 #ifndef OSrLWRITER_H
18 #define OSrLWRITER_H
19 
20 #include "OSResult.h"
21 #include <string>
22 
23 
24 
31 {
32 private:
37  OSResult *m_OSResult;
38 public:
39 
45 
51 
59  std::string writeOSrL( OSResult *theosresult);
60 
61 
66 
70 
74  std::string m_sB64encoded;
83  //char* writeOSrLWrap( OSResult *theosresult);
84 };
85 #endif
The Result Class.
Definition: OSResult.h:2549
Take an OSResult object and write a string that validates against OSrL.
Definition: OSrLWriter.h:31
std::string writeOSrL(OSResult *theosresult)
create an osrl string from an OSResult object
bool m_bWhiteSpace
m_bWhiteSpace is set to true if we write white space in the file
Definition: OSrLWriter.h:69
~OSrLWriter()
Class destructor.
std::string m_sB64encoded
m_sB64encoded is a string of data (start, colIdx, rowIdx, or values) from linear constraints coeffici...
Definition: OSrLWriter.h:74
bool m_bWriteBase64
m_bWriteBase64 is set to true if we encode the linear constraint coefficients in base64 binary
Definition: OSrLWriter.h:65
OSrLWriter()
Default constructor.