Sha256: e623ab76ea3fa414254600d43585ac4ff4aae928b4f1bd67339e2e7523db2145
Contents?: true
Size: 583 Bytes
Versions: 24
Compression:
Stored size: 583 Bytes
Contents
// Copyright (c) 2017-2020 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ #ifndef TAO_JSON_PEGTL_INTERNAL_DUSEL_MODE_HPP #define TAO_JSON_PEGTL_INTERNAL_DUSEL_MODE_HPP #include "../config.hpp" namespace TAO_JSON_PEGTL_NAMESPACE::internal { enum class dusel_mode : char { nothing = 0, control = 1, control_and_apply_void = 2, control_and_apply_bool = 3, control_and_apply0_void = 4, control_and_apply0_bool = 5 }; } // namespace TAO_JSON_PEGTL_NAMESPACE::internal #endif
Version data entries
24 entries across 24 versions & 1 rubygems