Public Member Functions | |
void | action (const CmtSystem::cmt_string_vector &words, Use *use, const cmt_string &file_name, int line_number) |
|
Implements Kwd. Definition at line 330 of file cmt_syntax.cxx. References CmtSystem::cmt_string_vector, Use::set_include_path(), and cmt_vector< T >::size().
00334 { 00335 if (words.size () > 1) 00336 { 00337 use->set_include_path (words[1]); 00338 } 00339 } |