Should bool data members of ClassMemberDeclaration become a BitFlag?

David Nolden zwabel at googlemail.com
Tue Mar 2 23:59:54 UTC 2010


Am Mittwoch 24 Februar 2010 16:47:28 schrieb Milian Wolff:
> Hey all, esp. David:
> 
> Just saw that ClassMemberDeclaration uses lots of bool members, isn't that
>  a waste of space for the on-disk format? Should this be turned into a
>  BitFlag?

They are bitflags, each of them uses only one bit, that's why the declarations 
end with ": 1;" 




More information about the KDevelop-devel mailing list