dataflow
v1b3
|
#include <send_debug_capture_response.h>
Public Member Functions | |
SendDebugCaptureResponse (const Json::Value &storage) | |
SendDebugCaptureResponse (Json::Value *storage) | |
virtual | ~SendDebugCaptureResponse () |
const StringPiece | GetTypeName () const |
Static Public Member Functions | |
static SendDebugCaptureResponse * | New () |
Response to a send capture request. nothing.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Returns a string denoting the type of this data object.
|
static |
Creates a new default instance.