Searched refs:CompactArrays (Results 1 – 2 of 2) sorted by relevance
28 #define COMPATCT_ARRAY(CompactArrays, UNIT) \ argument29 struct CompactArrays{\30 CompactArrays(const CompactArrays & );\31 CompactArrays & operator=(const CompactArrays & );\36 ~CompactArrays(){free(index);free(data);} \37 CompactArrays():data(NULL), index(NULL), count(0){ \
20 #define COMPACT_ARRAY(CompactArrays, UNIT) \ argument21 struct CompactArrays{\22 CompactArrays(const CompactArrays & );\23 CompactArrays & operator=(const CompactArrays & );\28 ~CompactArrays(){free(index);free(data);} \29 CompactArrays() : count(0), index(NULL), data(NULL) { \