// Use the C1_NEEDS_PATCHING decorator for situations when the access is using // an offset that is not yet known and will require patching const DecoratorSet C1_NEEDS_PATCHING = DECORATOR_LAST << 1; // Use the C1_MASK_BOOLEAN decorator for boolean accesses where the value // needs to be masked. const DecoratorSet C1_MASK_BOOLEAN = DECORATOR_LAST << 2; // Use the C1_UNSAFE_ACCESS decorator to mark unsafe accesses. const DecoratorSet C1_UNSAFE_ACCESS = DECORATOR_LAST << 3;
#endif// SHARE_C1_C1_DECORATORS_HPP
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.