Loading...
Searching...
No Matches
ledger::time_xact_t Class Reference

#include <timelog.h>

+ Collaboration diagram for ledger::time_xact_t:

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_taccount
 
datetime_t checkin
 
bool completed
 
string desc
 
string note
 
position_t position
 

Detailed Description

Definition at line 54 of file timelog.h.

Constructor & Destructor Documentation

◆ time_xact_t() [1/3]

ledger::time_xact_t::time_xact_t ( )
inline

Definition at line 64 of file timelog.h.

References TRACE_CTOR.

◆ time_xact_t() [2/3]

ledger::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 = "" )
inline

Definition at line 67 of file timelog.h.

References TRACE_CTOR.

◆ time_xact_t() [3/3]

ledger::time_xact_t::time_xact_t ( const time_xact_t & xact)
inline

Definition at line 79 of file timelog.h.

References TRACE_CTOR.

◆ ~time_xact_t()

ledger::time_xact_t::~time_xact_t ( )
throw ( )
inline

Definition at line 84 of file timelog.h.

References TRACE_DTOR.

Member Data Documentation

◆ account

account_t* ledger::time_xact_t::account

Definition at line 59 of file timelog.h.

◆ checkin

datetime_t ledger::time_xact_t::checkin

Definition at line 57 of file timelog.h.

◆ completed

bool ledger::time_xact_t::completed

Definition at line 58 of file timelog.h.

◆ desc

string ledger::time_xact_t::desc

Definition at line 60 of file timelog.h.

◆ note

string ledger::time_xact_t::note

Definition at line 61 of file timelog.h.

◆ position

position_t ledger::time_xact_t::position

Definition at line 62 of file timelog.h.


The documentation for this class was generated from the following file: