Statistics
| Branch: | Revision:

root / qapi / string-output-visitor.h @ 80465e80

History | View | Annotate | Download (653 Bytes)

# Date Author Comment
a020f980 02/21/2012 11:21 am Paolo Bonzini

qapi: add string-based visitors

String based visitors provide a consistent interface for parsing
strings to C values, as well as consuming C values as strings.
They will be used to parse command-line options.

Signed-off-by: Paolo Bonzini <>