GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterVideoResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/alter_video.h>

Public Member Functions

 AlterVideoResponse ()
 Constructs an AlterVideoResponse object with default parameter values. More...
 

Public Attributes

std::string path
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Alters a video.

Definition at line 108 of file alter_video.h.

Constructor & Destructor Documentation

gpudb::AlterVideoResponse::AlterVideoResponse ( )
inline

Constructs an AlterVideoResponse object with default parameter values.

Definition at line 115 of file alter_video.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AlterVideoResponse::info

Definition at line 122 of file alter_video.h.

std::string gpudb::AlterVideoResponse::path

Definition at line 121 of file alter_video.h.


The documentation for this struct was generated from the following file: