libhtmlpp 1.0.0
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
libhtmlpp::HtmlTable::Row Class Reference

#include <html.h>

Public Member Functions

 Row ()
 
 Row (const Row &row)
 
 ~Row ()
 
Rowoperator<< (Column &&col)
 
Rowoperator<< (const Column &col)
 
Rowoperator<< (const HtmlString &value)
 
Rowoperator<< (const std::string &value)
 
Rowoperator<< (const char *value)
 
Rowoperator<< (int value)
 
Columnoperator[] (size_t pos)
 
void delColumn (size_t pos)
 
void clear ()
 

Friends

class HtmlTable
 

Detailed Description

Definition at line 467 of file html.h.

Constructor & Destructor Documentation

◆ Row() [1/2]

libhtmlpp::HtmlTable::Row::Row ( )

Definition at line 2659 of file html.cpp.

◆ Row() [2/2]

libhtmlpp::HtmlTable::Row::Row ( const Row row)

Definition at line 2669 of file html.cpp.

◆ ~Row()

libhtmlpp::HtmlTable::Row::~Row ( )

Definition at line 2666 of file html.cpp.

Member Function Documentation

◆ clear()

void libhtmlpp::HtmlTable::Row::clear ( )

Definition at line 2759 of file html.cpp.

◆ delColumn()

void libhtmlpp::HtmlTable::Row::delColumn ( size_t  pos)

Definition at line 2750 of file html.cpp.

◆ operator<<() [1/6]

libhtmlpp::HtmlTable::Row & libhtmlpp::HtmlTable::Row::operator<< ( Column &&  col)

Definition at line 2680 of file html.cpp.

◆ operator<<() [2/6]

libhtmlpp::HtmlTable::Row & libhtmlpp::HtmlTable::Row::operator<< ( const char *  value)

Definition at line 2721 of file html.cpp.

◆ operator<<() [3/6]

libhtmlpp::HtmlTable::Row & libhtmlpp::HtmlTable::Row::operator<< ( const Column col)

Definition at line 2694 of file html.cpp.

◆ operator<<() [4/6]

libhtmlpp::HtmlTable::Row & libhtmlpp::HtmlTable::Row::operator<< ( const HtmlString value)

Definition at line 2708 of file html.cpp.

◆ operator<<() [5/6]

libhtmlpp::HtmlTable::Row & libhtmlpp::HtmlTable::Row::operator<< ( const std::string &  value)

Definition at line 2714 of file html.cpp.

◆ operator<<() [6/6]

libhtmlpp::HtmlTable::Row & libhtmlpp::HtmlTable::Row::operator<< ( int  value)

Definition at line 2728 of file html.cpp.

◆ operator[]()

libhtmlpp::HtmlTable::Column & libhtmlpp::HtmlTable::Row::operator[] ( size_t  pos)

Definition at line 2734 of file html.cpp.

Friends And Related Symbol Documentation

◆ HtmlTable

friend class HtmlTable
friend

Definition at line 489 of file html.h.


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