Go to the documentation of this file. 19 #ifndef CLASSDESC_ACCESS_H 20 #define CLASSDESC_ACCESS_H 38 #undef CLASSDESC_ACCESS 39 #define CLASSDESC_ACCESS(type) \ 40 friend struct classdesc_access::access_pack<type>; \ 41 friend struct classdesc_access::access_unpack<type>; \ 42 friend struct classdesc_access::access_xml_pack<type>; \ 43 friend struct classdesc_access::access_xml_unpack<type>; \ 44 friend struct classdesc_access::access_xsd_generate<type>; \ 45 friend struct classdesc_access::access_random_init<type>