#include <timelog.h>
Public Member Functions | |
| time_xact_t () | |
| time_xact_t (const optional< position_t > &_position, const datetime_t &_checkin, const bool _completed=false, account_t *_account=NULL, const string &_desc="", const string &_note="") | |
| time_xact_t (const time_xact_t &xact) | |
| ~time_xact_t () throw () | |
Public Attributes | |
| account_t * | account | 
| datetime_t | checkin | 
| bool | completed | 
| string | desc | 
| string | note | 
| position_t | position | 
      
  | 
  inline | 
Definition at line 64 of file timelog.h.
References account, time_xact_t(), and TRACE_CTOR.
Referenced by time_xact_t(), time_xact_t(), time_xact_t(), and ~time_xact_t().
      
  | 
  inline | 
Definition at line 67 of file timelog.h.
References account, checkin, completed, desc, note, position, time_xact_t(), and TRACE_CTOR.
      
  | 
  inline | 
Definition at line 79 of file timelog.h.
References account, checkin, completed, desc, note, position, time_xact_t(), and TRACE_CTOR.
      
  | 
  inline | ||||||||||||
Definition at line 84 of file timelog.h.
References time_xact_t(), and TRACE_DTOR.
| account_t* ledger::time_xact_t::account | 
Definition at line 59 of file timelog.h.
Referenced by time_xact_t(), time_xact_t(), and time_xact_t().
| datetime_t ledger::time_xact_t::checkin | 
Definition at line 57 of file timelog.h.
Referenced by time_xact_t(), and time_xact_t().
| bool ledger::time_xact_t::completed | 
Definition at line 58 of file timelog.h.
Referenced by time_xact_t(), and time_xact_t().
| string ledger::time_xact_t::desc | 
Definition at line 60 of file timelog.h.
Referenced by time_xact_t(), and time_xact_t().
| string ledger::time_xact_t::note | 
Definition at line 61 of file timelog.h.
Referenced by time_xact_t(), and time_xact_t().
| position_t ledger::time_xact_t::position | 
Definition at line 62 of file timelog.h.
Referenced by time_xact_t(), and time_xact_t().