Loading...
Searching...
No Matches
ledger::journal_t::fileinfo_t Struct Reference

#include <journal.h>

Public Member Functions

 fileinfo_t ()
 
 fileinfo_t (const fileinfo_t &info)
 
 fileinfo_t (const path &_filename)
 
 ~fileinfo_t () throw ()
 

Public Attributes

optional< pathfilename
 
bool from_stream
 
datetime_t modtime
 

Detailed Description

Definition at line 77 of file journal.h.

Constructor & Destructor Documentation

◆ fileinfo_t() [1/3]

ledger::journal_t::fileinfo_t::fileinfo_t ( )
inline

Definition at line 83 of file journal.h.

References TRACE_CTOR.

◆ fileinfo_t() [2/3]

ledger::journal_t::fileinfo_t::fileinfo_t ( const path & _filename)
inline

Definition at line 86 of file journal.h.

References ledger::downcast(), filename, modtime, and TRACE_CTOR.

+ Here is the call graph for this function:

◆ fileinfo_t() [3/3]

ledger::journal_t::fileinfo_t::fileinfo_t ( const fileinfo_t & info)
inline

Definition at line 91 of file journal.h.

References TRACE_CTOR.

◆ ~fileinfo_t()

ledger::journal_t::fileinfo_t::~fileinfo_t ( )
throw ( )
inline

Definition at line 97 of file journal.h.

References TRACE_DTOR.

Member Data Documentation

◆ filename

optional<path> ledger::journal_t::fileinfo_t::filename

Definition at line 79 of file journal.h.

Referenced by fileinfo_t().

◆ from_stream

bool ledger::journal_t::fileinfo_t::from_stream

Definition at line 81 of file journal.h.

◆ modtime

datetime_t ledger::journal_t::fileinfo_t::modtime

Definition at line 80 of file journal.h.

Referenced by fileinfo_t().


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