Replace ContentKind enum with a class.
authorCarl Hetherington <cth@carlh.net>
Fri, 2 Sep 2022 20:43:19 +0000 (22:43 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 2 Sep 2022 20:43:19 +0000 (22:43 +0200)
commitd9b957d7da123e4b6e5f2449f5d45c12fce225f8
tree46fb87683ff357aff3b886a5e6201a9bb390d3a9
parentfeff11732f33487a5bec6fb568f43f86c1a0ab0b
Replace ContentKind enum with a class.
src/content_kind.cc [new file with mode: 0644]
src/content_kind.h [new file with mode: 0644]
src/cpl.cc
src/cpl.h
src/types.cc
src/types.h
src/wscript
test/stream_operators.cc
test/stream_operators.h
test/util_test.cc