teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Classes | Namespaces | Typedefs
ledger/objects.h File Reference
#include <utility>
#include <set>
#include <string>
#include <vector>
#include <stdio.h>
#include <stdint.h>
#include "core/time_utils.h"

Go to the source code of this file.

Classes

class  teditor::ledger::Account
 
class  teditor::ledger::Accounts
 
class  teditor::ledger::Transaction
 

Namespaces

 teditor
 
 teditor::ledger
 

Typedefs

typedef std::set< std::string > teditor::ledger::Aliases
 
typedef std::pair< std::string, int64_t > teditor::ledger::AccInfo
 
typedef std::vector< AccInfo > teditor::ledger::AccountsInfo
 
typedef std::vector< Transaction > teditor::ledger::Transactions