|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <objects.h>
Public Member Functions | |
| Account (const std::string &n, const std::string &d="", const Aliases &a=Aliases()) | |
| ctor More... | |
| const std::string & | name () const |
| const std::string & | desc () const |
| int64_t | rawBalance () const |
| double | balance () const |
| bool | isAnAlias (const std::string &a) const |
| void | insertAlias (const std::string &a) |
| Account & | operator+= (double val) |
| Account & | operator+= (int64_t val) |
Represents an account in the accounting world
|
inline |
ctor
| n | name of the account to be created |
| d | short description of the account |
| a | list of aliases associated with this account |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17