summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/README
blob: 43111d4c4f7327e67244e96d980e4615af3af092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
RUBY CODE GENERATOR

amqpgen.rb: builds an AMQP model from XML files and provides generic code generation functions (e.g. capitalization of names etc)

cppgen.rb: C++ specific code generation functions.

A template is a ruby file that generates one or more source files.

For an example run
 samples/runme test <amqp.xml files>

The first argument is a directory for generated files, remaining arguments
are xml files.