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

KwdIncludePath Class Reference

Inheritance diagram for KwdIncludePath:

[legend]
Collaboration diagram for KwdIncludePath:

[legend]
List of all members.

Public Methods

void? action (const CmtSystem::cmt_string_vector &words, Use *use, const cmt_string &file_name, int line_number)

Member Function Documentation

void KwdIncludePath::action (? const CmtSystem::cmt_string_vector &? ? words,
Use *? ? use,
const cmt_string &? ? file_name,
int? ? line_number
)? [inline, virtual]
?

Implements Kwd.

Definition at line 355 of file cmt_syntax.cxx.

References Use::set_include_path(), and cmt_vector< cmt_string >::size().

00359   {
00360     if (words.size () > 1)
00361       {
00362         use->set_include_path (words[1]);
00363       }
00364   }

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