#include <stdio.h>
#include "Response.h"
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... |