Orcus
Main Page
Related Pages
Classes
Files
File List
include
orcus
orcus_import_xlsx.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 ORCUS_ORCUS_IMPORT_XLSX_HPP
9
#define ORCUS_ORCUS_IMPORT_XLSX_HPP
10
11
#include "interface.hpp"
12
13
namespace
orcus
{
14
15
namespace
spreadsheet {
namespace
iface {
16
class
import_table;
17
}}
18
19
class
ORCUS_DLLPUBLIC
import_xlsx
20
{
21
private
:
22
import_xlsx
();
// deleted
23
import_xlsx
(
const
import_xlsx
&);
// deleted
24
import_xlsx
& operator=(
const
import_xlsx
&);
// deleted
25
26
public
:
27
static
void
read_table(
const
char
* p,
size_t
n,
spreadsheet::iface::import_table
* data);
28
};
29
30
}
31
32
#endif
33
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
orcus::import_xlsx
Definition:
orcus_import_xlsx.hpp:19
orcus::spreadsheet::iface::import_table
Definition:
import_interface.hpp:378
orcus
Definition:
base64.hpp:15
Generated on Thu Mar 17 2016 04:47:37 for Orcus by
1.8.11