Statistics
| Branch: | Revision:

root / qapi / qmp-output-visitor.h @ e4e6aa14

History | View | Annotate | Download (639 Bytes)

# Date Author Comment
e4e6aa14 07/21/2011 10:48 pm Michael Roth

qapi: add QMP output visitor

Type of Visiter class that serves as the inverse of the input visitor:
it takes a series of native C types and uses their values to construct a
corresponding QObject. The command marshaling/dispatcher functions will
use this to convert the output of QMP functions into a QObject that can...