Orcus
config.hpp
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
6  */
7 
8 #ifndef INCLUDED_ORCUS_SPREADSHEET_CONFIG_HPP
9 #define INCLUDED_ORCUS_SPREADSHEET_CONFIG_HPP
10 
11 #include "orcus/env.hpp"
12 
13 #include <cstdint>
14 
15 namespace orcus { namespace spreadsheet {
16 
17 struct ORCUS_SPM_DLLPUBLIC document_config
18 {
25 
28  ~document_config();
29 
30  document_config& operator= (const document_config& r);
31 };
32 
33 }}
34 
35 #endif
36 
37 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
orcus::spreadsheet::document_config::output_precision
int8_t output_precision
Definition: config.hpp:24
orcus::spreadsheet::document_config
Definition: config.hpp:18