From: Panayotis K. <pan...@pa...> - 2011-10-14 08:59:19
|
13 Οκτ 2011, 11:53 π.μ., ο/η Aaron VonderHaar <gru...@gm...> έγραψε: > Do you think it could work simply to use List<SomeType> where > SomeType[] is used in C, and Reference<SomeType> where SomeType* is > used? Even though C compiles them identically, we can still > distinguish the intent in the header files. In most cases, even if the intent is to use tables, the definition is still with * instead. There are only a very few situations where the [] notation is used. So, at the end of the day it is still impossible to guess if it is a reference or a table. I believe that only manual could define what something is (and I'd love to hear your suggestions on how to properly define something like this in the XML file). |