vqueue.cpp
来自「为了实现RTP数据重组,写了双指针链表,类似动态hash表(网上资料太少了),有」· C++ 代码 · 共 21 行
CPP
21 行
// VQueue.cpp: implementation of the CVQueue class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "VQueue.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CVQueue::CVQueue()
{
}
CVQueue::~CVQueue()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?