help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] CObjects: the CIntSize


From: Dmitry Matveev
Subject: [Help-smalltalk] CObjects: the CIntSize
Date: Tue, 29 Jun 2010 15:39:09 +0400

Hello Paolo and the list,

Browsing the CObject sources I've found the following:

CInt class >> alignof [
    "Answer the receiver's required aligment"

    <category: 'accessing'>
    ^CIntSize
]

In the repl, "CInt alignof" results as 4 (an instance of SmallInteger).
But I did not found the declaration of the CIntSize. What is it? Is it
a constant or it's a class? How can I determine this value?

Thanks,
Dmitry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]