Uses of Class
org.biomage.tools.generate_cpp.CreateCPPFile.specificWriter

Packages that use CreateCPPFile.specificWriter
org.biomage.tools.generate_cpp   
 

Uses of CreateCPPFile.specificWriter in org.biomage.tools.generate_cpp
 

Subclasses of CreateCPPFile.specificWriter in org.biomage.tools.generate_cpp
 class CreateCPPFile.AssignmentWriter
          Description: Writes the Assignment operator to the CPP file.
 class CreateCPPFile.ClassDeclWriter
          Description: Writes the class declaration out to the file.
 class CreateCPPFile.ConstructorBodyWriter
          Description: Writes the copy constructor body needed into the CPP file.
 class CreateCPPFile.ConstructorWriter
          Description: Writes the copy constructor header needed into the CPP file.
 class CreateCPPFile.DataMemberWriter
          Description: Writes out the data members of the Class in the Header File.
 class CreateCPPFile.EquivalenceWriter
          Description: Writes the =='s operator to the CPP file.
 class CreateCPPFile.GetAndSetWriter
          Description: Writes the attribute set and get methods to the C++ header file.
 class CreateCPPFile.ImportWriter
          Description: Writes the correct includes needed in the header files.
 class CreateCPPFile.IncludeWriter
          Description: Writes the includes that we need into the CPP file.
 class CreateCPPFile.RemoveFromWriter
          Description: Writes the RemoveFrom function to the CPP file.
 class CreateCPPFile.TemplateWriter
          Description: Writes the correct template needed in the header files.
 

Methods in org.biomage.tools.generate_cpp with parameters of type CreateCPPFile.specificWriter
 void CreateCPPFile.LoopNames(CreateFile creator, CreateCPPFile.specificWriter swriter)
          Description: Loops through the Attributes and Associations so that we can write based on context.