JobList - A sequence of jobs to perform.
More...
#include "clang/Driver/Job.h"
JobList - A sequence of jobs to perform.
Definition at line 260 of file Job.h.
◆ const_iterator
◆ iterator
◆ list_type
◆ size_type
◆ addJob()
void clang::driver::JobList::addJob |
( |
std::unique_ptr< Command > | J | ) |
|
|
inline |
Add a job to the list (taking ownership).
Definition at line 275 of file Job.h.
◆ begin() [1/2]
iterator clang::driver::JobList::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
◆ clear()
Clear the job list.
Definition at line 455 of file Job.cpp.
◆ empty()
bool clang::driver::JobList::empty |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
iterator clang::driver::JobList::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
◆ getJobs()
const list_type & clang::driver::JobList::getJobs |
( |
| ) |
const |
|
inline |
◆ Print()
◆ size()
size_type clang::driver::JobList::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: