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 932 of file markdown.cpp.

+ Here is the caller graph for this function:

◆ Document() [2/2]

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

Definition at line 941 of file markdown.cpp.

+ Here is the call graph for this function:

◆ ~Document()

~Document ( )

Definition at line 950 of file markdown.cpp.

Member Function Documentation

◆ copy()

Document copy ( ) const
+ Here is the call graph for this function:

◆ read() [1/2]

bool read ( const std::string & src)

Definition at line 956 of file markdown.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ read() [2/2]

bool read ( std::istream & in)

Definition at line 1012 of file markdown.cpp.

+ Here is the call graph for this function:

◆ write()

void write ( std::ostream & out)

Definition at line 1043 of file markdown.cpp.

+ Here is the caller graph for this function:

◆ writeTokens()

void writeTokens ( std::ostream & out)

Definition at line 1050 of file markdown.cpp.

+ Here is the caller graph for this function:

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