boca::latex::Table Class Reference
#include <Table.hh>
Public Member Functions | |
| Table (std::string const &header) | |
| Table (Table const &table) | |
| template<typename... Arguments> | |
| void | AddRow (Arguments...arguments) |
| void | AddRow (Row const &row) |
| void | AddLine () |
| void | AddCaption (std::string const &caption) |
| std::string | str () const |
Constructor & Destructor Documentation
| boca::latex::Table::Table | ( | std::string const & | header | ) |
| boca::latex::Table::Table | ( | latex::Table const & | table | ) |
Member Function Documentation
| void boca::latex::Table::AddCaption | ( | std::string const & | caption | ) |
| void boca::latex::Table::AddLine | ( | ) |
template<typename... Arguments>
|
inline |
| void boca::latex::Table::AddRow | ( | Row const & | row | ) |
| std::string boca::latex::Table::str | ( | ) | const |
The documentation for this class was generated from the following files:
