.clang-format
CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
VERSION
build_backend.py
pyproject.toml
src/soagen/__init__.py
src/soagen/__main__.py
src/soagen/column.py
src/soagen/config.py
src/soagen/configurable.py
src/soagen/cpp.py
src/soagen/errors.py
src/soagen/header_file.py
src/soagen/includes.py
src/soagen/injectors.py
src/soagen/log.py
src/soagen/main.py
src/soagen/metavars.py
src/soagen/natvis_file.py
src/soagen/paths.py
src/soagen/preprocessor.py
src/soagen/schemas.py
src/soagen/struct.py
src/soagen/utils.py
src/soagen/variable.py
src/soagen/version.py
src/soagen/writer.py
src/soagen.egg-info/PKG-INFO
src/soagen.egg-info/SOURCES.txt
src/soagen.egg-info/dependency_links.txt
src/soagen.egg-info/entry_points.txt
src/soagen.egg-info/requires.txt
src/soagen.egg-info/top_level.txt
src/soagen.egg-info/zip-safe
src/soagen/hpp/.clang-format
src/soagen/hpp/allocator.hpp
src/soagen/hpp/column_traits.hpp
src/soagen/hpp/compressed_pair.hpp
src/soagen/hpp/core.hpp
src/soagen/hpp/emplacer.hpp
src/soagen/hpp/enable_if.hpp
src/soagen/hpp/for_each.hpp
src/soagen/hpp/forward_declarations.hpp
src/soagen/hpp/functions.hpp
src/soagen/hpp/header_end.hpp
src/soagen/hpp/header_start.hpp
src/soagen/hpp/invoke.hpp
src/soagen/hpp/iterator.hpp
src/soagen/hpp/names.hpp
src/soagen/hpp/preprocessor.hpp
src/soagen/hpp/row.hpp
src/soagen/hpp/single_type_traits.hpp
src/soagen/hpp/soagen.hpp
src/soagen/hpp/source_offset.hpp
src/soagen/hpp/span.hpp
src/soagen/hpp/table.hpp
src/soagen/hpp/table_traits.hpp
src/soagen/hpp/tuples.hpp
src/soagen/hpp/version.hpp
src/soagen/hpp/mixins/all.hpp
src/soagen/hpp/mixins/columns.hpp
src/soagen/hpp/mixins/data_ptr.hpp
src/soagen/hpp/mixins/equality_comparable.hpp
src/soagen/hpp/mixins/iterators.hpp
src/soagen/hpp/mixins/less_than_comparable.hpp
src/soagen/hpp/mixins/resizable.hpp
src/soagen/hpp/mixins/rows.hpp
src/soagen/hpp/mixins/size_and_capacity.hpp
src/soagen/hpp/mixins/spans.hpp
src/soagen/hpp/mixins/swappable.hpp
src/soagen/hpp/preprocessor/assert.hpp
src/soagen/hpp/preprocessor/attributes.hpp
src/soagen/hpp/preprocessor/concat.hpp
src/soagen/hpp/preprocessor/identify_architecture.hpp
src/soagen/hpp/preprocessor/identify_compiler.hpp
src/soagen/hpp/preprocessor/identify_features.hpp
src/soagen/hpp/preprocessor/identify_instruction_set.hpp
src/soagen/hpp/preprocessor/identify_language.hpp
src/soagen/hpp/preprocessor/identify_os.hpp
src/soagen/hpp/preprocessor/utilities.hpp
src/soagen/hpp/preprocessor/warnings.hpp
src/soagen/hpp/preprocessor/warnings_base.hpp
src/soagen/hpp/preprocessor/warnings_clang.hpp
src/soagen/hpp/preprocessor/warnings_compilers.hpp
src/soagen/hpp/preprocessor/warnings_gcc.hpp
src/soagen/hpp/preprocessor/warnings_msvc.hpp
src/soagen/hpp/single/.clang-format
src/soagen/hpp/single/soagen.hpp