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

print_list_active Class Reference

List of all members.

Public Member Functions

 print_list_active (ostream &os)
void operator() (const GroupInfo &gd)

Private Attributes

ostream & os

Constructor & Destructor Documentation

print_list_active::print_list_active ostream &  os  )  [inline]
 

Definition at line 1313 of file NewsCache.cc.

01313                                        :os(os) {
01314         } void operator() (const GroupInfo & gd) {


Member Function Documentation

void print_list_active::operator() const GroupInfo gd  )  [inline]
 

Definition at line 1314 of file NewsCache.cc.

01314                                                  {
01315                 os << gd << "\r\n";
01316                 if (!os.good())
01317                         throw SystemError("cannot write to clientstream",
01318                                           errno, ERROR_LOCATION);
01319         }


Member Data Documentation

ostream& print_list_active::os [private]
 

Definition at line 1311 of file NewsCache.cc.


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