eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FFIExternalValueHolder':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FFIExternalValueHolder


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--UninterpretedBytes
               |
               +--ExternalBytes
                  |
                  +--FFIExternalValueHolder

Package:
stx:libcompat
Category:
Compatibility-Squeak
Version:
rev: 1.8 date: 2024/02/14 11:22:59
user: cg
file: FFIExternalValueHolder.st directory: libcompat
module: stx stc-classLibrary: libcompat

Description:


DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:

compatibility class for squeak class loading support.

Only the minimum functionality is supported here. 
Do not use it for your own project,
unless you intent to exchange data with squeak/pharo applications.


Class protocol:

instance creation
o  getSize
OpenSSL::LcUIntValue new

o  new
OpenSSL::LcUIntValue new

o  protectedNew
OpenSSL::LcUIntValue new

o  unprotectedNew
OpenSSL::LcUIntValue new

queries
o  mappedType

** This method must be redefined in concrete classes (subclassResponsibility) **

o  typeDecl

** This method must be redefined in concrete classes (subclassResponsibility) **


Instance protocol:

accessing
o  value
self halt.

Usage example(s):

     (ExternalInt new value:10) value

o  value: anInteger
(ExternalInt new value:10) value



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 02:00:08 GMT