MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
PendingTasks类 参考

This collection of undone cascade tasks is currently stored as a stack. 更多...

#include <pending_tasks.h>

Public 成员函数

CascadeTaskpop ()
 
void push (CascadeTask *task)
 
bool empty ()
 

Private 属性

std::stack< CascadeTask * > task_stack_
 

详细描述

This collection of undone cascade tasks is currently stored as a stack.

类成员变量说明

◆ task_stack_

std::stack<CascadeTask *> PendingTasks::task_stack_
private

Stack for tracking tasks


该类的文档由以下文件生成: