clang-tools 23.0.0git
clang::doc::markdown::ThematicBreakNode Class Reference

A thematic break (—, ***, or ___). More...

#include <Markdown.h>

Inheritance diagram for clang::doc::markdown::ThematicBreakNode:
[legend]

Public Member Functions

 ThematicBreakNode ()
void print (llvm::raw_ostream &OS) const override
 Recursively prints the node and its children to OS.
Public Member Functions inherited from clang::doc::markdown::BlockNode
 BlockNode (NodeKind K)
virtual ~BlockNode ()=default
NodeKind getKind () const
LLVM_DUMP_METHOD void dump () const
 Prints to llvm::errs(). Only available in assert builds.

Static Public Member Functions

static bool classof (const BlockNode *N)

Detailed Description

A thematic break (—, ***, or ___).

Definition at line 287 of file Markdown.h.

Constructor & Destructor Documentation

◆ ThematicBreakNode()

clang::doc::markdown::ThematicBreakNode::ThematicBreakNode ( )
inline

Member Function Documentation

◆ classof()

bool clang::doc::markdown::ThematicBreakNode::classof ( const BlockNode * N)
inlinestatic

◆ print()

void clang::doc::markdown::ThematicBreakNode::print ( llvm::raw_ostream & OS) const
overridevirtual

Recursively prints the node and its children to OS.

Implements clang::doc::markdown::BlockNode.

Definition at line 89 of file Markdown.cpp.


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