Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

PrototypeGenerator Class Reference

#include <cmt_generators.h>

Inheritance diagram for PrototypeGenerator:

Inheritance graph
[legend]
Collaboration diagram for PrototypeGenerator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void build (const cmt_string &file_name)

Member Function Documentation

void PrototypeGenerator::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 }


The documentation for this class was generated from the following files:
Generated on Mon May 2 10:25:58 2005 for CMT by doxygen 1.3.5