GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <AbstractSession.h>
Public Member Functions | |
AbstractSession () | |
auto | open (const std::string &_path) -> bool |
Open a database. More... | |
auto | path () const -> const std::string & |
auto | isOpen () const -> bool |
Protected Attributes | |
std::string | m_path |
bool | m_isOpen = false |
Definition at line 11 of file AbstractSession.h.
|
inline |
Definition at line 16 of file AbstractSession.h.
|
inline |
Definition at line 26 of file AbstractSession.h.
References m_isOpen.
Referenced by GCW::Dbo::GnuCashew::Session::open().
auto GCW::Dbo::AbstractSession::open | ( | const std::string & | _path | ) | -> bool |
Open a database.
Definition at line 27 of file AbstractSession.cpp.
References GCW::Dbo::Accounts::s_tableName.
Referenced by GCW::Dbo::GnuCashew::Session::open().
|
inline |
Definition at line 24 of file AbstractSession.h.
References m_path.
|
protected |
Definition at line 33 of file AbstractSession.h.
Referenced by isOpen(), and GCW::Dbo::GnuCashew::Session::open().
|
protected |
Definition at line 32 of file AbstractSession.h.
Referenced by path().