|
#include <ArmarXCore/statechart/xmlstates/baseclassgenerator/DoxTable.h>
Public Member Functions | |
void | addRow (const std::vector< std::string > &row) |
DoxTable (const std::vector< std::string > &header) | |
std::string | getDoxString () override |
int | rows () |
Definition at line 38 of file DoxTable.h.
DoxTable | ( | const std::vector< std::string > & | header | ) |
Definition at line 30 of file DoxTable.cpp.
void addRow | ( | const std::vector< std::string > & | row | ) |
Definition at line 35 of file DoxTable.cpp.
|
overridevirtual |
Implements DoxEntry.
Definition at line 45 of file DoxTable.cpp.
int rows | ( | ) |
Definition at line 40 of file DoxTable.cpp.