BS PD ISO IEC TS 18822-2015 Programming languages C++ File System Technical Specification《编程语言 C++ 文件系统技术规格》.pdf
《BS PD ISO IEC TS 18822-2015 Programming languages C++ File System Technical Specification《编程语言 C++ 文件系统技术规格》.pdf》由会员分享,可在线阅读,更多相关《BS PD ISO IEC TS 18822-2015 Programming languages C++ File System Technical Specification《编程语言 C++ 文件系统技术规格》.pdf(74页珍藏版)》请在麦多课文档分享上搜索。
1、BSI Standards Publication PD ISO/IEC TS 18822:2015 Programming languages C+ File System Technical SpecificationPD ISO/IEC TS 18822:2015 PUBLISHED DOCUMENT National foreword This Published Document is the UK implementation of ISO/IEC TS 18822:2015. The UK participation in its preparation was entruste
2、d to Technical Committee IST/5, Programming languages, their environments and system software interfaces. A list of organizations represented on this committee can be obtained on request to its secretary. This publication does not purport to include all the necessary provisions of a contract. Users
3、are responsible for its correct application. The British Standards Institution 2015. Published by BSI Standards Limited 2015 ISBN 978 0 580 84760 8 ICS 35.060 Compliance with a British Standard cannot confer immunity from legal obligations. This Published Document was published under the authority o
4、f the Standards Policy and Strategy Committee on 30 June 2015. Amendments/corrigenda issued since publication Date T e x t a f f e c t e dReference number ISO/IEC TS 18822:2015(E) ISO/IEC 2015 TECHNICAL SPECIFICATION ISO/IEC TS 18822 First edition 2015- 0 7 - 0 1 Programming languages C+ File System
5、 Technical Specification Languages de programmation C+ Spcification technique de systme de fichiers PD ISO/IEC TS 18822:2015 ISO/IEC TS 18822:2015(E) COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2015 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized o
6、therwise in any form or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright off
7、ice Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org Published in Switzerland ii ISO/IEC 2015 All rights reservedPD ISO/IEC TS 18822:2015 ISO/IEC TS 18822:2015(E) ISO/IEC 2015 All rights reserved iiiForeword ISO (the International
8、 Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by t
9、he respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of i
10、nformation technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft Intern
11、ational Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of the national bodies casting a vote. In other circumstances, particularly when there is an urgent market requirement
12、for such documents, the joint technical committee may decide to publish other types of document: an ISO/IEC Publicly Available Specification (ISO/IEC PAS) represents an agreement between technical experts in an ISO/IEC working group and is accepted for publication if it is approved by more than 50 %
13、 of the members of the parent committee casting a vote; an ISO/IEC Technical Specification (ISO/IEC TS) represents an agreement between the members of the joint technical committee and is accepted for publication if it is approved by 2/3 of the members of the committee casting a vote. An ISO/IEC PAS
14、 or ISO/IEC TS is reviewed after three years in order to decide whether it will be confirmed for a further three years, revised to become an International Standard, or withdrawn. If the ISO/IEC PAS or ISO/IEC TS is confirmed, it is reviewed again after a further three years, at which time it must ei
15、ther be transformed into an International Standard or be withdrawn. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights. ISO/IEC TS 18822 was prep
16、ared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming languages, their environments and system software interfaces. PD ISO/IEC TS 18822:2015 Contents Contents 1 Scope 2 Conformance 2.1 POSIX conformance 2.2 Operating system dependent behavior confor
17、mance 2.3 File system race behavior 3 Normative references 4 Terms and definitions 4.1 absolute path 4.2 canonical path 4.3 directory 4.4 file 4.5 file system 4.6 file system race 4.7 filename 4.8 hard link 4.9 link 4.10 native encoding 4.11 native pathname format 4.12 NTCTS 4.13 operating system de
18、pendent behavior 4.14 parent directory 4.15 path 4.16 pathname 4.17 pathname resolution 4.18 relative path 4.19 symbolic link 5 Requirements 5.1 Namespaces and headers 5.2 Feature test macros 6 Header synopsis 7 Error reporting 8 Classpath 8.1path generic pathname format grammar 8.2path conversions
19、8.2.1path argument format conversions 8.2.2path type and encoding conversions 8.3path requirements 8.4path members 8.4.1path constructors 8.4.2path assignments ISO/IEC N4100 iii PD ISO/IEC TS 18822:2015 ISO/IEC TS 18822:2015(E)PD ISO/IEC TS 18822:2015 8.4.3path appends 8.4.4path concatenation 8.4.5p
20、ath modifiers 8.4.6path native format observers 8.4.7path generic format observers 8.4.8path compare 8.4.9path decomposition 8.4.10path query 8.5path iterators 8.6path non-member functions 8.6.1path inserter and extractor 8.6.2path factory functions 9 Classfilesystem_error 9.1filesystem_error member
21、s 10 Enumerations 10.1 Enum classfile_type 10.2 Enum classcopy_options 10.3 Enum classperms 10.4 Enum classdirectory_options 11 Classfile_status 11.1file_status constructors 11.2file_status observers 11.3file_status modifiers 12 Classdirectory_entry 12.1directory_entry constructors 12.2directory_ent
22、ry modifiers 12.3directory_entry observers 13 Classdirectory_iterator 13.1directory_iterator members 13.2directory_iterator non-member functions 14 Classrecursive_directory_iterator 14.1recursive_directory_iterator members 14.2recursive_directory_iterator non-member functions 15 Operational function
23、s 15.1 Absolute 15.2 Canonical 15.3 Copy 15.4 Copy file 15.5 Copy symlink 15.6 Create directories 15.7 Create directory 15.8 Create directory symlink 15.9 Create hard link 15.10 Create symlink ISO/IEC N4100 iv PD ISO/IEC TS 18822:2015 ISO/IEC TS 18822:2015(E)PD ISO/IEC TS 18822:2015 15.11 Current pa
24、th 15.12 Exists 15.13 Equivalent 15.14 File size 15.15 Hard link count 15.16 Is block file 15.17 Is character file 15.18 Is directory 15.19 Is empty 15.20 Is fifo 15.21 Is other 15.22 Is regular file 15.23 Is socket 15.24 Is symlink 15.25 Last write time 15.26 Permissions 15.27 Read symlink 15.28 Re
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSPDISOIECTS188222015PROGRAMMINGLANGUAGESCFILESYSTEMTECHNICALSPECIFICATION 编程 语言 文件系统 技术 规格 PDF

链接地址:http://www.mydoc123.com/p-398710.html