Changes in src/AST/Bitfield.hpp [2bb4a01:14cebb7a]
- File:
-
- 1 edited
-
src/AST/Bitfield.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Bitfield.hpp
r2bb4a01 r14cebb7a 19 19 20 20 /// Make a type a bitfield. 21 /// Include in type definition to add operators. Used to simulate inheritance because union 21 /// Include in type definition to add operators. Used to simulate inheritance because union 22 22 /// does not allow it. Requires type to have `unsigned val` field 23 23 /// @param BFType Name of containing type
Note:
See TracChangeset
for help on using the changeset viewer.