- Timestamp:
- Jul 10, 2024, 3:39:26 AM (10 months ago)
- Branches:
- master
- Children:
- dbff8ec
- Parents:
- 550afde2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/enum.hfa ¶
r550afde2 rbb336a6 17 17 // Design one 18 18 forall( E, V | Serial( E ) ) trait CfaEnum { 19 c har * label( E e );19 const char * label( E e ); 20 20 unsigned int posn( E e ); 21 21 V value( E e );
Note: See TracChangeset
for help on using the changeset viewer.