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 464 of file html.h.

Constructor & Destructor Documentation

◆ Row() [1/2]

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

Definition at line 2641 of file html.cpp.

◆ Row() [2/2]

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

Definition at line 2651 of file html.cpp.

◆ ~Row()

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

Definition at line 2648 of file html.cpp.

Member Function Documentation

◆ clear()

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

Definition at line 2741 of file html.cpp.

◆ delColumn()

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

Definition at line 2732 of file html.cpp.

◆ operator<<() [1/6]

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

Definition at line 2662 of file html.cpp.

◆ operator<<() [2/6]

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

Definition at line 2703 of file html.cpp.

◆ operator<<() [3/6]

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

Definition at line 2676 of file html.cpp.

◆ operator<<() [4/6]

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

Definition at line 2690 of file html.cpp.

◆ operator<<() [5/6]

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

Definition at line 2696 of file html.cpp.

◆ operator<<() [6/6]

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

Definition at line 2710 of file html.cpp.

◆ operator[]()

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

Definition at line 2716 of file html.cpp.

Friends And Related Symbol Documentation

◆ HtmlTable

friend class HtmlTable
friend

Definition at line 486 of file html.h.


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