file_event Class Reference

#include <event.h>


Public Member Functions

virtual ~file_event ()
 file_event ()
 file_event (time_t when, change::pointer cp, fstate_src_ty *src)
 file_event (const file_event &)
file_eventoperator= (const file_event &)
time_t get_when () const
change::pointer get_change () const
fstate_src_tyget_src () const

Private Attributes

time_t when
change::pointer cp
fstate_src_tysrc


Detailed Description

The file_event class is used to represent a change set as an event that happened to a file.

Definition at line 33 of file event.h.


Constructor & Destructor Documentation

virtual file_event::~file_event (  )  [virtual]

The destructor.

file_event::file_event (  ) 

The default constructor.

file_event::file_event ( time_t  when,
change::pointer  cp,
fstate_src_ty src 
)

The constructor.

file_event::file_event ( const file_event  ) 

The copy constructor.


Member Function Documentation

file_event& file_event::operator= ( const file_event  ) 

The assignment operator.

time_t file_event::get_when (  )  const [inline]

Definition at line 61 of file event.h.

change::pointer file_event::get_change (  )  const [inline]

Definition at line 62 of file event.h.

fstate_src_ty* file_event::get_src (  )  const [inline]

Definition at line 63 of file event.h.


Field Documentation

time_t file_event::when [private]

Definition at line 66 of file event.h.

Definition at line 67 of file event.h.

Definition at line 68 of file event.h.


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

Generated on Wed Mar 12 23:37:39 2008 for Aegis by  doxygen 1.5.5