Go to the documentation of this file.
37 #if defined __cplusplus
42 #define tpia_misc_pointerToAttributeIfAllOk2( smr, element, required, attributes, name ) \
43 tpia_misc_pointerToAttributeIfAllOk( smr, element, NULL, required, attributes, name, __FILE__, __LINE__ )
44 #define tpia_misc_pointerToAttributeIfAllOk3( smr, path, required, attributes, name ) \
45 tpia_misc_pointerToAttributeIfAllOk( smr, NULL, path, required, attributes, name, __FILE__, __LINE__ )
50 const char *fmt, ... );
57 #if defined __cplusplus