-
- Downloads
Attr: added is_equal_name method
Sometimes it is interesting to know, whether to Attr are referring to the same attribute. Note that it is not intended to provide a method for the values, as that would be meaningless on its own and if it is used in a more complex tasks, this is still possible with the current set of methods, which is prefered as the complex task can then be implemented on the outside completely.
Showing
- sefht.geany 4 additions, 4 deletionssefht.geany
- src/lib/sefht/attr.c 8 additions, 0 deletionssrc/lib/sefht/attr.c
- src/lib/sefht/attr.h 4 additions, 0 deletionssrc/lib/sefht/attr.h
- src/lib/sefht/attr_static.c 9 additions, 0 deletionssrc/lib/sefht/attr_static.c
- tests/test_attr.c 56 additions, 0 deletionstests/test_attr.c
Loading
Please register or sign in to comment