|
Smalltalk/X WebserverDocumentation of class 'ExternalStructure': |
|
|
Class: ExternalStructureInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--UninterpretedBytes | +--ExternalBytes | +--ExternalStructure
Description:Instances of this class represent external (non-Smalltalk) data, typically C-structs or C++ instances. They are only useful to represent handles as returned by C functions as smalltalk objects. ExternallStructures are much like ExternalBytes - however, the latter allow you to access bytes via indexed at:/at:put: messages, whilst instances of subclasses of me allow access via the corresponding getter/setter methods of my C-type. Related information:
ExternalBytes
ExternalAddress
[how to write primitive code]
Class protocol:instance creation queriesInstance protocol:private |
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:08:25 GMT
|