Uses of Interface
dev.civl.abc.ast.type.IF.UnsignedIntegerType
Packages that use UnsignedIntegerType
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of UnsignedIntegerType in dev.civl.abc.ast.type.IF
Subinterfaces of UnsignedIntegerType in dev.civl.abc.ast.type.IFMethods in dev.civl.abc.ast.type.IF that return UnsignedIntegerTypeModifier and TypeMethodDescriptionTypeFactory.char16_t()Returns the type char16_t, "...an unsigned integer type used for 16-bit characters and is the same type as uint_least16_t (described in 7.20.1.2)", defined in Sec.TypeFactory.char32_t()Returns the type char32_t, "...an unsigned integer type used for 32-bit characters and is the same type as uint_least32_t (also described in 7.20.1.2)."TypeFactory.size_t()Returns the type size_t.