clang  5.0.0
Public Member Functions | List of all members
clang::format::UnwrappedLineConsumer Class Referenceabstract

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/Format/UnwrappedLineParser.h"

Inheritance diagram for clang::format::UnwrappedLineConsumer:
[legend]

Public Member Functions

virtual ~UnwrappedLineConsumer ()
 
virtual void consumeUnwrappedLine (const UnwrappedLine &Line)=0
 
virtual void finishRun ()=0
 

Detailed Description

Definition at line 61 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

virtual clang::format::UnwrappedLineConsumer::~UnwrappedLineConsumer ( )
inlinevirtual

Definition at line 63 of file UnwrappedLineParser.h.

Member Function Documentation

virtual void clang::format::UnwrappedLineConsumer::consumeUnwrappedLine ( const UnwrappedLine Line)
pure virtual
virtual void clang::format::UnwrappedLineConsumer::finishRun ( )
pure virtual

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