Add type class/type structure management
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 26 Feb 2011 20:01:16 +0000 (15:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 26 Feb 2011 20:01:16 +0000 (15:01 -0500)
commitc054553dac076f91196b372fa19efaf2adc4e4f9
treed2e588c39ca068b2df6e057b01c62c0f8b4f17e2
parent8a4035bcbfe691490b031f08533676597f72a4ac
Add type class/type structure management

Also add new "variant" type.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
15 files changed:
formats/ctf/ctf.c
formats/ctf/types/enum.c
formats/ctf/types/variant.c [new file with mode: 0644]
include/babeltrace/ctf/metadata.h [new file with mode: 0644]
include/babeltrace/format.h
include/babeltrace/types.h
types/array.c
types/enum.c
types/float.c
types/integer.c
types/sequence.c
types/string.c
types/struct.c
types/types.c
types/variant.c [new file with mode: 0644]
This page took 0.025767 seconds and 4 git commands to generate.