Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::Stoppable Class Referenceabstract

An interface for operations that may be Started and Stopped. More...

#include "util/thread/stoppable.h"

Inheritance diagram for crashpad::Stoppable:
[legend]

Public Member Functions

virtual void Start ()=0
 Starts the operation.
 
virtual void Stop ()=0
 Stops the operation.
 

Detailed Description

An interface for operations that may be Started and Stopped.

Member Function Documentation

◆ Start()

virtual void crashpad::Stoppable::Start ( )
pure virtual

◆ Stop()

virtual void crashpad::Stoppable::Stop ( )
pure virtual

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