|
Gromacs
2025.3
|
#include "gmxpre.h"#include "rstparser.h"#include <cctype>#include <algorithm>#include "gromacs/utility/stringutil.h"
Include dependency graph for rstparser.cpp:Implements classes from rstparser.h.
Functions | |
| int | gmx::anonymous_namespace{rstparser.cpp}::countLeadingSpace (const std::string &text, size_t start, size_t end) |
| Counts the number of leading spaces in a text range. More... | |
| bool | gmx::anonymous_namespace{rstparser.cpp}::startsListItem (const std::string &text, size_t index) |
Returns true if a list item starts in text at index. More... | |
| bool | gmx::anonymous_namespace{rstparser.cpp}::startsTable (const std::string &text, size_t index) |
Returns true if a table starts in text at index. More... | |
| bool | gmx::anonymous_namespace{rstparser.cpp}::isTitleUnderline (const std::string &text, size_t index) |
Returns true if a line in text starting at index is a title underline. More... | |
1.8.5