⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 storageobjectposition.h

📁 SP是一个基于GNU C++编译器
💻 H
字号:
// Copyright (c) 1994 James Clark// See the file COPYING for copying permission.#ifndef StorageObjectPosition_INCLUDED#define StorageObjectPosition_INCLUDED 1#include "Boolean.h"#include "types.h"#include "Owner.h"#include "CodingSystem.h"#include <stddef.h>#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifstruct StorageObjectPosition {  StorageObjectPosition();  // the number of RSs preceding line 1 of this storage object  // or -1 if this hasn't been computed yet.  size_t line1RS;  Owner<Decoder> decoder;  // Does the storage object start with an RS?  PackedBoolean startsWithRS;  // Were the RSs other than the first in the storage object inserted?  PackedBoolean insertedRSs;  Offset endOffset;  StringC id;};#ifdef SP_NAMESPACE}#endif#endif /* not StorageObjectPosition_INCLUDED */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -