YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
阅读记录。 更多...
#include <ReadingList.h>
Public 成员函数 | |
void | Insert (const IO::Path &, size_t) |
插入阅读记录。 更多... | |
额外继承的成员函数 | |
![]() | |
using | ValueType = Bookmark |
访问项:值类型。 更多... | |
using | ListType = list< Bookmark > |
记录列表类型。 更多... | |
![]() | |
GAccessList () | |
构造:迭代器指向记录末尾。 更多... | |
DefDeCopyCtor (GAccessList) DefDeMoveCtor(GAccessList) DefPred(const | |
![]() | |
noncopyable (const noncopyable &)=delete | |
禁止复制构造。 更多... | |
noncopyable & | operator= (const noncopyable &)=delete |
禁止赋值复制。 更多... | |
noncopyable ()=default | |
protected 构造:默认实现。 更多... | |
~noncopyable ()=default | |
protected 析构:默认实现。 更多... | |
![]() | |
AtBegin | |
ListType | lstRecord |
列表记录:项的列表。 更多... | |
ListType::iterator | itCurrent |
迭代器:指示当前项在记录中的插入位置。 更多... | |
void YReader::ReadingList::Insert | ( | const IO::Path & | pth, |
size_t | pos | ||
) |
插入阅读记录。
在文件 ReadingList.cpp 第 51 行定义.
参考自 YReader::ShlTextReader::Locate(), YReader::ShlTextReader::UpdateReadingList() , 以及 YReader::ShlTextReader::~ShlTextReader().