Overview  Index  Help 
Standard ML Basis Library

POSIX_FileSys.ST

Enclosing Modules:

POSIX_FileSys


structure ST =
struct
  datatype stat =
           ST of
           {
             ftype : s_int,
             mode : S.mode,
             ino : ino,
             dev : dev,
             nlink : int,
             uid : uid,
             gid : gid,
             size : Position.int,
             atime : Time.time,
             mtime : Time.time,
             ctime : Time.time
           }
  val isDir
  val isChr
  val isBlk
  val isReg
  val isFIFO
  val isLink
  val isSock
  val mode
  val ino
  val dev
  val nlink
  val uid
  val gid
  val size
  val atime
  val mtime
  val ctime
end

   
Datatype detail

stat

datatype stat =
         ST of
         {
           ftype : s_int,
           mode : S.mode,
           ino : ino,
           dev : dev,
           nlink : int,
           uid : uid,
           gid : gid,
           size : Position.int,
           atime : Time.time,
           mtime : Time.time,
           ctime : Time.time
         }

 
DataConstructor detail

ST

constructor ST
            : {
                ftype : s_int,
                mode : S.mode,
                ino : ino,
                dev : dev,
                nlink : int,
                uid : uid,
                gid : gid,
                size : Position.int,
                atime : Time.time,
                mtime : Time.time,
                ctime : Time.time
              } ->
                stat

 
Value detail

isDir

val isDir


isChr

val isChr


isBlk

val isBlk


isReg

val isReg


isFIFO

val isFIFO


isLink

val isLink


isSock

val isSock


mode

val mode


ino

val ino


dev

val dev


nlink

val nlink


uid

val uid


gid

val gid


size

val size


atime

val atime


mtime

val mtime


ctime

val ctime

 


Overview  Index  Help 
Standard ML Basis Library

This document may be distributed freely over the internet as long as the copyright notice and license terms below are prominently displayed within every machine-readable copy.

Copyright © 2003 AT&T and Lucent Technologies. All rights reserved.

Permission is granted for internet users to make one paper copy for their own personal use. Further hardcopy reproduction is strictly prohibited. Permission to distribute the HTML document electronically on any medium other than the internet must be requested from the copyright holders by contacting the editors. Printed versions of the SML Basis Manual are available from Cambridge University Press. To order, please visit www.cup.org (North America) or www.cup.cam.ac.uk (outside North America).