« Previous | Next » 

Revision 6b8d1ece

ID6b8d1ece705752cb0214fb89ccd3925eddc62df8

Added by Luiz Capitulino over 14 years ago

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 <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences