Aegis  4.25.D505
Public Member Functions | Private Attributes
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.

The default constructor.

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

The constructor.

The copy constructor.


Member Function Documentation

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.

time_t file_event::get_when ( ) const [inline]

Definition at line 61 of file event.h.

file_event& file_event::operator= ( const file_event )

The assignment operator.


Field Documentation

Definition at line 67 of file event.h.

Definition at line 68 of file event.h.

time_t file_event::when [private]

Definition at line 66 of file event.h.


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