C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
CppSamples::Common::Row Class Reference

This class represents a row of data in the table. More...

#include <TabularPrinter.h>

Public Attributes

std::vector< std::string > Values
 

Detailed Description

This class represents a row of data in the table.

Definition at line 21 of file TabularPrinter.h.

Member Data Documentation

std::vector<std::string> CppSamples::Common::Row::Values

Definition at line 23 of file TabularPrinter.h.


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