This is the complete list of members for AZ::Job, including all inherited members.
| DecrementDependentCount() (defined in AZ::Job) | AZ::Job | |
| GetContext() const | AZ::Job | inline | 
| GetDependent() const | AZ::Job | |
| GetDependentCount() const | AZ::Job | |
| GetDependentCountAndFlags() const (defined in AZ::Job) | AZ::Job | protected | 
| GetPriority() const (defined in AZ::Job) | AZ::Job | |
| IncrementDependentCount() (defined in AZ::Job) | AZ::Job | |
| IncrementDependentCountAndSetChildFlag() (defined in AZ::Job) | AZ::Job | protected | 
| IsAutoDelete() const | AZ::Job | |
| IsCancelled() const | AZ::Job | |
| IsCompletion() const (defined in AZ::Job) | AZ::Job | |
| Job(bool isAutoDelete, JobContext *context, bool isCompletion=false, AZ::s8 priority=0) | AZ::Job | |
| m_context (defined in AZ::Job) | AZ::Job | protected | 
| m_dependent (defined in AZ::Job) | AZ::Job | protected | 
| m_dependentCountAndFlags (defined in AZ::Job) | AZ::Job | protected | 
| m_state (defined in AZ::Job) | AZ::Job | protected | 
| Process()=0 | AZ::Job | protectedpure virtual | 
| Reset(bool isClearDependent) | AZ::Job | virtual | 
| SetContinuation(Job *continuationJob) | AZ::Job | |
| SetDependent(Job *dependent) | AZ::Job | |
| SetDependentChild(Job *dependent) (defined in AZ::Job) | AZ::Job | protected | 
| SetDependentCountAndFlags(unsigned int countAndFlags) (defined in AZ::Job) | AZ::Job | protected | 
| SetDependentStarted(Job *dependent) | AZ::Job | |
| Start() | AZ::Job | |
| StartAndAssistUntilComplete() | AZ::Job | |
| StartAndWaitForCompletion() | AZ::Job | |
| StartAsChild(Job *childJob) | AZ::Job | |
| State enum name (defined in AZ::Job) | AZ::Job | |
| STATE_PENDING enum value (defined in AZ::Job) | AZ::Job | |
| STATE_PROCESSING enum value (defined in AZ::Job) | AZ::Job | |
| STATE_SETUP enum value (defined in AZ::Job) | AZ::Job | |
| STATE_STARTED enum value (defined in AZ::Job) | AZ::Job | |
| STATE_SUSPENDED enum value (defined in AZ::Job) | AZ::Job | |
| StoreDependent(Job *job) (defined in AZ::Job) | AZ::Job | protected | 
| WaitForChildren() | AZ::Job | |
| ~Job() (defined in AZ::Job) | AZ::Job | inlinevirtual |