Starboard Module Reference: types.h
Stay organized with collections
Save and categorize content based on your preferences.
Provides a suite of standard types that should be universally available on all
platforms, specifically focused on explicitly-sized integer types and booleans.
This module also includes some related ubiquitous definitions like limits of the
explicitly-sized integer types, and standard pointer and int32 sentinel values.
Macros
kSbInvalidInt
A value that represents an int that is probably invalid.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-29 UTC."],[[["Offers universally available standard data types across all platforms, with a focus on explicitly-sized integers and booleans."],["Includes definitions for limits of explicitly-sized integers, standard pointer values, and an int32 sentinel value."],["Defines `kSbInvalidInt` macro, representing a potentially invalid integer value."]]],["The content defines universally available standard types, including explicitly-sized integers and booleans, for use across all platforms. It also defines related elements such as the limits for these integer types. Additionally, it includes standard pointer and int32 sentinel values. A specific macro, `kSbInvalidInt`, is provided as a designated value for an invalid integer.\n"]]