class JobPolicyCollection
Defined at line 34 of file ../../zircon/kernel/object/include/object/job_policy.h
This class provides a the encoded bit fields of each policy, by performing proper
offsetting into the underlying storage bucket and bit range.
JobPolicyCollection objects are thread-compatible. In particular, const instances are immutable.
This guarantee is important because const instances of JobPolicy may be accessed concurrently by
multiple threads without any synchronization.
Public Methods
bool operator== (const JobPolicyCollection & other)
Defined at line 93 of file ../../zircon/kernel/object/include/object/job_policy.h
bool operator!= (const JobPolicyCollection & other)
Defined at line 94 of file ../../zircon/kernel/object/include/object/job_policy.h
Policy operator[] (size_t policy)
Defined at line 96 of file ../../zircon/kernel/object/include/object/job_policy.h