boca::latex::Row Class Reference

#include <Row.hh>

Public Member Functions

 Row ()
 
 Row (std::string const &cell)
 
 Row (Row const &row)
 
void Initialize ()
 
template<typename... Arguments>
 Row (Arguments...arguments)
 
template<typename Cell , typename... Arguments>
void AddCells (Cell const &cell, Arguments...arguments)
 
template<typename Cell >
void AddCell (Cell const &cell)
 
std::string str () const
 

Constructor & Destructor Documentation

boca::latex::Row::Row ( )
boca::latex::Row::Row ( std::string const &  cell)
boca::latex::Row::Row ( Row const &  row)
inline
template<typename... Arguments>
boca::latex::Row::Row ( Arguments...  arguments)
inline

Member Function Documentation

template<typename Cell >
void boca::latex::Row::AddCell ( Cell const &  cell)
inline
template<typename Cell , typename... Arguments>
void boca::latex::Row::AddCells ( Cell const &  cell,
Arguments...  arguments 
)
inline
void boca::latex::Row::Initialize ( )
std::string boca::latex::Row::str ( ) const

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