lecui 1.0.0-alpha.20
lecui C++ user interface library
|
Table column. More...
#include <lecui.h>
Public Member Functions | |
bool | operator== (const table_column ¶m) |
Check whether two columns are equal. Only the name and width are considered. More... | |
bool | operator!= (const table_column ¶m) |
Check whether two columns are NOT equal. Only the name and width are considered. More... | |
Table column.
bool liblec::lecui::table_column::operator!= | ( | const table_column & | param | ) |
Check whether two columns are NOT equal. Only the name and width are considered.
param | The column to compare to. |
bool liblec::lecui::table_column::operator== | ( | const table_column & | param | ) |
Check whether two columns are equal. Only the name and width are considered.
param | The column to compare to. |