#include <cmt_generators.h>
Inheritance diagram for PrototypeGenerator:
Public Member Functions | |
void | build (const cmt_string &file_name) |
|
Definition at line 1425 of file cmt_generators.cxx. References CmtGenerator::reset(), and FAwk::run(). Referenced by Generator::build_prototype().
01426 { 01427 Prototyper prototyper; 01428 01429 reset (); 01430 01431 prototyper.run (file_name); 01432 } |