master
class THarrayBase removed. THArray<> and THArrayStringFix are not inherited from THArrayBase class any more. THashBase class template has forth parameter that defines values array (ability to specify your own class there that has similar interface as THArray). Many cosmetic changes in THArrayRaw class to make its interface more compatible with THArray<>
Added type InnerType into THarray and all descendants. Makes it easier to get to know type of stored values in the particular array