Gromacs
2018.7
|
#include "gmxpre.h"
#include "helpformat.h"
#include <algorithm>
#include <string>
#include <vector>
#include "gromacs/onlinehelp/helpwritercontext.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
Implements functions in helpformat.h.
Classes | |
class | gmx::TextTableFormatter::Impl |
Private implementation class for TextTableFormatter. More... | |
struct | gmx::TextTableFormatter::Impl::ColumnData |
Manages a single column for TextTableFormatter. More... | |