#include <stdio.h>
#include "Response.h"
Include dependency graph for StdinResponse.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | StdinResponse |
Encapsulate a response read from stdin. This class holds stdin and provides an interface from which Connect can read DAP2 information from standard input. Unlike the other Reponse classes, StdinResponse does not close the input stream when it's done reading. More... |