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

#include <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 52 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

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

Definition at line 54 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: