Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

active_filter_time< Format > Class Template Reference

List of all members.

Public Member Functions

 active_filter_time (ostream &os, nvtime_t ctime)
void operator() (const GroupInfo &gd)

Private Attributes

Format fmt
nvtime_t ctime

template<class Format>
class active_filter_time< Format >


Constructor & Destructor Documentation

template<class Format>
active_filter_time< Format >::active_filter_time ostream &  os,
nvtime_t  ctime
[inline]
 

Definition at line 1367 of file NewsCache.cc.

References nvtime_t.

01368       :    fmt(os), ctime(ctime) {
01369         }


Member Function Documentation

template<class Format>
void active_filter_time< Format >::operator() const GroupInfo gd  )  [inline]
 

Definition at line 1370 of file NewsCache.cc.

References GroupInfo::ctime(), and active_filter_time< Format >::fmt.

01370                                                {
01371                 if (gd.ctime() > ctime)
01372                         fmt(gd);
01373         }


Member Data Documentation

template<class Format>
nvtime_t active_filter_time< Format >::ctime [private]
 

Definition at line 1365 of file NewsCache.cc.

template<class Format>
Format active_filter_time< Format >::fmt [private]
 

Definition at line 1364 of file NewsCache.cc.

Referenced by active_filter_time< Format >::operator()().


The documentation for this class was generated from the following file:
Generated on Fri Aug 20 10:58:09 2004 for NewsCache by doxygen 1.3.6-20040222