mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Expanded const aggregate compatibility
This commit is contained in:
parent
13b943855e
commit
f665388e91
17 changed files with 452 additions and 134 deletions
|
@ -91,6 +91,11 @@ public:
|
|||
|
||||
}
|
||||
|
||||
int GetStride()
|
||||
{
|
||||
return BF_ALIGN(mSize, mAlign);
|
||||
}
|
||||
|
||||
bool IsPointer()
|
||||
{
|
||||
return (mTypeCode == BeTypeCode_Pointer) || (mTypeCode == BeTypeCode_NullPtr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue