Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

PackageViewer Class Reference

This PathScanner actor simply displays the package name/version/path It is used by the cmt show packages operation. More...

Inheritance diagram for PackageViewer:

Inheritance graph
[legend]
Collaboration diagram for PackageViewer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

This PathScanner actor simply displays the package name/version/path It is used by the cmt show packages operation.

Definition at line 107 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 PathScanner::actor.

Definition at line 173 of file cmt_parser.cxx.

00176 {
00177   cout << package << " " << version << " " << path << endl;
00178 }


The documentation for this class was generated from the following file:
Generated on Mon May 2 10:25:55 2005 for CMT by doxygen 1.3.5