Document Class Reference

#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/cpp-markdown/markdown.h>

Public Member Functions

Document copy () const
 
 Document (size_t spacesPerTab=cDefaultSpacesPerTab)
 
 Document (std::istream &in, size_t spacesPerTab=cDefaultSpacesPerTab)
 
bool read (const std::string &)
 
bool read (std::istream &)
 
void write (std::ostream &)
 
void writeTokens (std::ostream &)
 
 ~Document ()
 

Detailed Description

Definition at line 24 of file markdown.h.

Constructor & Destructor Documentation

◆ Document() [1/2]

Document ( size_t  spacesPerTab = cDefaultSpacesPerTab)

Definition at line 887 of file markdown.cpp.

◆ Document() [2/2]

Document ( std::istream &  in,
size_t  spacesPerTab = cDefaultSpacesPerTab 
)

Definition at line 894 of file markdown.cpp.

+ Here is the call graph for this function:

◆ ~Document()

~Document ( )

Definition at line 901 of file markdown.cpp.

Member Function Documentation

◆ copy()

Document copy ( ) const

◆ read() [1/2]

bool read ( const std::string &  src)

Definition at line 906 of file markdown.cpp.

+ Here is the caller graph for this function:

◆ read() [2/2]

bool read ( std::istream &  in)

Definition at line 961 of file markdown.cpp.

+ Here is the call graph for this function:

◆ write()

void write ( std::ostream &  out)

Definition at line 991 of file markdown.cpp.

+ Here is the caller graph for this function:

◆ writeTokens()

void writeTokens ( std::ostream &  out)

Definition at line 997 of file markdown.cpp.

+ Here is the caller graph for this function:

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