memfiles.idx 2.0 KB

123456789101112131415161718192021
  1. nimTitle memfiles memfiles.html module std/memfiles 0
  2. nim MemFile memfiles.html#MemFile object MemFile 69
  3. nim mapMem memfiles.html#mapMem,MemFile,FileMode,int,int proc mapMem(m: var MemFile; mode: FileMode = fmRead; mappedSize = -1; offset = 0;\n mapFlags = cint(-1)): pointer 84
  4. nim unmapMem memfiles.html#unmapMem,MemFile,pointer,int proc unmapMem(f: var MemFile; p: pointer; size: int) 122
  5. nim open memfiles.html#open,string,FileMode,int,int,int proc open(filename: string; mode: FileMode = fmRead; mappedSize = -1; offset = 0;\n newFileSize = -1; allowRemap = false; mapFlags = cint(-1)): MemFile 135
  6. nim flush memfiles.html#flush,MemFile,Natural proc flush(f: var MemFile; attempts: Natural = 3) 295
  7. nim resize memfiles.html#resize,MemFile,int proc resize(f: var MemFile; newFileSize: int) 317
  8. nim close memfiles.html#close,MemFile proc close(f: var MemFile) 371
  9. nim MemSlice memfiles.html#MemSlice object MemSlice 407
  10. nim `==` memfiles.html#==,MemSlice,MemSlice proc `==`(x, y: MemSlice): bool 411
  11. nim `$` memfiles.html#$,MemSlice proc `$`(ms: MemSlice): string 415
  12. nim memSlices memfiles.html#memSlices.i,MemFile,char,char iterator memSlices(mfile: MemFile; delim = '\n'; eat = '\r'): MemSlice 420
  13. nim lines memfiles.html#lines.i,MemFile,string,char,char iterator lines(mfile: MemFile; buf: var string; delim = '\n'; eat = '\r'): string 469
  14. nim lines memfiles.html#lines.i,MemFile,char,char iterator lines(mfile: MemFile; delim = '\n'; eat = '\r'): string 488
  15. nim MemMapFileStream memfiles.html#MemMapFileStream type MemMapFileStream 504
  16. nim MemMapFileStreamObj memfiles.html#MemMapFileStreamObj object MemMapFileStreamObj 505
  17. nim newMemMapFileStream memfiles.html#newMemMapFileStream,string,FileMode,int proc newMemMapFileStream(filename: string; mode: FileMode = fmRead;\n fileSize: int = -1): MemMapFileStream 548
  18. idx memory mapped files memfiles.html#memory-mapped-files_1 Module memfiles 0
  19. idx mmap memfiles.html#mmap_1 Module memfiles 0
  20. nimgrp lines memfiles.html#lines-iterators-all iterator 469