Gromacs  5.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
#include "gmxpre.h"
#include "rstparser.h"
#include <cctype>
#include <algorithm>
#include "gromacs/utility/stringutil.h"
+ Include dependency graph for rstparser.cpp:

Description

Implements classes from rstparser.h.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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...