Main Page ? Class Hierarchy ? Compound List ? File List ? Compound 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:

[legend]
Collaboration diagram for PackageViewer:

[legend]
List of all members.

Public Methods

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 97 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 171 of file cmt_parser.cxx.

00174 {
00175   cout << package << " " << version << " " << path << endl;
00176 }

The documentation for this class was generated from the following file:
Generated on Wed Sep 1 11:00:47 2004 for CMT by 1.2.18