Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MCPrintStyleModule Class Reference

#include <mc_style.h>

Inheritance diagram for MCPrintStyleModule:

Module List of all members.

Public Methods

 MCPrintStyleModule (SuifEnv *env, const LString &name = MCPrintStyleModule::get_class_name())
void initialize ()
 initializes the modules. More...

Moduleclone () const
 generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

void print_it (ostream &str, const ObjectWrapper &obj, String indent)

Static Public Methods

void print_dispatch (Module *module, ostream &str, const ObjectWrapper &obj)
LString get_class_name ()


Detailed Description


Constructor & Destructor Documentation

MCPrintStyleModule::MCPrintStyleModule ( SuifEnv * s,
const LString & name = MCPrintStyleModule::get_class_name())


Member Function Documentation

Module * MCPrintStyleModule::clone ( void) const [virtual]

generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

Reimplemented from Module.

LString MCPrintStyleModule::get_class_name () [static]

void MCPrintStyleModule::initialize ( void) [virtual]

initializes the modules.

This method must/will be called before a call to parse_command_line or execute

Reimplemented from Module.

void MCPrintStyleModule::print_dispatch ( Module * module,
ostream & str,
const ObjectWrapper & obj) [static]

void MCPrintStyleModule::print_it ( ostream & str,
const ObjectWrapper & obj,
String indent)


The documentation for this class was generated from the following files:
Generated at Mon Jul 31 13:44:03 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000