C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations
CppSamples::Common::ColumnHeading Class Reference

This class represents a column heading. More...

#include <TabularPrinter.h>

Public Attributes

std::string Value
 
int Width
 
int Alignment
 

Detailed Description

This class represents a column heading.

Definition at line 11 of file TabularPrinter.h.

Member Data Documentation

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.


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