Fix API : functions to access fields properties
authorJulien Desfossez <julien.desfossez@efficios.com>
Thu, 1 Mar 2012 14:10:50 +0000 (09:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Mar 2012 14:10:50 +0000 (09:10 -0500)
commit8673030f3cb8d157a30e79af524fd5cca253025e
tree326713879a6c910ec6cc3e29ec8fa10bd56c984b
parent305c65e5d7156ae7936f07ad93dd45ac318b4ce2
Fix API : functions to access fields properties

Add the ability to know :
- the signedness of an int
- the base of an int
- the encoding of an int
- the len of an array
- the encoding of a string

refs #139

Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/events.c
include/babeltrace/ctf/events.h
include/babeltrace/types.h
types/array.c
types/integer.c
types/string.c
This page took 0.024601 seconds and 4 git commands to generate.