![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This class represents a column heading. More...
#include <TabularPrinter.h>
Public Attributes | |
std::string | Value |
int | Width |
int | Alignment |
This class represents a column heading.
Definition at line 11 of file TabularPrinter.h.
int CppSamples::Common::ColumnHeading::Alignment |
Definition at line 15 of file TabularPrinter.h.
std::string CppSamples::Common::ColumnHeading::Value |
Definition at line 13 of file TabularPrinter.h.
int CppSamples::Common::ColumnHeading::Width |
Definition at line 14 of file TabularPrinter.h.