#include <cmt_generators.h>
Inheritance diagram for PrototypeGenerator:
Public Methods |
|
| void? | build (const cmt_string &file_name) |
|
| ? |
Definition at line 1390 of file cmt_generators.cxx. References CmtGenerator::reset(), and FAwk::run(). Referenced by Generator::build_prototype(). 01391 {
01392 Prototyper prototyper;
01393
01394 reset ();
01395
01396 prototyper.run (file_name);
01397 }
|