|
OS
2.10.1
|
Take an OSResult object and write a string that validates against OSrL. More...
#include "OSrLWriter.h"
Collaboration diagram for OSrLWriter:Public Member Functions | |
| OSrLWriter () | |
| Default constructor. More... | |
| ~OSrLWriter () | |
| Class destructor. More... | |
| std::string | writeOSrL (OSResult *theosresult) |
| create an osrl string from an OSResult object More... | |
Public Attributes | |
| bool | m_bWriteBase64 |
| m_bWriteBase64 is set to true if we encode the linear constraint coefficients in base64 binary More... | |
| bool | m_bWhiteSpace |
| m_bWhiteSpace is set to true if we write white space in the file More... | |
| std::string | m_sB64encoded |
| m_sB64encoded is a string of data (start, colIdx, rowIdx, or values) from linear constraints coefficients encoded in base64 binary More... | |
Take an OSResult object and write a string that validates against OSrL.
Definition at line 30 of file OSrLWriter.h.
| OSrLWriter::OSrLWriter | ( | ) |
Default constructor.
| OSrLWriter::~OSrLWriter | ( | ) |
Class destructor.
| std::string OSrLWriter::writeOSrL | ( | OSResult * | theosresult | ) |
| bool OSrLWriter::m_bWriteBase64 |
m_bWriteBase64 is set to true if we encode the linear constraint coefficients in base64 binary
Definition at line 65 of file OSrLWriter.h.
| bool OSrLWriter::m_bWhiteSpace |
m_bWhiteSpace is set to true if we write white space in the file
Definition at line 69 of file OSrLWriter.h.
| std::string OSrLWriter::m_sB64encoded |
m_sB64encoded is a string of data (start, colIdx, rowIdx, or values) from linear constraints coefficients encoded in base64 binary
Definition at line 74 of file OSrLWriter.h.
1.8.11