Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IWORKFormula.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
/*
3
* This file is part of the libetonyek project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef IWORKFORMULA_H_INCLUDED
11
#define IWORKFORMULA_H_INCLUDED
12
13
#include <string>
14
15
#include <boost/shared_ptr.hpp>
16
17
namespace
libetonyek
18
{
19
20
class
IWORKFormula
21
{
22
struct
Impl;
23
24
public
:
25
IWORKFormula
();
26
27
bool
parse
(
const
std::string
&formula);
28
29
const
std::string
toString
()
const
;
30
31
private
:
32
boost::shared_ptr<Impl>
m_impl
;
33
};
34
35
}
// namespace libetonyek
36
37
#endif // IWORKFORMULA_H_INCLUDED
38
39
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libetonyek::IWORKFormula::m_impl
boost::shared_ptr< Impl > m_impl
Definition:
IWORKFormula.h:32
libetonyek::IWORKFormula::parse
bool parse(const std::string &formula)
libetonyek::IWORKToken::string
Definition:
IWORKToken.h:177
libetonyek::IWORKFormula
Definition:
IWORKFormula.h:20
libetonyek::IWORKFormula::toString
const std::string toString() const
libetonyek::IWORKFormula::IWORKFormula
IWORKFormula()
Generated for libetonyek by
doxygen
1.8.6