DoxTable Class Reference

#include <ArmarXCore/statechart/xmlstates/baseclassgenerator/DoxTable.h>

+ Inheritance diagram for DoxTable:

Public Member Functions

void addRow (const std::vector< std::string > &row)
 
 DoxTable (const std::vector< std::string > &header)
 
std::string getDoxString () override
 
int rows ()
 

Detailed Description

Definition at line 38 of file DoxTable.h.

Constructor & Destructor Documentation

◆ DoxTable()

DoxTable ( const std::vector< std::string > &  header)

Definition at line 30 of file DoxTable.cpp.

Member Function Documentation

◆ addRow()

void addRow ( const std::vector< std::string > &  row)

Definition at line 35 of file DoxTable.cpp.

◆ getDoxString()

std::string getDoxString ( )
overridevirtual

Implements DoxEntry.

Definition at line 45 of file DoxTable.cpp.

+ Here is the call graph for this function:

◆ rows()

int rows ( )

Definition at line 40 of file DoxTable.cpp.


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