clang API Documentation

Public Types | Public Member Functions
clang::idx::TULocationHandler Class Reference

Abstract interface for receiving TULocations. More...

#include <Handlers.h>

List of all members.

Public Types

typedef TULocation receiving_type

Public Member Functions

virtual ~TULocationHandler ()
virtual void Handle (TULocation TULoc)=0

Detailed Description

Abstract interface for receiving TULocations.

Definition at line 46 of file Handlers.h.


Member Typedef Documentation

Definition at line 48 of file Handlers.h.


Constructor & Destructor Documentation

TULocationHandler::~TULocationHandler ( ) [virtual]

Definition at line 22 of file Handlers.cpp.


Member Function Documentation

virtual void clang::idx::TULocationHandler::Handle ( TULocation  TULoc) [pure virtual]

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