]> Git Repo - qemu.git/commit
Introduce QInt
authorLuiz Capitulino <[email protected]>
Fri, 28 Aug 2009 18:27:05 +0000 (15:27 -0300)
committerAnthony Liguori <[email protected]>
Fri, 4 Sep 2009 14:37:29 +0000 (09:37 -0500)
commit6b8d1ece705752cb0214fb89ccd3925eddc62df8
tree450e655a60e90b51cb6cdbcf919dd8f8e229dd2e
parent5a1a2356490399c9b7eb850f9065af554b18cfd1
Introduce QInt

QInt is a high-level data type that can be used to represent integers,
internally it stores an int64_t value.

The following functions are available:

- qint_from_int() Create a new QInt
- qint_get_int()  Get the stored integer

Signed-off-by: Luiz Capitulino <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile
qint.c [new file with mode: 0644]
qint.h [new file with mode: 0644]
qobject.h
This page took 0.024009 seconds and 4 git commands to generate.