Searched refs:CompactArrays (Results 1 – 2 of 2) sorted by relevance
34 #define COMPATCT_ARRAY(CompactArrays, UNIT) \ argument35 struct CompactArrays{\36 CompactArrays(const CompactArrays & );\37 CompactArrays & operator=(const CompactArrays & );\42 ~CompactArrays(){free(index);free(data);} \43 CompactArrays():data(NULL), index(NULL), count(0){ \
24 #define COMPACT_ARRAY(CompactArrays, UNIT) \ argument25 struct CompactArrays{\26 CompactArrays(const CompactArrays & );\27 CompactArrays & operator=(const CompactArrays & );\32 ~CompactArrays(){free(index);free(data);} \33 CompactArrays() : count(0), index(NULL), data(NULL) { \