struct DirectoryWatcher::Event

Declaration

struct DirectoryWatcher::Event { /* full declaration omitted */ };

Declared at: clang/include/clang/DirectoryWatcher/DirectoryWatcher.h:66

Member Variables

public clang::DirectoryWatcher::Event::EventKind Kind
public std::string Filename
Filename that this event is related to or an empty string in case this event is related to the watched directory itself.

Method Overview

  • public Event(clang::DirectoryWatcher::Event::EventKind Kind, llvm::StringRef Filename)

Methods

ΒΆEvent(clang::DirectoryWatcher::Event::EventKind
          Kind,
      llvm::StringRef Filename)

Declared at: clang/include/clang/DirectoryWatcher/DirectoryWatcher.h:98

Parameters

clang::DirectoryWatcher::Event::EventKind Kind
llvm::StringRef Filename