56 nbool canDedent()
const;
Interface for objects that can be cloned
Definition clonable.hpp:13
Smart indentation management for code parsing
Definition smartDedent.hpp:23
me & countUp()
Increments the internal count, typically indicating a pending dedent.
me & countDown()
Decrements the internal count, typically indicating a pending dedent.
me & useLater()
Enables dedent tracking for future parsing, deferring any pending dedents.
nint dedent()
Generates and returns a dedent token based on the internal count.
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
Interface for objects that can provide their type information
Definition typeProvidable.hpp:13