Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

PackageViewer Class Reference

This FileScanner actor simply displays the package name/version/path. More...

Inheritance diagram for PackageViewer

Inheritance graph
[legend]
Collaboration diagram for PackageViewer:

Collaboration graph
[legend]
List of all members.

Public Methods

void run (const cmt_string& package, const cmt_string& version, const cmt_string& path)

Detailed Description

This FileScanner actor simply displays the package name/version/path.

Definition at line 112 of file cmt_parser.cxx.


Member Function Documentation

void PackageViewer::run ( const cmt_string & package,
const cmt_string & version,
const cmt_string & path ) [virtual]
 

Reimplemented from FileScanner::actor.

Definition at line 367 of file cmt_parser.cxx.

00370 {
00371   cout << package << " " << version << " " << path << endl;
00372 }


The documentation for this class was generated from the following file:
Generated at Thu May 16 16:27:55 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000