Public Member Functions | |
void | action (const CmtSystem::cmt_string_vector &words, Use *use, const cmt_string &file_name, int line_number) |
void | action (const CmtSystem::cmt_string_vector &words, Project *project, const cmt_string &file_name, int line_number) |
|
Reimplemented from Kwd. Definition at line 851 of file cmt_syntax.cxx. References CmtSystem::cmt_string_vector, and Project::use_action().
00855 { 00856 project->use_action (words[1], words[2]); 00857 } |
|
Implements Kwd. Definition at line 843 of file cmt_syntax.cxx. References Use::action(), and CmtSystem::cmt_string_vector.
00847 { 00848 Use::action (words, use); 00849 } |