Packages

object mman

Annotations
@extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mman
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def MAP_FIXED: CInt
    Annotations
    @name( "scalanative_map_fixed" )
  5. def MAP_PRIVATE: CInt
    Annotations
    @name( "scalanative_map_private" )
  6. def MAP_SHARED: CInt
    Annotations
    @name( "scalanative_map_shared" )
  7. def MS_ASYNC: CInt
    Annotations
    @name( "scalanative_ms_async" )
  8. def MS_INVALIDATE: CInt
    Annotations
    @name( "scalanative_ms_invalidate" )
  9. def MS_SYNC: CInt
    Annotations
    @name( "scalanative_ms_invalidate" )
  10. def PROT_EXEC: CInt
    Annotations
    @name( "scalanative_prot_exec" )
  11. def PROT_NONE: CInt
    Annotations
    @name( "scalanative_prot_none" )
  12. def PROT_READ: CInt
    Annotations
    @name( "scalanative_prot_read" )
  13. def PROT_WRITE: CInt
    Annotations
    @name( "scalanative_prot_write" )
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def mmap(addr: Ptr[_], length: size_t, prot: CInt, flags: CInt, fd: CInt, offset: off_t): Ptr[Byte]
  23. def msync(addr: Ptr[_], length: size_t, flags: CInt): CInt
  24. def munmap(addr: Ptr[_], length: size_t): CInt
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped