diagapplet.CodeGen
Class CodeGenCmdLine

java.lang.Object
  extended by diagapplet.CodeGen.CodeGenCmdLine

public class CodeGenCmdLine
extends java.lang.Object

The command line only version of the CodeGenerator and generally newer preferred method of creating format/update functions. Uses fake interfaceses GUI classes to eliminate dependancies on java.awt and javax.swing needed by the older graphical tool. (CodeGen.java)


Constructor Summary
CodeGenCmdLine()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main function, call with "--help" to see full list of possible arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGenCmdLine

public CodeGenCmdLine()
Method Detail

main

public static void main(java.lang.String[] args)
Main function, call with "--help" to see full list of possible arguments. or the name of a C++ header file to generate the defualt format and update functions.

Parameters:
args -